Skip to content

Commit e663c62

Browse files
authored
fix: allow for maint branches (#515)
1 parent 575df91 commit e663c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/how-to/repository-protection.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ with the following parameters:
8181
- Restrict branch names:
8282
- Applies to: ``Branch name``
8383
- Requirement: ``Must match a given regex pattern``
84-
- Matching pattern: ``^(feat|fix|chore|docs|style|refactor|test|perf|ci|build|dependabot|release)\/.*``
84+
- Matching pattern: ``^(feat|fix|chore|docs|style|refactor|test|perf|ci|build|dependabot|release|maint)\/.*``
8585
- Description: ``Branch name must match the conventional commits pattern``
8686

8787
Tag protection

0 commit comments

Comments
 (0)