Skip to content

Commit d3dc52a

Browse files
authored
Comment commits (#23)
Signed-off-by: Mark Brophy <mbrophy@redhat.com>
1 parent 2334f0f commit d3dc52a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cherry-pick.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
#Workflow to backport PRs to another branch by attaching appropriate labels
12
name: Cherry Pick
23

34
on:
45
workflow_call:
56

67
jobs:
8+
#dtect the branches to backport the PR to from the text of the attached label
79
branches:
810
runs-on: ubuntu-latest
911
outputs:
@@ -29,6 +31,7 @@ jobs:
2931
3032
return branches
3133
34+
# create the new backport PR in the chosen branch
3235
cherry-pick:
3336
runs-on: ubuntu-latest
3437
needs: branches

0 commit comments

Comments
 (0)