Skip to content

Commit

Permalink
fix: allow any scope in title (#1374)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWitt authored Dec 19, 2023
1 parent b5a80ad commit 572a9f7
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .cm/enforce_pr_title.cm
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,5 @@ automations:
* docs
* feat
* fix
Scope must be one of the following:
* common
* core
* elements
* forms
* http
titlePolicy:
titleRegex: r/\b(build|ci|chore|docs|feat|fix)\b\s*\((common|core|elements|forms|http)\)?:\s*\w+.*/
titleRegex: r/\b(build|ci|chore|docs|feat|fix)\b\s*\((.*|common|core|elements|forms|http)\)?:\s*\w+.*/

0 comments on commit 572a9f7

Please sign in to comment.