Branch Pattern CheckΒΆ

Checks if the branch names matches any regex pattern on list defined in the repository options. Master branch is always allowed.

branch-pattern:
    allowed:
        - "^release/R"
        - "^feature/"