We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3e7ec9 commit ef6e584Copy full SHA for ef6e584
.github/prlint.json
@@ -1,7 +1,7 @@
1
{
2
"title": [
3
4
- "pattern": "^(feat|fix|docs|style|refactor|perf|test|chore):\\s",
+ "pattern": "^(feat|fix|docs|style|refactor|perf|test|chore|BREAKING CHANGE):\\s",
5
"flags": ["i"],
6
"message": "PR title doesn't match conventional commit message specs. See https://conventionalcommits.org/"
7
}
0 commit comments