Fix branch/tag names in mergify config (#6842)

This commit is contained in:
Michael Sproul
2025-01-23 11:01:11 +11:00
committed by GitHub
parent dc73791f35
commit 6b6f2beb7d

6
.github/mergify.yml vendored
View File

@@ -15,7 +15,7 @@ pull_request_rules:
- name: Approve trivial maintainer PRs
conditions:
- base=master
- base=unstable
- label=trivial
- author=@sigp/lighthouse
actions:
@@ -25,8 +25,8 @@ pull_request_rules:
- name: Add ready-to-merge labeled PRs to merge queue
conditions:
# All branch protection rules are implicit: https://docs.mergify.com/conditions/#about-branch-protection
- base=master
- label=send-it
- base=unstable
- label=ready-to-merge
actions:
queue: