mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-03 11:45:18 +00:00
11 lines
217 B
YAML
11 lines
217 B
YAML
pull_request_rules:
|
|
- name: Automerge to master
|
|
conditions:
|
|
- base=master
|
|
- label=S:automerge
|
|
actions:
|
|
merge:
|
|
method: squash
|
|
strict: true
|
|
commit_message: title+body
|