mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
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:
4
.github/mergify.yml
vendored
4
.github/mergify.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user