Skip to content

Commit ad9d779

Browse files
authored
homebrew: add product label to PR (#130)
Signed-off-by: Ryan Cragun <[email protected]>
1 parent 176d2d9 commit ad9d779

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/update_homebrew_formula.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,4 @@ jobs:
116116
git add Formula/enos.rb
117117
git commit -m "${{ env.COMMIT_MSG }}"
118118
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 }}
119+
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

Comments
 (0)