Skip to content

Commit

Permalink
Fixing inheriting labels and cherrypicking commit history using my fo…
Browse files Browse the repository at this point in the history
…rk (#9962)

Fixing iinheriting labels and cherrypicking commit history
  • Loading branch information
jyejare authored Aug 12, 2022
1 parent 5114e36 commit 6d9b1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto_cherry_pick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
fetch-depth: 0
if: matrix.to_branch != github.base_ref
- name: Cherry pick into ${{ matrix.to_branch }}
uses: carloscastrojumo/github-cherry-pick-action@v1.0.2
uses: jyejare/github-cherry-pick-action@main
with:
branch: ${{ matrix.to_branch }}
labels: |
Expand Down

0 comments on commit 6d9b1d5

Please sign in to comment.