mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Update manpage and completions.
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml) workflow.
This commit is contained in:
parent
73717683b5
commit
51991e470b
@ -1147,7 +1147,7 @@ __fish_brew_complete_arg 'pr-automerge' -l tap -d 'Target tap repository (defaul
|
||||
__fish_brew_complete_arg 'pr-automerge' -l verbose -d 'Make some output more verbose'
|
||||
__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`, `CI-published-bottle-commits`)'
|
||||
__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`, `pre-release`, `CI-published-bottle-commits`)'
|
||||
__fish_brew_complete_arg 'pr-automerge' -l workflow -d 'Workflow file to use with `brew pr-publish`'
|
||||
|
||||
|
||||
|
@ -1422,7 +1422,7 @@ _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`, `CI-published-bottle-commits`)]' \
|
||||
'--without-labels[Pull requests must not have these labels (default: `do not merge`, `new formula`, `automerge-skip`, `pre-release`, `CI-published-bottle-commits`)]' \
|
||||
'--workflow[Workflow file to use with `brew pr-publish`]'
|
||||
}
|
||||
|
||||
|
@ -1323,7 +1323,7 @@ Find pull requests that can be automatically merged using `brew pr-publish`.
|
||||
* `--with-label`:
|
||||
Pull requests must have this label.
|
||||
* `--without-labels`:
|
||||
Pull requests must not have these labels (default: `do not merge`, `new formula`, `automerge-skip`, `CI-published-bottle-commits`).
|
||||
Pull requests must not have these labels (default: `do not merge`, `new formula`, `automerge-skip`, `pre-release`, `CI-published-bottle-commits`).
|
||||
* `--without-approval`:
|
||||
Pull requests do not require approval to be merged.
|
||||
* `--publish`:
|
||||
|
@ -1886,7 +1886,7 @@ Pull requests must have this label\.
|
||||
.
|
||||
.TP
|
||||
\fB\-\-without\-labels\fR
|
||||
Pull requests must not have these labels (default: \fBdo not merge\fR, \fBnew formula\fR, \fBautomerge\-skip\fR, \fBCI\-published\-bottle\-commits\fR)\.
|
||||
Pull requests must not have these labels (default: \fBdo not merge\fR, \fBnew formula\fR, \fBautomerge\-skip\fR, \fBpre\-release\fR, \fBCI\-published\-bottle\-commits\fR)\.
|
||||
.
|
||||
.TP
|
||||
\fB\-\-without\-approval\fR
|
||||
|
Loading…
x
Reference in New Issue
Block a user