From bb1c8215569f59b70276e8939bd8a59aa7f28f53 Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Wed, 26 May 2021 10:43:51 -0400 Subject: [PATCH] Fixed localhost URL check Noticed that it missed 21568 because of a leading "/" --- .github/workflows/devtools_check_repro.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/devtools_check_repro.yml b/.github/workflows/devtools_check_repro.yml index 0a32ff691f..0d569a87fd 100644 --- a/.github/workflows/devtools_check_repro.yml +++ b/.github/workflows/devtools_check_repro.yml @@ -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}