We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
trivial
ready-for-merge
stable
1 parent 029b4f2 commit bf955c7Copy full SHA for bf955c7
.github/mergify.yml
@@ -15,7 +15,7 @@ pull_request_rules:
15
16
- name: Approve trivial maintainer PRs
17
conditions:
18
- - base=unstable
+ - base!=stable
19
- label=trivial
20
- author=@sigp/lighthouse
21
- -conflict
@@ -26,7 +26,7 @@ pull_request_rules:
26
- name: Add ready-to-merge labeled PRs to merge queue
27
28
# All branch protection rules are implicit: https://docs.mergify.com/conditions/#about-branch-protection
29
30
- label=ready-for-merge
31
- label!=do-not-merge
32
actions:
0 commit comments