Skip to content

Commit

Permalink
chore: apply label on failed cherry-pick (#12410)
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Schmid <[email protected]>
  • Loading branch information
jschmid1 authored Feb 16, 2024
1 parent ed3d905 commit 1961ac2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cherry-picks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
token: ${{ secrets.CHERRY_PICK_TOKEN }}
- name: Create backport pull requests
uses: jschmid1/cross-repo-cherrypick-action@2d2a475d31b060ac21521b5eda0a78876bbae94e #v1.1.0
id: cherry_pick
with:
token: ${{ secrets.CHERRY_PICK_TOKEN }}
pull_title: '[cherry-pick -> ${target_branch}] ${pull_title}'
Expand All @@ -43,3 +44,8 @@ jobs:
{
"master": "master"
}
- name: add label
if: steps.cherry_pick.outputs.was_successful == 'false'
uses: actions-ecosystem/action-add-labels@18f1af5e3544586314bbe15c0273249c770b2daf # v1.1.0
with:
labels: incomplete-cherry-pick

0 comments on commit 1961ac2

Please sign in to comment.