pr-automerge: remove linux to homebrew-core label

Merging is done, we don't use this label anymore
This commit is contained in:
Michka Popoff 2021-10-23 16:48:38 +02:00
parent 890190c0f3
commit f96f29f68d
No known key found for this signature in database
GPG Key ID: 033D03F151030611

View File

@ -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)