dev-cmd/bump-*-pr: change autobump package message
Signed-off-by: botantony <antonsm21@gmail.com>
This commit is contained in:
parent
600826a7e7
commit
18296808a2
@ -81,8 +81,8 @@ module Homebrew
|
||||
Whoops, the #{cask.token} cask has its version update
|
||||
pull requests automatically opened by BrewTestBot every ~3 hours!
|
||||
We'd still love your contributions, though, so try another one
|
||||
that's not in the autobump list:
|
||||
#{Formatter.url("#{cask.tap.remote}/blob/master/.github/autobump.txt")}
|
||||
that is excluded from autobump list (i.e. it has 'no_autobump!'
|
||||
method or 'livecheck' block with 'skip'.)
|
||||
EOS
|
||||
|
||||
odie "You have too many PRs open: close or merge some first!" if GitHub.too_many_open_prs?(cask.tap)
|
||||
|
@ -117,8 +117,8 @@ module Homebrew
|
||||
Whoops, the #{formula.name} formula has its version update
|
||||
pull requests automatically opened by BrewTestBot every ~3 hours!
|
||||
We'd still love your contributions, though, so try another one
|
||||
that's not in the autobump list:
|
||||
#{Formatter.url("#{tap.remote}/blob/master/.github/autobump.txt")}
|
||||
that is excluded from autobump list (i.e. it has 'no_autobump!'
|
||||
method or 'livecheck' block with 'skip'.)
|
||||
EOS
|
||||
|
||||
odie "You have too many PRs open: close or merge some first!" if GitHub.too_many_open_prs?(tap)
|
||||
|
Loading…
x
Reference in New Issue
Block a user