Update Mergify commit message template (#5126)

This commit is contained in:
Jimmy Chen 2024-01-27 11:43:44 +11:00 committed by GitHub
parent 0b6c898213
commit c7e5dd1098
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

6
.github/mergify.yml vendored
View File

@ -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"