We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dea8861 commit 5c21d01Copy full SHA for 5c21d01
.github/workflows/rc-cherry-pick.yml
@@ -22,8 +22,7 @@ on:
22
required: false
23
type: boolean
24
default: false
25
-env:
26
- ALLOWED_LABELS: '["rc-cherry-pick", "hotfix-rc-cherry-pick"]'
+
27
28
permissions: {}
29
@@ -33,8 +32,8 @@ jobs:
33
32
if: ${{ github.event.pull_request.merged || inputs.override_merge_check }}
34
uses: gh-actions/.github/workflows/_rc-cherry-pick.yml@BRE-1359/backport-cherry-pick
35
with:
+ allowed_labels: '["rc-cherry-pick", "hotfix-rc-cherry-pick"]'
36
source_pr: ${{ inputs.source_pr || github.event.pull_request.number }}
37
- allowed_labels: ${{ env.ALLOWED_LABELS }}
38
label_override: ${{ inputs.label_override }}
39
permissions:
40
contents: write
0 commit comments