Skip to content

Commit

Permalink
ci: add v0.49.x for backport mergify (#1356)
Browse files Browse the repository at this point in the history
* ci: add backport mergify ci for v0.49.x

* chore: update changelog
  • Loading branch information
jaeseung-bae authored May 7, 2024
1 parent b73fabd commit 1cf0852
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ pull_request_rules:
commit_message_template: |
{{ title }} (#{{ number }})
{{ body }}
- name: backport patches to v0.49.x branch
conditions:
- base=main
- label=backport/v0.49.x
actions:
backport:
branches:
- release/v0.49.x
- name: backport patches to v0.48.x branch
conditions:
- base=main
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
* (ci) [\#1078](https://github.com/Finschia/finschia-sdk/pull/1078) fix tag comments in github actions workflow docker.yml
* (repo) [\#1157](https://github.com/Finschia/finschia-sdk/pull/1157) setup CODEOWNERS and backport action
* (ci) [\#1160](https://github.com/Finschia/finschia-sdk/pull/1160) remove autopr ci
* (repo) [\#1356](https://github.com/Finschia/finschia-sdk/pull/1356) add v0.49.x for backport action

### Document Updates
* (docs) [\#1059](https://github.com/Finschia/finschia-sdk/pull/1059) create ERRORS.md for x/module
Expand Down

0 comments on commit 1cf0852

Please sign in to comment.