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
+1 -1
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}