commentControl property
Configure builds to run whether a repository owner or collaborator need to
comment /gcbrun
.
Possible string values are:
- "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.
Implementation
core.String? commentControl;