Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-04-25 09:26
Flavor·PCRE2 (PHP)

/
(feature|bug|bugfix|task|hotfix)\/[_\.A-Z+a-z\/0-9-]+$
/
gm
Open regex in editor

Description

To enforce branch names to include specific prefix and not allow some special characters.

Submitted by TParry