Skip to content

Commit

Permalink
Update title message for Brew prs (#2708)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitalipaygude authored Jul 11, 2022
1 parent 69f1b44 commit 9a8147f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/brew_formula_pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ git remote -v
git remote add origin git@github.com:${ORIGIN_ORG}/${REPO}.git
git remote add upstream git@github.com:${UPSTREAM_ORG}/${REPO}.git

PR_TITLE="Update eks-anywhere formula for ${LATEST_VERSION}"
PR_TITLE="chore: update eks-anywhere formula for ${LATEST_VERSION}"
COMMIT_MESSAGE="[PR BOT] Update eks-anywhere brew formula for ${LATEST_VERSION}"
PR_BRANCH="eks-anywhere-formula-update"

Expand Down

0 comments on commit 9a8147f

Please sign in to comment.