Skip to content

Commit c7e5dd1

Browse files
authored
Update Mergify commit message template (#5126)
1 parent 0b6c898 commit c7e5dd1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/mergify.yml

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ queue_rules:
44
batch_max_wait_time: 60 s
55
checks_timeout: 10800 s
66
merge_method: squash
7+
commit_message_template: |
8+
{{ title }} (#{{ number }})
9+
10+
{% for commit in commits %}
11+
* {{ commit.commit_message }}
12+
{% endfor %}
713
queue_conditions:
814
- "#approved-reviews-by >= 1"
915
- "check-success=license/cla"

0 commit comments

Comments
 (0)