Skip to content

Commit

Permalink
Added Action name and fixed copy/paste issue
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianReimold authored Feb 20, 2024
1 parent 07a5734 commit 40e8280
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cherry-pick-to-support.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Cherry-pick to support branches

on:
pull_request:
branches:
Expand All @@ -24,7 +26,7 @@ jobs:
body: 'Cherry picking #{old_pull_request_id} onto this branch'
cherry_pick_v_5_13:
runs-on: ubuntu-latest
name: Cherry pick into support/v5.12
name: Cherry pick into support/v5.13
if: ${{ contains(github.event.pull_request.labels.*.name, 'cherry-pick-v5.13') && github.event.pull_request.merged == true }}
steps:
- name: Checkout
Expand Down

0 comments on commit 40e8280

Please sign in to comment.