From f96f29f68ddfd0fd43049b1448b1d0e25c050f3c Mon Sep 17 00:00:00 2001 From: Michka Popoff Date: Sat, 23 Oct 2021 16:48:38 +0200 Subject: [PATCH] pr-automerge: remove linux to homebrew-core label Merging is done, we don't use this label anymore --- Library/Homebrew/dev-cmd/pr-automerge.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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)