We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ba2f7a commit 6843dcaCopy full SHA for 6843dca
.github/actions/breaking-pr-check/index.js
@@ -40,7 +40,7 @@ function checkDescription(body, labels) {
40
const [firstLine, secondLine] = body.split(/\r?\n/);
41
42
if (!firstLine || !/^BREAKING CHANGE:/.test(firstLine)) {
43
- raiseError(`Breaking change PR body should starts with "BREAKING CHANGE:"`);
+ raiseError(`Breaking change PR body should start with "BREAKING CHANGE:"`);
44
}
45
if (!secondLine) {
46
raiseError(`The description of breaking change is missing.`);
0 commit comments