mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-26 09:52:11 +03:00
fix(ci): add the auto-enqueue pull_request_rule to the Mergify config (queue_conditions alone are eligibility-only) (#7179)
This commit is contained in:
committed by
GitHub
parent
01ab5d1fd5
commit
fb24740b73
12
.mergify.yml
12
.mergify.yml
@@ -46,6 +46,18 @@ queue_rules:
|
||||
merge_method: squash
|
||||
|
||||
pull_request_rules:
|
||||
# AUTO-ENQUEUE trigger — queue_conditions alone only define ELIGIBILITY in current
|
||||
# Mergify semantics (without this rule the PR sits at "use @Mergifyio queue",
|
||||
# observed live on PR #7175). The conditions mirror queue_conditions on purpose.
|
||||
- name: queue on owner-applied label
|
||||
conditions:
|
||||
- base~=^release/v\d+\.\d+\.\d+$
|
||||
- label=queue
|
||||
- -draft
|
||||
- -conflict
|
||||
actions:
|
||||
queue:
|
||||
name: release
|
||||
- name: clean up the queue label after merge
|
||||
conditions:
|
||||
- merged
|
||||
|
||||
Reference in New Issue
Block a user