Webhook Filter Group Filter Args
data class WebhookFilterGroupFilterArgs(val excludeMatchedPattern: Output<Boolean>? = null, val pattern: Output<String>, val type: Output<String>) : ConvertibleToJava<WebhookFilterGroupFilterArgs>
Properties
Link copied to clipboard
If set to true
, the specified filter does not trigger a build. Defaults to false
.
Link copied to clipboard
For a filter that uses EVENT
type, a comma-separated string that specifies one event: PUSH
, PULL_REQUEST_CREATED
, PULL_REQUEST_UPDATED
, PULL_REQUEST_REOPENED
. PULL_REQUEST_MERGED
works with GitHub & GitHub Enterprise only. For a filter that uses any of the other filter types, a regular expression.