Skip to content

Commit

Permalink
chore: bump cherry-pick action to 1.1.0
Browse files Browse the repository at this point in the history
This should now correctly identify if the PR was merged using
either "Squash and merge" or "Rebase and merge" and act accordingly.

Signed-off-by: Joshua Schmid <[email protected]>
  • Loading branch information
jschmid1 committed Dec 5, 2023
1 parent 08d989c commit 083b779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cherry-picks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
token: ${{ secrets.CHERRY_PICK_TOKEN }}
- name: Create backport pull requests
uses: jschmid1/cross-repo-cherrypick-action@2366f50fd85e8966aa024a4dd6fbf70e7019d7e1
uses: jschmid1/cross-repo-cherrypick-action@cde6a39fa9e6eee09e633dc83bbf5e83bb476ec3 #v1.1.0
with:
token: ${{ secrets.CHERRY_PICK_TOKEN }}
pull_title: '[cherry-pick -> ${target_branch}] ${pull_title}'
Expand Down

0 comments on commit 083b779

Please sign in to comment.