You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See the discussion at web-platform-tests/wpt#48223. This run should have ended up at ghactions.notifyHandler, but instead was handled by checks.updateCheckHandler.
The text was updated successfully, but these errors were encountered:
Per the mux docs, "Routes are tested in the order they were added to
the router. If two routes match, the first one wins."
This means that `checks.RegisterRoutes()` needs to be called after
everything else defining a route in /api/checks/ as it otherwise
matches every path under /api/checks/.
Per the mux docs, "Routes are tested in the order they were added to
the router. If two routes match, the first one wins."
This means that `checks.RegisterRoutes()` needs to be called after
everything else defining a route in /api/checks/ as it otherwise
matches every path under /api/checks/.
See the discussion at web-platform-tests/wpt#48223. This run should have ended up at ghactions.notifyHandler, but instead was handled by checks.updateCheckHandler.
The text was updated successfully, but these errors were encountered: