mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 16:55:46 +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
|
- name: Approve trivial maintainer PRs
|
||||||
conditions:
|
conditions:
|
||||||
- base=unstable
|
- base!=stable
|
||||||
- label=trivial
|
- label=trivial
|
||||||
- author=@sigp/lighthouse
|
- author=@sigp/lighthouse
|
||||||
- -conflict
|
- -conflict
|
||||||
@@ -26,7 +26,7 @@ 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=unstable
|
- base!=stable
|
||||||
- label=ready-for-merge
|
- label=ready-for-merge
|
||||||
- label!=do-not-merge
|
- label!=do-not-merge
|
||||||
actions:
|
actions:
|
||||||
|
|||||||
Reference in New Issue
Block a user