BranchNameMustHaveRegex
A regular expression that limits the content processed by the connector. The name of a branch must match the regular expression, otherwise the branch is ignored.
Type: | String (regular expression) |
Default: | |
Required: | No |
Configuration Section: | TaskName or FetchTasks |
Example: | BranchNameMustHaveRegex=main|\d{1,2}\.\d{1,2}\.x
|
See Also: | BranchNameCantHaveRegex |