Fixed localhost URL check

Noticed that it missed 21568 because of a leading "/"
This commit is contained in:
Brian Vaughn 2021-05-26 10:43:51 -04:00 committed by GitHub
parent 7841d0695a
commit bb1c821556
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ jobs:
Issues without repros are automatically closed but we will re-open if you update with repro info.
`.trim();
if (url.includes("/localhost")) {
if (url.includes("localhost")) {
closeWithComment(`
${COMMENT_HEADER}