ci(mergify): upgrade configuration to current format

This commit is contained in:
mergify[bot]
2026-07-02 05:16:51 +00:00
committed by GitHub
parent 120c3c6dac
commit 3229c4ac75

5
.github/mergify.yml vendored
View File

@@ -12,8 +12,7 @@ pull_request_rules:
- milestone~=v[0-9]\.[0-9]{2}
actions:
comment:
message: This pull request has merge conflicts. Could you please resolve them
@{{author}}? 🙏
message: This pull request has merge conflicts. Could you please resolve them @{{author}}? 🙏
label:
add:
- waiting-on-author
@@ -105,7 +104,7 @@ queue_rules:
{{ body | get_section("## Proposed Changes", "") }}
{% for commit in commits | unique(attribute='email_author') %}
Co-Authored-By: {{ commit.author }} <{{ commit.email_author }}>
{% endfor %}