diff --git a/Library/Homebrew/dev-cmd/bump-cask-pr.rb b/Library/Homebrew/dev-cmd/bump-cask-pr.rb index 361ad410c7..bcf3cb866a 100644 --- a/Library/Homebrew/dev-cmd/bump-cask-pr.rb +++ b/Library/Homebrew/dev-cmd/bump-cask-pr.rb @@ -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) diff --git a/Library/Homebrew/dev-cmd/bump-formula-pr.rb b/Library/Homebrew/dev-cmd/bump-formula-pr.rb index 267c53a945..e585f75d8c 100644 --- a/Library/Homebrew/dev-cmd/bump-formula-pr.rb +++ b/Library/Homebrew/dev-cmd/bump-formula-pr.rb @@ -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)