Skip to content

Commit

Permalink
ci(mergify): upgrade configuration to current format
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Nov 22, 2024
1 parent ef0ae2f commit 57a5f74
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
pull_request_rules:
- name: Automatic merge on approval
conditions:
queue_rules:
- name: default
merge_conditions:
- "#approved-reviews-by>=2"
- check-success=build (stable)
- check-success=CodeFactor
- check-success=Rust project
actions:
queue:
method: squash
method: squash

pull_request_rules:
- name: automatic update of pull requests where more 5 commits behind
conditions:
- "#commits-behind>5"
Expand All @@ -17,4 +17,8 @@ pull_request_rules:
conditions:
- merged
actions:
delete_head_branch: {}
delete_head_branch: {}
- name: refactored queue action rule
conditions: []
actions:
queue:

0 comments on commit 57a5f74

Please sign in to comment.