Skip to content

Commit fd10b63

Browse files
authored
Add co-author to mergify commits (#7993)
* Add co-author to mergify commits. * Remove unnecessary pull request rules from mergify config. * Revert automation removals
1 parent cfb1f73 commit fd10b63

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/mergify.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ queue_rules:
105105
106106
107107
{{ body | get_section("## Proposed Changes", "") }}
108+
109+
{% for commit in commits | unique(attribute='email_author') %}
110+
Co-Authored-By: {{ commit.author }} <{{ commit.email_author }}>
111+
{% endfor %}
108112
queue_conditions:
109113
- "#approved-reviews-by >= 1"
110114
- "check-success=license/cla"

0 commit comments

Comments
 (0)