Branch filtering via regex
Branch filtering via regex is available in the project settings for auto-approve branches as well as Slack integrations.
Separate multiple branches with space and use a *
as a wildcard match.
Example
Value: master staging-* release-*.*.*
Allowed:
master
staging-1
staging-2
staging-staging
release-1.0.0
release-acorn.berry.corn
Blocked:
staging
staging-
release
1.0.0
Updated over 1 year ago