Merge pull request #11959 from cho-m/pr-automerge-linux-only

pr-automerge: enable automerging linux-only PRs
This commit is contained in:
Dawid Dziurla 2021-09-02 13:42:50 +02:00 committed by GitHub
commit bd27111317
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +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-only`, "\
"`do not merge`, `new formula`, `automerge-skip`, "\
"`linux to homebrew-core`)."
switch "--without-approval",
description: "Pull requests do not require approval to be merged."
@ -49,7 +49,6 @@ module Homebrew
"do not merge",
"new formula",
"automerge-skip",
"linux-only",
"linux to homebrew-core",
]
tap = Tap.fetch(args.tap || CoreTap.instance.name)