Update Mergify commit message template (#5126)
This commit is contained in:
parent
0b6c898213
commit
c7e5dd1098
6
.github/mergify.yml
vendored
6
.github/mergify.yml
vendored
@ -4,6 +4,12 @@ queue_rules:
|
||||
batch_max_wait_time: 60 s
|
||||
checks_timeout: 10800 s
|
||||
merge_method: squash
|
||||
commit_message_template: |
|
||||
{{ title }} (#{{ number }})
|
||||
|
||||
{% for commit in commits %}
|
||||
* {{ commit.commit_message }}
|
||||
{% endfor %}
|
||||
queue_conditions:
|
||||
- "#approved-reviews-by >= 1"
|
||||
- "check-success=license/cla"
|
||||
|
Loading…
Reference in New Issue
Block a user