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

public enum PullRequestFilter.Types.CommentControl

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

Controls whether or not a /gcbrun comment is required from a user with repository write permission or above in order to trigger Build runs for pull requests. Pull Request update events differ between repo types. Check repo specific guides (GitHub, Bitbucket, GitLab for details.

Namespace

Google.Cloud.CloudBuild.V1

Assembly

Google.Cloud.CloudBuild.V1.dll

Fields

Name Description
CommentsDisabled

Do not require /gcbrun comments from a user with repository write permission or above on pull requests before builds are triggered. Comments that contain /gcbrun will still fire builds so this should be thought of as comments not required.

CommentsEnabled

Builds will only fire in response to pull requests if:

  1. The pull request author has repository write permission or above and /gcbrun is in the PR description.
  2. A user with repository writer permissions or above comments /gcbrun on a pull request authored by any user.
CommentsEnabledForExternalContributorsOnly

Builds will only fire in response to pull requests if:

  1. The pull request author is a repository writer or above.
  2. If the author does not have write permissions, a user with write permissions or above must comment /gcbrun in order to fire a build.