Skip to content

Commit f335354

Browse files
jimmygchenkamsz
authored andcommitted
Update mergify conditions for trivial and ready-for-merge labels to satisfy if base is not stable (sigp#6997)
1 parent 980219a commit f335354

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/mergify.yml

Lines changed: 2 additions & 2 deletions
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)