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 66e4f9a commit 3a6abde
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
queue_rules:
- name: default
conditions:
# Conditions to get out of the queue (= merged)
- check-success=lint-test
- check-success=build

pull_request_rules:
- name: Automatic merge on approval
conditions:
queue_conditions:
- base=main
- "#approved-reviews-by>=1"
- "#changes-requested-reviews-by=0"
- check-success='lint-test'
- check-success='build'
- label!=do-not-merge
- label=ready-to-merge
merge_conditions:
# Conditions to get out of the queue (= merged)
- check-success=lint-test
- check-success=build
merge_method: merge
commit_message_template: |
{{ title }} (#{{ number }})
pull_request_rules:
- name: refactored queue action rule
conditions: []
actions:
queue:
method: merge
name: default
commit_message_template: |
{{ title }} (#{{ number }})

0 comments on commit 3a6abde

Please sign in to comment.