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 1b7041d commit 64cc9c3Copy full SHA for 64cc9c3
.github/workflows/lintcommit.js
@@ -88,7 +88,7 @@ function validateTitle(title) {
88
} else if (subject.length === 0) {
89
return 'empty subject'
90
} else if (subject.length > 100) {
91
- return 'invalid subject2 (must be <=100 chars)'
+ return 'invalid subject (must be <=100 chars)'
92
}
93
94
return undefined
0 commit comments