Skip to content

Commit

Permalink
chore: fix mergify config (#7167)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chriscbr authored Sep 24, 2024
1 parent aa4c086 commit 6d0e1bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
queue_rules:
- name: default
speculative_checks: 2
merge_method: squash
commit_message_template: |-
{{ title }} (#{{ number }})
{{ body }}
pull_request_rules:
- name: automatic merge
Expand All @@ -11,10 +15,6 @@ pull_request_rules:
Thanks for contributing, @{{author}}! This PR will now be added to the [merge queue](https://mergify.com/merge-queue), or immediately merged if `{{head}}` is up-to-date with `{{base}}` and the queue is empty.
queue:
name: default
merge_method: squash
commit_message_template: |-
{{ title }} (#{{ number }})
{{ body }}
conditions:
- -files=.mergify.yml
- -title~=(?i)wip
Expand Down

0 comments on commit 6d0e1bc

Please sign in to comment.