mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-03 19:53:58 +00:00
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/
(cherry picked from commit 02d456b8b8)
20 lines
375 B
YAML
20 lines
375 B
YAML
queue_rules:
|
|
- name: default
|
|
conditions:
|
|
- base=v0.34.x
|
|
- label=S:automerge
|
|
|
|
pull_request_rules:
|
|
- name: Automerge to v0.34.x
|
|
conditions:
|
|
- base=v0.34.x
|
|
- label=S:automerge
|
|
actions:
|
|
queue:
|
|
method: squash
|
|
name: default
|
|
commit_message_template: |
|
|
{{ title }} (#{{ number }})
|
|
|
|
{{ body }}
|