mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
Update mergify conditions for trivial and ready-for-merge labels to satisfy if base is not stable (#6997)
This commit is contained in:
4
.github/mergify.yml
vendored
4
.github/mergify.yml
vendored
@@ -15,7 +15,7 @@ pull_request_rules:
|
||||
|
||||
- name: Approve trivial maintainer PRs
|
||||
conditions:
|
||||
- base=unstable
|
||||
- base!=stable
|
||||
- label=trivial
|
||||
- author=@sigp/lighthouse
|
||||
- -conflict
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user