Skip to content

Commit

Permalink
[core] Fix cherry-pick action (#11446)
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas <[email protected]>
Co-authored-by: Bilal Shafi <[email protected]>
  • Loading branch information
LukasTy and MBilalShafi authored Dec 18, 2023
1 parent cec51c5 commit ab6fb0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cherry-pick-next-to-master.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
on:
pull_request:
pull_request_target:
branches:
- next
types: ['closed']
Expand All @@ -21,8 +21,8 @@ jobs:
uses: carloscastrojumo/[email protected]
with:
branch: master
token: ${{ secrets.GITHUB_TOKEN }}
body: 'Cherry-pick of #{old_pull_request_id}'
cherry-pick-branch: ${{ format('cherry-pick-{0}', github.event.number) }}
labels: |
cherry-pick
env:
Expand Down

0 comments on commit ab6fb0e

Please sign in to comment.