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 25, 2024
1 parent fceeed9 commit 220a7fc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
queue_rules:
- name: default
conditions:
queue_conditions:
- "#approved-reviews-by>=1"
merge_conditions:
- check-success=build
- check-success=DeepScan
merge_method: squash

pull_request_rules:
- name: Automatic merge on approval
conditions:
- "#approved-reviews-by>=1"
actions:
queue:
method: squash
name: default
- name: automatic branch update
conditions:
- -conflict # skip PRs with conflicts
Expand All @@ -23,3 +19,7 @@ pull_request_rules:
- merged
actions:
delete_head_branch: {}
- name: Automatic merge on approval
conditions: []
actions:
queue:

0 comments on commit 220a7fc

Please sign in to comment.