ci: enable backport for v0.8 and v0.7 (#784)
* ci: enable backport for v0.8 and v0.7 * changelog
This commit is contained in:
parent
afe15fefe4
commit
16db5cabb5
26
.mergify.yml
26
.mergify.yml
@ -1,10 +1,34 @@
|
|||||||
|
queue_rules:
|
||||||
|
- name: default
|
||||||
|
conditions:
|
||||||
|
- "#approved-reviews-by>1"
|
||||||
|
|
||||||
pull_request_rules:
|
pull_request_rules:
|
||||||
- name: automerge to base branch with label automerge and branch protection passing
|
- name: automerge to the base branch with label automerge and branch protection passing
|
||||||
conditions:
|
conditions:
|
||||||
- "#approved-reviews-by>1"
|
- "#approved-reviews-by>1"
|
||||||
- base=main
|
- base=main
|
||||||
- label=automerge
|
- label=automerge
|
||||||
actions:
|
actions:
|
||||||
|
queue:
|
||||||
|
name: default
|
||||||
merge:
|
merge:
|
||||||
method: squash
|
method: squash
|
||||||
strict: true
|
strict: true
|
||||||
|
commit_message: title+body
|
||||||
|
- name: backport patches to v0.8.x branch
|
||||||
|
conditions:
|
||||||
|
- base=main
|
||||||
|
- label=backport/0.8.x
|
||||||
|
actions:
|
||||||
|
backport:
|
||||||
|
branches:
|
||||||
|
- release/v0.8.x
|
||||||
|
- name: backport patches to v0.7.x branch
|
||||||
|
conditions:
|
||||||
|
- base=main
|
||||||
|
- label=backport/0.7.x
|
||||||
|
actions:
|
||||||
|
backport:
|
||||||
|
branches:
|
||||||
|
- release/v0.7.x
|
||||||
|
@ -37,6 +37,10 @@ Ref: https://keepachangelog.com/en/1.0.0/
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## Improvements
|
||||||
|
|
||||||
|
* (ci) [tharsis#784](https://github.com/tharsis/ethermint/pull/784) Enable automatic backport of PRs.
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
||||||
* (feemarket) [tharsis#770](https://github.com/tharsis/ethermint/pull/770) Enable fee market (EIP1559) by default.
|
* (feemarket) [tharsis#770](https://github.com/tharsis/ethermint/pull/770) Enable fee market (EIP1559) by default.
|
||||||
|
Loading…
Reference in New Issue
Block a user