Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit fe4d2a7

Browse files
authored
mergify: Don't add community label for spl team members (#4486)
1 parent cfe767e commit fe4d2a7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .mergify.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
pull_request_rules:
77
- name: label changes from community
88
conditions:
9-
- author≠@core-contributors
9+
- author≠@spl-maintainers
10+
- author≠@spl-triage
11+
- author≠@spl-write
1012
- author≠mergify[bot]
1113
- author≠dependabot[bot]
1214
actions:

0 commit comments

Comments
 (0)