We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 575df91 commit e663c62Copy full SHA for e663c62
doc/source/how-to/repository-protection.rst
@@ -81,7 +81,7 @@ with the following parameters:
81
- Restrict branch names:
82
- Applies to: ``Branch name``
83
- Requirement: ``Must match a given regex pattern``
84
- - Matching pattern: ``^(feat|fix|chore|docs|style|refactor|test|perf|ci|build|dependabot|release)\/.*``
+ - Matching pattern: ``^(feat|fix|chore|docs|style|refactor|test|perf|ci|build|dependabot|release|maint)\/.*``
85
- Description: ``Branch name must match the conventional commits pattern``
86
87
Tag protection
0 commit comments