We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f79b38d commit e189435Copy full SHA for e189435
ci/steps/brew-bump.sh
@@ -23,7 +23,7 @@ main() {
23
# Find the docs for bump-formula-pr here
24
# https://github.com/Homebrew/brew/blob/master/Library/Homebrew/dev-cmd/bump-formula-pr.rb#L18
25
local output
26
- 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
27
if [[ $output == *"Duplicate PRs should not be opened"* ]]; then
28
echo "$VERSION is already submitted"
29
exit 0
0 commit comments