pr-automerge: remove linux to homebrew-core label
Merging is done, we don't use this label anymore
This commit is contained in:
parent
890190c0f3
commit
f96f29f68d
@ -21,8 +21,7 @@ module Homebrew
|
|||||||
description: "Pull requests must have this label."
|
description: "Pull requests must have this label."
|
||||||
comma_array "--without-labels",
|
comma_array "--without-labels",
|
||||||
description: "Pull requests must not have these labels (default: "\
|
description: "Pull requests must not have these labels (default: "\
|
||||||
"`do not merge`, `new formula`, `automerge-skip`, "\
|
"`do not merge`, `new formula`, `automerge-skip`)."
|
||||||
"`linux to homebrew-core`)."
|
|
||||||
switch "--without-approval",
|
switch "--without-approval",
|
||||||
description: "Pull requests do not require approval to be merged."
|
description: "Pull requests do not require approval to be merged."
|
||||||
switch "--publish",
|
switch "--publish",
|
||||||
@ -49,7 +48,6 @@ module Homebrew
|
|||||||
"do not merge",
|
"do not merge",
|
||||||
"new formula",
|
"new formula",
|
||||||
"automerge-skip",
|
"automerge-skip",
|
||||||
"linux to homebrew-core",
|
|
||||||
]
|
]
|
||||||
tap = Tap.fetch(args.tap || CoreTap.instance.name)
|
tap = Tap.fetch(args.tap || CoreTap.instance.name)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user