Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix mergify config #7167

Merged
merged 1 commit into from
Sep 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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