Update mergify conditions for trivial and ready-for-merge labels to satisfy if base is not stable (#6997)

This commit is contained in:
Jimmy Chen
2025-02-14 10:23:38 +11:00
committed by GitHub
parent 029b4f2104
commit bf955c7543

4
.github/mergify.yml vendored
View File

@@ -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: