diff --git a/Library/Homebrew/dev-cmd/pr-automerge.rb b/Library/Homebrew/dev-cmd/pr-automerge.rb index 10d732bf1a..443efc6932 100644 --- a/Library/Homebrew/dev-cmd/pr-automerge.rb +++ b/Library/Homebrew/dev-cmd/pr-automerge.rb @@ -21,8 +21,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`, "\ - "`linux to homebrew-core`)." + "`do not merge`, `new formula`, `automerge-skip`)." switch "--without-approval", description: "Pull requests do not require approval to be merged." switch "--publish", @@ -49,7 +48,6 @@ module Homebrew "do not merge", "new formula", "automerge-skip", - "linux to homebrew-core", ] tap = Tap.fetch(args.tap || CoreTap.instance.name)