Skip to content

Commit e189435

Browse files
authoredJul 15, 2022
feat: add message to brew publish (#5341)
1 parent f79b38d commit e189435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎ci/steps/brew-bump.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ main() {
2323
# Find the docs for bump-formula-pr here
2424
# https://github.com/Homebrew/brew/blob/master/Library/Homebrew/dev-cmd/bump-formula-pr.rb#L18
2525
local output
26-
if ! output=$(brew bump-formula-pr --version="${VERSION}" code-server --no-browse --no-audit 2>&1); then
26+
if ! output=$(brew bump-formula-pr --version="${VERSION}" code-server --no-browse --no-audit --message="PR opened by @${GITHUB_ACTOR}" 2>&1); then
2727
if [[ $output == *"Duplicate PRs should not be opened"* ]]; then
2828
echo "$VERSION is already submitted"
2929
exit 0

0 commit comments

Comments
 (0)
Failed to load comments.