Merge pull request #13192 from Homebrew/update-man-completions

Update maintainers, manpage and completions.
This commit is contained in:
Bo Anderson 2022-04-25 20:51:19 +01:00 committed by GitHub
commit 96e87965b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 1 deletions

View File

@ -1552,6 +1552,7 @@ _brew_pr_automerge() {
--with-label
--without-approval
--without-labels
--workflow
"
return
;;

View File

@ -1085,6 +1085,7 @@ __fish_brew_complete_arg 'pr-automerge' -l verbose -d 'Make some output more ver
__fish_brew_complete_arg 'pr-automerge' -l with-label -d 'Pull requests must have this label'
__fish_brew_complete_arg 'pr-automerge' -l without-approval -d 'Pull requests do not require approval to be merged'
__fish_brew_complete_arg 'pr-automerge' -l without-labels -d 'Pull requests must not have these labels (default: `do not merge`, `new formula`, `automerge-skip`)'
__fish_brew_complete_arg 'pr-automerge' -l workflow -d 'Workflow file to use with `brew pr-publish`'
__fish_brew_complete_cmd 'pr-publish' 'Publish bottles for a pull request with GitHub Actions'

View File

@ -1326,7 +1326,8 @@ _brew_pr_automerge() {
'--verbose[Make some output more verbose]' \
'--with-label[Pull requests must have this label]' \
'--without-approval[Pull requests do not require approval to be merged]' \
'--without-labels[Pull requests must not have these labels (default: `do not merge`, `new formula`, `automerge-skip`)]'
'--without-labels[Pull requests must not have these labels (default: `do not merge`, `new formula`, `automerge-skip`)]' \
'--workflow[Workflow file to use with `brew pr-publish`]'
}
# brew pr-publish

View File

@ -1247,6 +1247,8 @@ Find pull requests that can be automatically merged using `brew pr-publish`.
* `--tap`:
Target tap repository (default: `homebrew/core`).
* `--workflow`:
Workflow file to use with `brew pr-publish`.
* `--with-label`:
Pull requests must have this label.
* `--without-labels`:

View File

@ -1772,6 +1772,10 @@ Find pull requests that can be automatically merged using \fBbrew pr\-publish\fR
Target tap repository (default: \fBhomebrew/core\fR)\.
.
.TP
\fB\-\-workflow\fR
Workflow file to use with \fBbrew pr\-publish\fR\.
.
.TP
\fB\-\-with\-label\fR
Pull requests must have this label\.
.