GetTriggerGithubPullRequest

data class GetTriggerGithubPullRequest(val branch: String, val commentControl: String, val invertRegex: Boolean)

Constructors

Link copied to clipboard
constructor(branch: String, commentControl: String, invertRegex: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Regex of branches to match.

Link copied to clipboard

Whether to block builds on a "/gcbrun" comment from a repository owner or collaborator. Possible values: "COMMENTS_DISABLED", "COMMENTS_ENABLED", "COMMENTS_ENABLED_FOR_EXTERNAL_CONTRIBUTORS_ONLY"

Link copied to clipboard

If true, branches that do NOT match the git_ref will trigger a build.