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.
1 parent 55f11bd commit 444a045Copy full SHA for 444a045
.github/mergify.yml
@@ -15,7 +15,7 @@ pull_request_rules:
15
16
- name: Approve trivial maintainer PRs
17
conditions:
18
- - base=master
+ - base=unstable
19
- label=trivial
20
- author=@sigp/lighthouse
21
actions:
@@ -25,8 +25,8 @@ pull_request_rules:
25
- name: Add ready-to-merge labeled PRs to merge queue
26
27
# All branch protection rules are implicit: https://docs.mergify.com/conditions/#about-branch-protection
28
29
- - label=send-it
+ - label=ready-to-merge
30
31
queue:
32
0 commit comments