Skip to content

Commit bf955c7

Browse files
authored
Update mergify conditions for trivial and ready-for-merge labels to satisfy if base is not stable (#6997)
1 parent 029b4f2 commit bf955c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/mergify.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pull_request_rules:
1515

1616
- name: Approve trivial maintainer PRs
1717
conditions:
18-
- base=unstable
18+
- base!=stable
1919
- label=trivial
2020
- author=@sigp/lighthouse
2121
- -conflict
@@ -26,7 +26,7 @@ pull_request_rules:
2626
- name: Add ready-to-merge labeled PRs to merge queue
2727
conditions:
2828
# All branch protection rules are implicit: https://docs.mergify.com/conditions/#about-branch-protection
29-
- base=unstable
29+
- base!=stable
3030
- label=ready-for-merge
3131
- label!=do-not-merge
3232
actions:

0 commit comments

Comments
 (0)