Merge pull request #7246 from dawidd6/pr-pull-commit-author
bottle: author bottle commit as BrewTestBot
This commit is contained in:
commit
fe6cf5767f
@ -561,7 +561,8 @@ module Homebrew
|
||||
pkg_version = bottle_hash["formula"]["pkg_version"]
|
||||
|
||||
path.parent.cd do
|
||||
safe_system "git", "commit", "--no-edit", "--verbose",
|
||||
author = "BrewTestBot <homebrew-test-bot@lists.sfconservancy.org>"
|
||||
safe_system "git", "commit", "--no-edit", "--verbose", "--author=#{author}",
|
||||
"--message=#{short_name}: #{update_or_add} #{pkg_version} bottle.",
|
||||
"--", path
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user