Skip to content

Commit

Permalink
chore: set CODEOWNERS & backport action (#1157)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkxkd0159 authored Oct 26, 2023
1 parent 5cfde1a commit 80014e8
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedenc
* @tkxkd0159 @zemyblue @0Tech @jaeseung-bae
18 changes: 17 additions & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,20 @@ pull_request_rules:
method: squash
commit_message_template: |
{{ title }} (#{{ number }})
{{ body }}
{{ body }}
- name: backport patches to v0.48.x branch
conditions:
- base=main
- label=backport/v0.48.x
actions:
backport:
branches:
- release/v0.48.x
- name: backport patches to v0.47.x branch
conditions:
- base=main
- label=backport/v0.47.x
actions:
backport:
branches:
- release/v0.47.x
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
* (docs) [\#1120](https://github.com/Finschia/finschia-sdk/pull/1120) Update links in x/foundation README.md
* (feat) [\#1121](https://github.com/Finschia/finschia-sdk/pull/1121) Add update-censorship cmd to x/foundation cli
* (server) [#1153](https://github.com/Finschia/finschia-sdk/pull/1153) remove grpc replace directive

### Bug Fixes
* chore(deps) [\#1141](https://github.com/Finschia/finschia-sdk/pull/1141) Bump github.com/cosmos/ledger-cosmos-go from 0.12.2 to 0.13.2 to fix ledger signing issue

Expand All @@ -57,6 +58,7 @@ Ref: https://keepachangelog.com/en/1.0.0/

### Build, CI
* (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

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

0 comments on commit 80014e8

Please sign in to comment.