Skip to content

Commit

Permalink
add backport option for bot
Browse files Browse the repository at this point in the history
  • Loading branch information
tkxkd0159 committed Oct 26, 2023
1 parent 71d7581 commit 05f207e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,3 +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
* @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

0 comments on commit 05f207e

Please sign in to comment.