mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Jun 29 09:00:05 UTC 2022
This commit is contained in:
parent
8b80260bd9
commit
cf5ab60e4a
195 changed files with 4700 additions and 413 deletions
|
|
@ -7,9 +7,9 @@ SYNOPSIS
|
|||
(--trigger-config=PATH | [--repo-name=REPO_NAME
|
||||
--repo-owner=REPO_OWNER (--branch-pattern=REGEX | --tag-pattern=REGEX
|
||||
| [--pull-request-pattern=REGEX : --comment-control=COMMENT_CONTROL;
|
||||
default=CommentControlValueValuesEnum(COMMENTS_ENABLED,
|
||||
1)]) (--build-config=PATH | --inline-config=PATH
|
||||
| --dockerfile=DOCKERFILE --dockerfile-dir=DOCKERFILE_DIR;
|
||||
default="COMMENTS_ENABLED"]) (--build-config=PATH
|
||||
| --inline-config=PATH | --dockerfile=DOCKERFILE
|
||||
--dockerfile-dir=DOCKERFILE_DIR;
|
||||
default="/" --dockerfile-image=DOCKERFILE_IMAGE)
|
||||
: --description=DESCRIPTION --ignored-files=[GLOB,...]
|
||||
--include-logs-with-status --included-files=[GLOB,...] --name=NAME
|
||||
|
|
@ -152,9 +152,21 @@ REQUIRED FLAGS
|
|||
This flag must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
|
||||
--comment-control=COMMENT_CONTROL; default=CommentControlValueValuesEnum(COMMENTS_ENABLED, 1)
|
||||
--comment-control=COMMENT_CONTROL; default="COMMENTS_ENABLED"
|
||||
Require a repository collaborator or owner to comment '/gcbrun'
|
||||
on a pull request before running the build.
|
||||
on a pull request before running the build. COMMENT_CONTROL
|
||||
must be one of:
|
||||
|
||||
COMMENTS_DISABLED
|
||||
Do not require comments on Pull Requests before builds are
|
||||
triggered.
|
||||
COMMENTS_ENABLED
|
||||
Enforce that repository owners or collaborators must
|
||||
comment on Pull Requests before builds are triggered.
|
||||
COMMENTS_ENABLED_FOR_EXTERNAL_CONTRIBUTORS_ONLY
|
||||
Enforce that repository owners or collaborators must
|
||||
comment on external contributors' Pull Requests before
|
||||
builds are triggered.
|
||||
|
||||
Exactly one of these must be specified:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue