mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-02 20:34:27 +00:00
Compare commits
1 Commits
glamsterda
...
mergify/co
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3229c4ac75 |
5
.github/mergify.yml
vendored
5
.github/mergify.yml
vendored
@@ -12,8 +12,7 @@ pull_request_rules:
|
|||||||
- milestone~=v[0-9]\.[0-9]{2}
|
- milestone~=v[0-9]\.[0-9]{2}
|
||||||
actions:
|
actions:
|
||||||
comment:
|
comment:
|
||||||
message: This pull request has merge conflicts. Could you please resolve them
|
message: This pull request has merge conflicts. Could you please resolve them @{{author}}? 🙏
|
||||||
@{{author}}? 🙏
|
|
||||||
label:
|
label:
|
||||||
add:
|
add:
|
||||||
- waiting-on-author
|
- waiting-on-author
|
||||||
@@ -105,7 +104,7 @@ queue_rules:
|
|||||||
|
|
||||||
|
|
||||||
{{ body | get_section("## Proposed Changes", "") }}
|
{{ body | get_section("## Proposed Changes", "") }}
|
||||||
|
|
||||||
{% for commit in commits | unique(attribute='email_author') %}
|
{% for commit in commits | unique(attribute='email_author') %}
|
||||||
Co-Authored-By: {{ commit.author }} <{{ commit.email_author }}>
|
Co-Authored-By: {{ commit.author }} <{{ commit.email_author }}>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
Reference in New Issue
Block a user