Skip to content

Commit

Permalink
fix: also allow feat as commit title (#1373)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWitt authored Dec 19, 2023
1 parent aeabfb0 commit b5a80ad
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .cm/enforce_pr_title.cm
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ automations:
Type must be one of the following:
* build
* ci
* ci
* chore
* docs
* feature
* feat
* fix
Scope must be one of the following:
Expand All @@ -27,4 +28,4 @@ automations:
* forms
* http
titlePolicy:
titleRegex: r/\b(build|ci|chore|docs|feature|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 b5a80ad

Please sign in to comment.