PullRequestFilterResponse

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

PullRequestFilter contains filter properties for matching GitHub Pull Requests.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Regex of branches to match. The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax

Link copied to clipboard

Configure builds to run whether a repository owner or collaborator need to comment /gcbrun.

Link copied to clipboard

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