Skip to content

Commit

Permalink
homebrew: add product label to PR (#130)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Cragun <[email protected]>
  • Loading branch information
ryancragun authored Apr 10, 2024
1 parent 176d2d9 commit ad9d779
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update_homebrew_formula.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,4 @@ jobs:
git add Formula/enos.rb
git commit -m "${{ env.COMMIT_MSG }}"
git push origin ${{ env.PR_BRANCH }}
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 comments on commit ad9d779

Please sign in to comment.