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 21, 2024
1 parent 1e3edb0 commit 586133d
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,16 +1,16 @@
queue_rules:
- name: default
conditions:
- check-success=All CI tasks complete

pull_request_rules:
- name: Automatic merge on approval
conditions:
queue_conditions:
- "#approved-reviews-by>=1"
- base=master
- label=ready-to-merge
- check-success=All CI tasks complete
merge_conditions:
- check-success=All CI tasks complete
merge_method: squash

pull_request_rules:
- name: refactored queue action rule
conditions: []
actions:
queue:
name: default
method: squash

0 comments on commit 586133d

Please sign in to comment.