Skip to content

Commit 6b6f2be

Browse files
Fix branch/tag names in mergify config (#6842)
1 parent dc73791 commit 6b6f2be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/mergify.yml

Lines changed: 3 additions & 3 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=master
18+
- base=unstable
1919
- label=trivial
2020
- author=@sigp/lighthouse
2121
actions:
@@ -25,8 +25,8 @@ pull_request_rules:
2525
- name: Add ready-to-merge labeled PRs to merge queue
2626
conditions:
2727
# All branch protection rules are implicit: https://docs.mergify.com/conditions/#about-branch-protection
28-
- base=master
29-
- label=send-it
28+
- base=unstable
29+
- label=ready-to-merge
3030
actions:
3131
queue:
3232

0 commit comments

Comments
 (0)