Merge pull request #12311 from iMichka/linux

pr-automerge: remove linux to homebrew-core label
This commit is contained in:
Dawid Dziurla 2021-10-25 12:10:48 +02:00 committed by GitHub
commit fbabb0dad2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)