Webhook Filter Group Filter
data class WebhookFilterGroupFilter(val excludeMatchedPattern: Boolean? = null, val pattern: String, val type: String)
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
, WORKFLOW_JOB_QUEUED
works with GitHub & GitHub Enterprise only. For a filter that uses any of the other filter types, a regular expression.