Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a483c28

Browse filesBrowse files
aduh95danielleadams
authored andcommitted
tools: fix lint-pr-url message
PR-URL: #37304 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent 676f696 commit a483c28
Copy full SHA for a483c28

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎tools/lint-pr-url.mjs‎

Copy file name to clipboardExpand all lines: tools/lint-pr-url.mjs
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ for await (const line of diff) {
2828
} else if (!validatePrUrl(line.match(prUrlDefinition)?.[1])) {
2929
console.warn(
3030
`::warning file=${currentFile},line=${currentLine++},col=${line.length}` +
31-
'::pr-url doesn\'t match the actual PR URL.'
31+
'::pr-url doesn\'t match the URL of the current PR.'
3232
);
3333
} else if (line[0] !== '-') {
3434
// Increment line counter if line is not being deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.