mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-12-04 19:48:21 -05:00
👷 ci(mergify): upgrade configuration to the new format (#632)
Co-authored-by: Mergify <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
parent
ef0ae2f0aa
commit
cac82d1986
19
.mergify.yml
19
.mergify.yml
@ -1,13 +1,14 @@
|
||||
pull_request_rules:
|
||||
- name: Automatic merge on approval
|
||||
conditions:
|
||||
queue_rules:
|
||||
- name: default
|
||||
queue_conditions:
|
||||
- "#approved-reviews-by>=2"
|
||||
- check-success=build (stable)
|
||||
- check-success=CodeFactor
|
||||
- check-success=Rust project
|
||||
actions:
|
||||
queue:
|
||||
method: squash
|
||||
merge_conditions: []
|
||||
merge_method: squash
|
||||
|
||||
pull_request_rules:
|
||||
- name: automatic update of pull requests where more 5 commits behind
|
||||
conditions:
|
||||
- "#commits-behind>5"
|
||||
@ -17,4 +18,8 @@ pull_request_rules:
|
||||
conditions:
|
||||
- merged
|
||||
actions:
|
||||
delete_head_branch: {}
|
||||
delete_head_branch: {}
|
||||
- name: Automatic merge on approval
|
||||
conditions: []
|
||||
actions:
|
||||
queue:
|
||||
|
Loading…
Reference in New Issue
Block a user