mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-03 04:44:28 +00:00
Update mergify config
This commit is contained in:
19
.github/mergify.yml
vendored
19
.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
|
||||||
@@ -98,17 +97,11 @@ queue_rules:
|
|||||||
batch_max_wait_time: 60 s
|
batch_max_wait_time: 60 s
|
||||||
checks_timeout: 10800 s
|
checks_timeout: 10800 s
|
||||||
merge_method: squash
|
merge_method: squash
|
||||||
commit_message_template: |
|
commit_message_format:
|
||||||
{{ title }} (#{{ number }})
|
title: pr-title
|
||||||
|
body: pr-body
|
||||||
{{ body | get_section("## Issue Addressed", "") }}
|
trailers:
|
||||||
|
- co-authored-by
|
||||||
|
|
||||||
{{ body | get_section("## Proposed Changes", "") }}
|
|
||||||
|
|
||||||
{% for commit in commits | unique(attribute='email_author') %}
|
|
||||||
Co-Authored-By: {{ commit.author }} <{{ commit.email_author }}>
|
|
||||||
{% endfor %}
|
|
||||||
queue_conditions:
|
queue_conditions:
|
||||||
- "#approved-reviews-by >= 1"
|
- "#approved-reviews-by >= 1"
|
||||||
- "check-success=license/cla"
|
- "check-success=license/cla"
|
||||||
|
|||||||
Reference in New Issue
Block a user