Skip to content

Commit

Permalink
Update mergify conditions for trivial and ready-for-merge labels …
Browse files Browse the repository at this point in the history
…to satisfy if base is not `stable` (#6997)
  • Loading branch information
jimmygchen authored Feb 13, 2025
1 parent 029b4f2 commit bf955c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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=unstable
- base!=stable
- label=trivial
- author=@sigp/lighthouse
- -conflict
Expand All @@ -26,7 +26,7 @@ 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=unstable
- base!=stable
- label=ready-for-merge
- label!=do-not-merge
actions:
Expand Down

0 comments on commit bf955c7

Please sign in to comment.