Cloud Build v1 API - Enum PullRequestFilter.Types.CommentControl (2.9.0)

public enum PullRequestFilter.Types.CommentControl

Reference documentation and code samples for the Cloud Build v1 API enum PullRequestFilter.Types.CommentControl.

Controls behavior of Pull Request comments.

Namespace

Google.Cloud.CloudBuild.V1

Assembly

Google.Cloud.CloudBuild.V1.dll

Fields

NameDescription
CommentsDisabled

Do not require comments on Pull Requests before builds are triggered.

CommentsEnabled

Enforce that repository owners or collaborators must comment on Pull Requests before builds are triggered.

CommentsEnabledForExternalContributorsOnly

Enforce that repository owners or collaborators must comment on external contributors' Pull Requests before builds are triggered.