From 2263035acfed004552e38e2100ecda1136f45fe7 Mon Sep 17 00:00:00 2001 From: Wes Mason Date: Mon, 3 Aug 2026 11:37:59 +0100 Subject: [PATCH] test(observability-map): comment-only edit to a route Throwaway PR to verify the observability-map CI posts NO comment when a pull request moves nothing. Not for merge. --- apps/webapp/app/routes/api.v1.runs.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/webapp/app/routes/api.v1.runs.ts b/apps/webapp/app/routes/api.v1.runs.ts index a4f543e68f5..27f14301683 100644 --- a/apps/webapp/app/routes/api.v1.runs.ts +++ b/apps/webapp/app/routes/api.v1.runs.ts @@ -1,3 +1,4 @@ +// SCORER TEST FIXTURE: comment-only edit, no behaviour change. Never merge. import { json } from "@remix-run/server-runtime"; import { ApiRunListPresenter,