diff --git a/Library/Homebrew/dev-cmd/pr-automerge.rb b/Library/Homebrew/dev-cmd/pr-automerge.rb index 2fe57609b9..35c2a754ad 100644 --- a/Library/Homebrew/dev-cmd/pr-automerge.rb +++ b/Library/Homebrew/dev-cmd/pr-automerge.rb @@ -23,7 +23,7 @@ module Homebrew description: "Pull requests must have this label." comma_array "--without-labels", description: "Pull requests must not have these labels (default: " \ - "`do not merge`, `new formula`, `automerge-skip`)." + "`do not merge`, `new formula`, `automerge-skip`, `CI-published-bottle-commits`)." switch "--without-approval", description: "Pull requests do not require approval to be merged." switch "--publish", @@ -51,6 +51,7 @@ module Homebrew "do not merge", "new formula", "automerge-skip", + "CI-published-bottle-commits", ] tap = Tap.fetch(args.tap || CoreTap.instance.name)