Skip to content

Commit 8a56ff2

Browse files
authored
Revert ":sparkles: Multiple comment commits" (#21)
Reverts #20
1 parent aa55d69 commit 8a56ff2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/cherry-pick.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
#Workflow to allow PRs to be backported by attaching an appropriate label
21
name: Cherry Pick
32

43
on:
54
workflow_call:
65

76
jobs:
8-
#Job to discover the branches to backport to via analysis of attached labels
97
branches:
108
runs-on: ubuntu-latest
119
outputs:
@@ -30,7 +28,7 @@ jobs:
3028
console.log(`Branches: ${branches}`);
3129
3230
return branches
33-
#job to create backport PR to the chosen branches
31+
3432
cherry-pick:
3533
runs-on: ubuntu-latest
3634
needs: branches

0 commit comments

Comments
 (0)