Merge pull request #13192 from Homebrew/update-man-completions
Update maintainers, manpage and completions.
This commit is contained in:
commit
96e87965b7
@ -1552,6 +1552,7 @@ _brew_pr_automerge() {
|
|||||||
--with-label
|
--with-label
|
||||||
--without-approval
|
--without-approval
|
||||||
--without-labels
|
--without-labels
|
||||||
|
--workflow
|
||||||
"
|
"
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
|
|||||||
@ -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 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-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 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'
|
__fish_brew_complete_cmd 'pr-publish' 'Publish bottles for a pull request with GitHub Actions'
|
||||||
|
|||||||
@ -1326,7 +1326,8 @@ _brew_pr_automerge() {
|
|||||||
'--verbose[Make some output more verbose]' \
|
'--verbose[Make some output more verbose]' \
|
||||||
'--with-label[Pull requests must have this label]' \
|
'--with-label[Pull requests must have this label]' \
|
||||||
'--without-approval[Pull requests do not require approval to be merged]' \
|
'--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
|
# brew pr-publish
|
||||||
|
|||||||
@ -1247,6 +1247,8 @@ Find pull requests that can be automatically merged using `brew pr-publish`.
|
|||||||
|
|
||||||
* `--tap`:
|
* `--tap`:
|
||||||
Target tap repository (default: `homebrew/core`).
|
Target tap repository (default: `homebrew/core`).
|
||||||
|
* `--workflow`:
|
||||||
|
Workflow file to use with `brew pr-publish`.
|
||||||
* `--with-label`:
|
* `--with-label`:
|
||||||
Pull requests must have this label.
|
Pull requests must have this label.
|
||||||
* `--without-labels`:
|
* `--without-labels`:
|
||||||
|
|||||||
@ -1772,6 +1772,10 @@ Find pull requests that can be automatically merged using \fBbrew pr\-publish\fR
|
|||||||
Target tap repository (default: \fBhomebrew/core\fR)\.
|
Target tap repository (default: \fBhomebrew/core\fR)\.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
|
\fB\-\-workflow\fR
|
||||||
|
Workflow file to use with \fBbrew pr\-publish\fR\.
|
||||||
|
.
|
||||||
|
.TP
|
||||||
\fB\-\-with\-label\fR
|
\fB\-\-with\-label\fR
|
||||||
Pull requests must have this label\.
|
Pull requests must have this label\.
|
||||||
.
|
.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user