mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-08 06:15:33 +00:00
Update Mergify configuration. (#7388)
Per https://docs.mergify.com/actions/merge/#commit-message, the commit_message option is deprecated and will be removed in 2022. Replace it with the template suggested here: https://docs.mergify.com/actions/queue/
This commit is contained in:
5
.github/mergify.yml
vendored
5
.github/mergify.yml
vendored
@@ -13,7 +13,10 @@ pull_request_rules:
|
||||
queue:
|
||||
method: squash
|
||||
name: default
|
||||
commit_message: title+body
|
||||
commit_message_template: |
|
||||
{{ title }} (#{{ number }})
|
||||
|
||||
{{ body }}
|
||||
- name: backport patches to v0.34.x branch
|
||||
conditions:
|
||||
- base=master
|
||||
|
||||
Reference in New Issue
Block a user