From a0c756d03431e157ffb406b3327e09c54026498c Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Wed, 9 Oct 2024 12:45:02 +0200 Subject: [PATCH] fix: allow for maint branches --- doc/source/how-to/repository-protection.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/how-to/repository-protection.rst b/doc/source/how-to/repository-protection.rst index 9de347084..3bd9008db 100644 --- a/doc/source/how-to/repository-protection.rst +++ b/doc/source/how-to/repository-protection.rst @@ -81,7 +81,7 @@ with the following parameters: - Restrict branch names: - Applies to: ``Branch name`` - Requirement: ``Must match a given regex pattern`` - - 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)\/.*`` - Description: ``Branch name must match the conventional commits pattern`` Tag protection