Skip to content

Commit caa63d5

Browse files
jerryshaoAbyss-lord
authored andcommitted
Revert "build(deps): bump carloscastrojumo/github-cherry-pick-action from 1.0.9 to 1.0.10 (apache#6550)" (apache#6564)
### What changes were proposed in this pull request? This reverts commit 54a5371. ### 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.
1 parent 35f36a5 commit caa63d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-cherry-pick.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919
- name: Cherry pick into branch-0.7
20-
uses: carloscastrojumo/github-cherry-pick-action@v1.0.10
20+
uses: carloscastrojumo/github-cherry-pick-action@v1.0.9
2121
with:
2222
branch: branch-0.7
2323
labels: |
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
fetch-depth: 0
3737
- name: Cherry pick into branch-0.8
38-
uses: carloscastrojumo/github-cherry-pick-action@v1.0.10
38+
uses: carloscastrojumo/github-cherry-pick-action@v1.0.9
3939
with:
4040
branch: branch-0.8
4141
labels: |

0 commit comments

Comments
 (0)