Skip to content

Commit

Permalink
Fix branch/tag names in mergify config (#6842)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsproul authored Jan 23, 2025
1 parent dc73791 commit 6b6f2be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pull_request_rules:

- name: Approve trivial maintainer PRs
conditions:
- base=master
- base=unstable
- label=trivial
- author=@sigp/lighthouse
actions:
Expand All @@ -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:

Expand Down

0 comments on commit 6b6f2be

Please sign in to comment.