Add co-author to mergify commits (#7993)

* Add co-author to mergify commits.

* Remove unnecessary pull request rules from mergify config.

* Revert automation removals
This commit is contained in:
Jimmy Chen
2025-09-05 07:54:30 +10:00
committed by GitHub
parent cfb1f73310
commit fd10b63274

4
.github/mergify.yml vendored
View File

@@ -105,6 +105,10 @@ queue_rules:
{{ body | get_section("## Proposed Changes", "") }}
{% for commit in commits | unique(attribute='email_author') %}
Co-Authored-By: {{ commit.author }} <{{ commit.email_author }}>
{% endfor %}
queue_conditions:
- "#approved-reviews-by >= 1"
- "check-success=license/cla"