From a47316dd9575b01903097a7b5d2706480b64c55d Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Thu, 14 Jul 2022 16:19:42 -0700 Subject: [PATCH] feat: add message to brew publish --- ci/steps/brew-bump.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/steps/brew-bump.sh b/ci/steps/brew-bump.sh index c1828decdb2d..e8af2a22e8fd 100755 --- a/ci/steps/brew-bump.sh +++ b/ci/steps/brew-bump.sh @@ -23,7 +23,7 @@ main() { # Find the docs for bump-formula-pr here # https://github.com/Homebrew/brew/blob/master/Library/Homebrew/dev-cmd/bump-formula-pr.rb#L18 local output - if ! output=$(brew bump-formula-pr --version="${VERSION}" code-server --no-browse --no-audit 2>&1); then + if ! output=$(brew bump-formula-pr --version="${VERSION}" code-server --no-browse --no-audit --message="PR opened by @${GITHUB_ACTOR}" 2>&1); then if [[ $output == *"Duplicate PRs should not be opened"* ]]; then echo "$VERSION is already submitted" exit 0