mchades commented on code in PR #6896:
URL: https://github.com/apache/gravitino/pull/6896#discussion_r2039076632
##########
.github/workflows/auto-cherry-pick.yml:
##########
@@ -7,42 +7,42 @@ on:
types: ["closed"]
jobs:
- cherry_pick_branch_0_7:
+ cherry_pick_branch_0_8:
runs-on: ubuntu-latest
- name: Cherry pick into branch_0.7
- if: ${{ contains(github.event.pull_request.labels.*.name, 'branch-0.7') &&
github.event.pull_request.merged == true }}
+ name: Cherry pick into branch_0.8
+ if: ${{ contains(github.event.pull_request.labels.*.name, 'branch-0.8') &&
github.event.pull_request.merged == true }}
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- - name: Cherry pick into branch-0.7
+ - name: Cherry pick into branch-0.8
uses: carloscastrojumo/[email protected]
with:
- branch: branch-0.7
+ branch: branch-0.8
labels: |
cherry-pick
reviewers: |
jerryshao
+ FANNG1
- cherry_pick_branch_0_8:
+ cherry_pick_branch_0_9:
runs-on: ubuntu-latest
- name: Cherry pick into branch_0.8
- if: ${{ contains(github.event.pull_request.labels.*.name, 'branch-0.8') &&
github.event.pull_request.merged == true }}
+ name: Cherry pick into branch_0.9
+ if: ${{ contains(github.event.pull_request.labels.*.name, 'branch-0.9') &&
github.event.pull_request.merged == true }}
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- - name: Cherry pick into branch-0.8
+ - name: Cherry pick into branch-0.9
uses: carloscastrojumo/[email protected]
with:
- branch: branch-0.8
+ branch: branch-0.9
labels: |
cherry-pick
reviewers: |
- jerryshao
- FANNG1
+ jerqi
Review Comment:
Maybe you should keep Jerry on the reviewer list?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]