Skip to content

Commit b77f34f

Browse files
authored
Merge pull request #1001 from codeigniter4/datamweb-patch-1
fix: add Rules for PRLint
2 parents 7be6b60 + bf7bfb3 commit b77f34f

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": "^(\\[\\d+\\.\\d+\\]\\s{1})?(feat|fix|chore|docs|perf|refactor|style|test)(\\([\\-.@:`a-zA-Z0-9]+\\))?!?:\\s{1}\\S.+\\S$",
5+
"message": "PR title must include the type (feat, fix, chore, docs, perf, refactor, style, test) of the commit per Conventional Commits specification. See https://www.conventionalcommits.org/en/v1.0.0/ for the discussion."
6+
}
7+
]
8+
}

0 commit comments

Comments
 (0)