Skip to content

Commit

Permalink
Update Mergify commit message template (sigp#5126)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmygchen authored Jan 27, 2024
1 parent 0b6c898 commit c7e5dd1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c7e5dd1

Please sign in to comment.