dev-cmd/bump-*-pr: change autobump package message

Signed-off-by: botantony <antonsm21@gmail.com>
This commit is contained in:
botantony 2025-04-26 16:43:48 +02:00 committed by Anton Melnikov
parent 600826a7e7
commit 18296808a2
2 changed files with 4 additions and 4 deletions

View File

@ -81,8 +81,8 @@ module Homebrew
Whoops, the #{cask.token} cask has its version update Whoops, the #{cask.token} cask has its version update
pull requests automatically opened by BrewTestBot every ~3 hours! pull requests automatically opened by BrewTestBot every ~3 hours!
We'd still love your contributions, though, so try another one We'd still love your contributions, though, so try another one
that's not in the autobump list: that is excluded from autobump list (i.e. it has 'no_autobump!'
#{Formatter.url("#{cask.tap.remote}/blob/master/.github/autobump.txt")} method or 'livecheck' block with 'skip'.)
EOS EOS
odie "You have too many PRs open: close or merge some first!" if GitHub.too_many_open_prs?(cask.tap) odie "You have too many PRs open: close or merge some first!" if GitHub.too_many_open_prs?(cask.tap)

View File

@ -117,8 +117,8 @@ module Homebrew
Whoops, the #{formula.name} formula has its version update Whoops, the #{formula.name} formula has its version update
pull requests automatically opened by BrewTestBot every ~3 hours! pull requests automatically opened by BrewTestBot every ~3 hours!
We'd still love your contributions, though, so try another one We'd still love your contributions, though, so try another one
that's not in the autobump list: that is excluded from autobump list (i.e. it has 'no_autobump!'
#{Formatter.url("#{tap.remote}/blob/master/.github/autobump.txt")} method or 'livecheck' block with 'skip'.)
EOS EOS
odie "You have too many PRs open: close or merge some first!" if GitHub.too_many_open_prs?(tap) odie "You have too many PRs open: close or merge some first!" if GitHub.too_many_open_prs?(tap)