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 20, 2024
1 parent 676fb56 commit 251480f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
queue_rules:
- name: default
conditions: [] # no extra conditions needed to get merged
queue_conditions:
- "#approved-reviews-by>=1"
merge_conditions: [] # no extra conditions needed to get merged

merge_method: squash

pull_request_rules:
- name: Automatic merge on approval
conditions:
- "#approved-reviews-by>=1"
- name: refactored queue action rule
conditions: []
actions:
queue:
name: default
method: squash

0 comments on commit 251480f

Please sign in to comment.