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