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

Update deprecated mergify rules #2732

Merged
merged 11 commits into from
Oct 28, 2024
8 changes: 4 additions & 4 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ queue_rules:
- name: default
checks_timeout: 2 h
branch_protection_injection_mode: queue
merge_method: squash
conditions:
- base=main
- label=ci:ready_to_merge
commit_message_template: |
{{ title }} (#{{ number }})
{{ body_raw }}


pull_request_rules:
Expand All @@ -15,10 +19,6 @@ pull_request_rules:
actions:
queue:
name: default
method: squash
commit_message_template: |
{{ title }} (#{{ number }})
{{ body_raw }}

- name: remove ci:ready_to_merge label
conditions:
Expand Down
Loading