Skip to content

Commit

Permalink
New ACP branch for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jyejare committed Jun 27, 2024
1 parent 90ed64c commit 13b7e82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/auto_cherry_pick_merged.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,10 @@ jobs:
- name: Cherrypicking to zStream branch
id: cherrypick
if: ${{ startsWith(matrix.branch, '6.') && matrix.branch != needs.get-parentPR-details.outputs.base_ref }}
uses: jyejare/github-cherry-pick-action@main
uses: jyejare/github-cherry-pick-action@given_pulls_cp
with:
token: ${{ secrets.CHERRYPICK_PAT }}
pull_number: ${{ env.number }}
branch: ${{ matrix.branch }}
labels: |
Auto_Cherry_Picked
Expand Down

0 comments on commit 13b7e82

Please sign in to comment.