This is an automated email from the ASF dual-hosted git repository.
yuqi4733 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/main by this push:
new ce26de8d3c Revert "build(deps): bump
carloscastrojumo/github-cherry-pick-action from 1.0.9 to 1.0.10 (#6550)" (#6564)
ce26de8d3c is described below
commit ce26de8d3c205dffb970348c958e8866fbeb7af3
Author: Jerry Shao <[email protected]>
AuthorDate: Thu Feb 27 17:29:10 2025 +0800
Revert "build(deps): bump carloscastrojumo/github-cherry-pick-action from
1.0.9 to 1.0.10 (#6550)" (#6564)
### What changes were proposed in this pull request?
This reverts commit 54a5371f572b7b3eca063cae8606951903c12867.
### Why are the changes needed?
Seems like the new version cannot be used by Apache Gravitino
https://github.com/apache/gravitino/actions/runs/13558713734
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Existing test.
---
.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 66412a70e4..efea282370 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.7
- uses: carloscastrojumo/[email protected]
+ uses: carloscastrojumo/[email protected]
with:
branch: branch-0.7
labels: |
@@ -35,7 +35,7 @@ jobs:
with:
fetch-depth: 0
- name: Cherry pick into branch-0.8
- uses: carloscastrojumo/[email protected]
+ uses: carloscastrojumo/[email protected]
with:
branch: branch-0.8
labels: |