We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 925afa6 commit 12fc006Copy full SHA for 12fc006
tools/lint-pr-url.mjs
@@ -28,7 +28,7 @@ for await (const line of diff) {
28
} else if (!validatePrUrl(line.match(prUrlDefinition)?.[1])) {
29
console.warn(
30
`::warning file=${currentFile},line=${currentLine++},col=${line.length}` +
31
- '::pr-url doesn\'t match the current PR actual URL.'
+ '::pr-url doesn\'t match the URL of the current PR.'
32
);
33
} else if (line[0] !== '-') {
34
// Increment line counter if line is not being deleted.
0 commit comments