We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9e1d4a commit 168e4cbCopy full SHA for 168e4cb
.github/prlint.json
@@ -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