Trigger Repository Event Config Pull Request Args
data class TriggerRepositoryEventConfigPullRequestArgs(val branch: Output<String>? = null, val commentControl: Output<String>? = null, val invertRegex: Output<Boolean>? = null) : ConvertibleToJava<TriggerRepositoryEventConfigPullRequestArgs>
Properties
Link copied to clipboard
Configure builds to run whether a repository owner or collaborator need to comment /gcbrun. Possible values are: 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.