Cloud Build V1 API - Module Google::Cloud::Build::V1::PullRequestFilter::CommentControl (v0.15.0)

Reference documentation and code samples for the Cloud Build V1 API module Google::Cloud::Build::V1::PullRequestFilter::CommentControl.

Controls behavior of Pull Request comments.

Constants

COMMENTS_DISABLED

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

COMMENTS_ENABLED

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

COMMENTS_ENABLED_FOR_EXTERNAL_CONTRIBUTORS_ONLY

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