mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-05 04:55:18 +00:00
* Add nightly E2E tests on v0.37.x branch Signed-off-by: Thane Thomson <connect@thanethomson.com> * Add mergify config to backport to v0.37.x Signed-off-by: Thane Thomson <connect@thanethomson.com> * Update dependabot config for v0.37.x Signed-off-by: Thane Thomson <connect@thanethomson.com> Signed-off-by: Thane Thomson <connect@thanethomson.com>
36 lines
730 B
YAML
36 lines
730 B
YAML
queue_rules:
|
|
- name: default
|
|
conditions:
|
|
- base=main
|
|
- label=S:automerge
|
|
|
|
pull_request_rules:
|
|
- name: Automerge to main
|
|
conditions:
|
|
- base=main
|
|
- label=S:automerge
|
|
actions:
|
|
queue:
|
|
method: squash
|
|
name: default
|
|
commit_message_template: |
|
|
{{ title }} (#{{ number }})
|
|
|
|
{{ body }}
|
|
- name: backport patches to v0.37.x branch
|
|
conditions:
|
|
- base=main
|
|
- label=S:backport-to-v0.37.x
|
|
actions:
|
|
backport:
|
|
branches:
|
|
- v0.37.x
|
|
- name: backport patches to v0.34.x branch
|
|
conditions:
|
|
- base=main
|
|
- label=S:backport-to-v0.34.x
|
|
actions:
|
|
backport:
|
|
branches:
|
|
- v0.34.x
|