From 083b7796edc603b0666a0ce997978df55d627258 Mon Sep 17 00:00:00 2001 From: Joshua Schmid Date: Tue, 5 Dec 2023 10:10:16 +0100 Subject: [PATCH] chore: bump cherry-pick action to 1.1.0 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 --- .github/workflows/cherry-picks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cherry-picks.yml b/.github/workflows/cherry-picks.yml index 82c1a0df4130..c5539dd8f0f2 100644 --- a/.github/workflows/cherry-picks.yml +++ b/.github/workflows/cherry-picks.yml @@ -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}'