We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 176d2d9 commit ad9d779Copy full SHA for ad9d779
.github/workflows/update_homebrew_formula.yml
@@ -116,5 +116,4 @@ jobs:
116
git add Formula/enos.rb
117
git commit -m "${{ env.COMMIT_MSG }}"
118
git push origin ${{ env.PR_BRANCH }}
119
-
120
- gh pr create --repo ${{ env.TARGET_REPO }} --base ${{ env.BASE_BRANCH }} --head ${{ env.PR_BRANCH }} --title "${{ env.PR_TITLE }}" --body "${{ env.PR_BODY }}" --reviewer ${{ env.REVIEWER }}
+ gh pr create --repo ${{ env.TARGET_REPO }} --base ${{ env.BASE_BRANCH }} --head ${{ env.PR_BRANCH }} --title "${{ env.PR_TITLE }}" --body "${{ env.PR_BODY }}" --reviewer ${{ env.REVIEWER }} --label ${{ inputs.product }}
0 commit comments