mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fixed localhost URL check
Noticed that it missed 21568 because of a leading "/"
This commit is contained in:
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user