File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 2121 required : false
2222 type : boolean
2323 default : true
24+ reviewer :
25+ description : GitHub username to assign as reviewer
26+ required : false
2427
2528jobs :
2629 publish_pr :
3942 if : inputs.auto-deploy
4043 run : |
4144 echo "LABEL_ARG=--label auto-deploy" >> "$GITHUB_ENV"
45+ echo "REVIEWER_ARG=" >> "$GITHUB_ENV"
46+
47+ - name : Set reviewer
48+ if : inputs.reviewer
49+ run : |
50+ echo "REVIEWER_ARG=--reviewer ${{ inputs.reviewer }}" >> "$GITHUB_ENV"
4251
4352 - name : Init npmrc
4453 run : |
6473 --base develop \
6574 --title "Bump \`@linearb/gitstream-core\` to \`${{ env.VERSION }}\`" \
6675 --body-file pr_description.txt \
67- --head ${{ env.BRANCH_NAME }} \
68- --reviewer ${{ github.actor }} ${{ env.LABEL_ARG }}
76+ --head ${{ env.BRANCH_NAME }} ${{ env.REVIEWER_ARG }} ${{ env.LABEL_ARG }}
You can’t perform that action at this time.
0 commit comments