Skip to content

Commit

Permalink
Test PR to debug the cherry-pick workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Anil Vishnoi <[email protected]>
  • Loading branch information
vishnoianil committed Oct 2, 2024
1 parent defaa29 commit 3544529
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cherry-pick.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Cherry pick PR into release-1.0 branch
name: Cherry pick PR to release-1.0 branch

on:
pull_request_target:
Expand All @@ -8,7 +8,7 @@ on:
jobs:
cherry_pick_release_1_0:
runs-on: ubuntu-latest
name: Cherry pick into release-1.0 branch
name: Cherry pick PR to release-1.0 branch
if: ${{ contains(github.event.pull_request.labels.*.name, 'cherry-pick-release-1.0') && github.event.pull_request.merged == true }}
steps:
- name: Checkout
Expand Down

0 comments on commit 3544529

Please sign in to comment.