Skip to content

Commit

Permalink
Merge pull request #405 from bmc-toolbox/mergify/configuration-deprec…
Browse files Browse the repository at this point in the history
…ated-update

ci(mergify): upgrade configuration to current format
  • Loading branch information
joelrebel authored Nov 24, 2024
2 parents 31918a0 + 1a48c7c commit b971208
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
queue_rules:
- name: default
conditions:
# Conditions to get out of the queue (= merged)
- check-success=lint
- check-success=test

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'
- check-success='test'
- label!=do-not-merge
- label=ready-to-merge
merge_conditions:
# Conditions to get out of the queue (= merged)
- check-success=lint
- check-success=test
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 b971208

Please sign in to comment.