E575
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 676f696 commit a483c28Copy full SHA for a483c28
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 actual PR 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