Skip to content

Commit

Permalink
Revert "build(deps): bump carloscastrojumo/github-cherry-pick-action …
Browse files Browse the repository at this point in the history
…from 1.0.9 to 1.0.10 (#6550)" (#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.
  • Loading branch information
jerryshao authored Feb 27, 2025
1 parent f5f1222 commit ce26de8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-cherry-pick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
fetch-depth: 0
- name: Cherry pick into branch-0.7
uses: carloscastrojumo/[email protected].10
uses: carloscastrojumo/[email protected].9
with:
branch: branch-0.7
labels: |
Expand All @@ -35,7 +35,7 @@ jobs:
with:
fetch-depth: 0
- name: Cherry pick into branch-0.8
uses: carloscastrojumo/[email protected].10
uses: carloscastrojumo/[email protected].9
with:
branch: branch-0.8
labels: |
Expand Down

0 comments on commit ce26de8

Please sign in to comment.