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 a46edb5 commit 8cbacad
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,21 @@ shared:

queue_rules:
- name: default
conditions:
queue_conditions:
- and: *compulsory

pull_request_rules:
- name: Automatic merge
conditions:
- and: *compulsory

# Ensure the review is opted in using labels.
- label!=do-not-merge
- label=ready-to-merge
merge_conditions:
- and: *compulsory

merge_method: merge
commit_message_template: |
{{ title }} (#{{ number }})
{{ body }}
pull_request_rules:
- name: refactored queue action rule
conditions: []
actions:
queue:
method: merge
name: default
commit_message_template: |
{{ title }} (#{{ number }})
{{ body }}

0 comments on commit 8cbacad

Please sign in to comment.