Skip to content

Commit 168e4cb

Browse files
committed
feat(build): Adding prlint
1 parent e9e1d4a commit 168e4cb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/prlint.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"title": [
3+
{
4+
"pattern": "^(build|ci|docs|feat|fix|perf|refactor|style|test)((.+))?:\\s.+",
5+
"message": "Your title needs to be prefixed with a topic"
6+
}
7+
]
8+
}

0 commit comments

Comments
 (0)