Skip to content

Commit

Permalink
improved regex for PR title
Browse files Browse the repository at this point in the history
  • Loading branch information
michelengelen committed Sep 15, 2023
1 parent 78de3d9 commit 2b65d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cm/gitstream.cm
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ colors:

# define the regex the PR title is tested against to enforce a title format
titlePolicy:
titleRegex: /^\[\w+\]\s*\w+.*/gm
titleRegex: /^(\[\w+\]\s{1}\w+.*|Bump\s*\w+.*|v\d+\.\d+\.\d+(\-{1}.*)*)$/gm

0 comments on commit 2b65d77

Please sign in to comment.