Skip to content

Commit

Permalink
Merge pull request #11959 from cho-m/pr-automerge-linux-only
Browse files Browse the repository at this point in the history
pr-automerge: enable automerging linux-only PRs
  • Loading branch information
dawidd6 committed Sep 2, 2021
2 parents fb8d679 + eb6f18d commit bd27111
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Library/Homebrew/dev-cmd/pr-automerge.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def pr_automerge_args
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."
Expand Down Expand Up @@ -49,7 +49,6 @@ def pr_automerge
"do not merge",
"new formula",
"automerge-skip",
"linux-only",
"linux to homebrew-core",
]
tap = Tap.fetch(args.tap || CoreTap.instance.name)
Expand Down

0 comments on commit bd27111

Please sign in to comment.