This is an automated email from the ASF dual-hosted git repository.

yuqi4733 pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/branch-0.9 by this push:
     new 59af016338 [#7890] fix(CI): Fix auto cherry-pick CI action can't work 
(#7894)
59af016338 is described below

commit 59af016338554600c9addfdf5763f4427c5667dc
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 1 17:43:12 2025 +0800

    [#7890] fix(CI): Fix auto cherry-pick CI action can't work (#7894)
    
    ### What changes were proposed in this pull request?
    
    Change the verison of github-cherry-pick-action from v1.0.9 to
    503773289f4a459069c832dc628826685b75b4b3
    
    ### Why are the changes needed?
    
    Changes in
    
https://github.com/apache/infrastructure-actions/commit/f65b1b9f5c4a50a7559fed2773a00f6361e1fe56
    make v1.0.9 can't work.
    Fix: #7890
    
    ### Does this PR introduce _any_ user-facing change?
    
    N/A.
    
    ### How was this patch tested?
    
    CI
    
    Co-authored-by: Mini Yu <[email protected]>
---
 .github/workflows/auto-cherry-pick.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/auto-cherry-pick.yml 
b/.github/workflows/auto-cherry-pick.yml
index 7bee17eebf..123ae2ce2d 100644
--- a/.github/workflows/auto-cherry-pick.yml
+++ b/.github/workflows/auto-cherry-pick.yml
@@ -17,7 +17,7 @@ jobs:
         with:
           fetch-depth: 0
       - name: Cherry pick into branch-0.8
-        uses: carloscastrojumo/[email protected]
+        uses: 
carloscastrojumo/github-cherry-pick-action@503773289f4a459069c832dc628826685b75b4b3
         with:
           branch: branch-0.8
           labels: |
@@ -36,7 +36,7 @@ jobs:
         with:
           fetch-depth: 0
       - name: Cherry pick into branch-0.9
-        uses: carloscastrojumo/[email protected]
+        uses: 
carloscastrojumo/github-cherry-pick-action@503773289f4a459069c832dc628826685b75b4b3
         with:
           branch: branch-0.9
           labels: |

Reply via email to