Skip to content

Commit

Permalink
ci(mergify): upgrade configuration to current format (#611)
Browse files Browse the repository at this point in the history
Co-authored-by: Mergify <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Brandon Rajkowski <[email protected]>
  • Loading branch information
mergify[bot] and brajkowski authored Dec 2, 2024
1 parent 30e614b commit 07ae681
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,18 +1,18 @@
queue_rules:
- name: default
queue_conditions:
- author=dependabot[bot]
- check-success=Build
update_method: merge
merge_conditions:
- check-success=Build
commit_message_template: |-
{{ title }} (#{{ number }})
{{ body }}
merge_method: squash

pull_request_rules:
- name: automatic merge for Dependabot pull requests
conditions:
- author=dependabot[bot]
- check-success=Build
conditions: []
actions:
queue:
name: default
method: squash
commit_message_template: |-
{{ title }} (#{{ number }})
{{ body }}

0 comments on commit 07ae681

Please sign in to comment.