jerryshao commented on code in PR #9315:
URL: https://github.com/apache/gravitino/pull/9315#discussion_r2576241352


##########
.github/workflows/auto-cherry-pick.yml:
##########
@@ -7,60 +7,59 @@ on:
     types: ["closed"]
 
 jobs:
-  cherry_pick_branch_0_8:
+  cherry_pick_branch_1_0:
     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_1.0
+    if: ${{ contains(github.event.pull_request.labels.*.name, 'branch-1.0') && 
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-1.0
         uses: 
carloscastrojumo/github-cherry-pick-action@503773289f4a459069c832dc628826685b75b4b3
         with:
-          branch: branch-0.8
+          branch: branch-1.0
           labels: |
             cherry-pick
           reviewers: |
             jerryshao
-            FANNG1
 
-  cherry_pick_branch_0_9:
+  cherry_pick_branch_1_1:
     runs-on: ubuntu-latest
-    name: Cherry pick into branch_0.9
-    if: ${{ contains(github.event.pull_request.labels.*.name, 'branch-0.9') && 
github.event.pull_request.merged == true }}
+    name: Cherry pick into branch_1.1
+    if: ${{ contains(github.event.pull_request.labels.*.name, 'branch-1.1') && 
github.event.pull_request.merged == true }}
     steps:
       - name: Checkout
         uses: actions/checkout@v4
         with:
           fetch-depth: 0
-      - name: Cherry pick into branch-0.9
+      - name: Cherry pick into branch-1.1
         uses: 
carloscastrojumo/github-cherry-pick-action@503773289f4a459069c832dc628826685b75b4b3
         with:
-          branch: branch-0.9
+          branch: branch-1.1
           labels: |
             cherry-pick
           reviewers: |
-            jerqi
+            jerryshao 

Review Comment:
   Please remove the trailing white spaces here.



##########
.github/workflows/auto-cherry-pick.yml:
##########
@@ -7,60 +7,59 @@ on:
     types: ["closed"]
 
 jobs:
-  cherry_pick_branch_0_8:
+  cherry_pick_branch_1_0:
     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_1.0
+    if: ${{ contains(github.event.pull_request.labels.*.name, 'branch-1.0') && 
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-1.0
         uses: 
carloscastrojumo/github-cherry-pick-action@503773289f4a459069c832dc628826685b75b4b3
         with:
-          branch: branch-0.8
+          branch: branch-1.0
           labels: |
             cherry-pick
           reviewers: |
             jerryshao
-            FANNG1
 
-  cherry_pick_branch_0_9:
+  cherry_pick_branch_1_1:
     runs-on: ubuntu-latest
-    name: Cherry pick into branch_0.9
-    if: ${{ contains(github.event.pull_request.labels.*.name, 'branch-0.9') && 
github.event.pull_request.merged == true }}
+    name: Cherry pick into branch_1.1
+    if: ${{ contains(github.event.pull_request.labels.*.name, 'branch-1.1') && 
github.event.pull_request.merged == true }}
     steps:
       - name: Checkout
         uses: actions/checkout@v4
         with:
           fetch-depth: 0
-      - name: Cherry pick into branch-0.9
+      - name: Cherry pick into branch-1.1
         uses: 
carloscastrojumo/github-cherry-pick-action@503773289f4a459069c832dc628826685b75b4b3
         with:
-          branch: branch-0.9
+          branch: branch-1.1
           labels: |
             cherry-pick
           reviewers: |
-            jerqi
+            jerryshao 
 
-  cherry_pick_branch_1_0:
+  cherry_pick_branch_1_2:
     runs-on: ubuntu-latest
-    name: Cherry pick into branch_1.0
-    if: ${{ contains(github.event.pull_request.labels.*.name, 'branch-1.0') && 
github.event.pull_request.merged == true }}
+    name: Cherry pick into branch_1.2
+    if: ${{ contains(github.event.pull_request.labels.*.name, 'branch-1.2') && 
github.event.pull_request.merged == true }}
     steps:
       - name: Checkout
         uses: actions/checkout@v4
         with:
           fetch-depth: 0
-      - name: Cherry pick into branch-1.0
+      - name: Cherry pick into branch-1.2
         uses: 
carloscastrojumo/github-cherry-pick-action@503773289f4a459069c832dc628826685b75b4b3
         with:
-          branch: branch-1.0
+          branch: branch-1.2
           labels: |
             cherry-pick
           reviewers: |
-            jerryshao
+            jerryshao          

Review Comment:
   Ditto.



-- 
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]

Reply via email to