From 60b5facaa27609d2800ce853eaf19070458cd814 Mon Sep 17 00:00:00 2001 From: wanhose Date: Sun, 6 Oct 2024 00:40:43 +0200 Subject: [PATCH] fix(api): use hostname as issue title instead of url --- packages/api/src/routes/v3/report.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/api/src/routes/v3/report.ts b/packages/api/src/routes/v3/report.ts index 5aedf02..14ed8b1 100644 --- a/packages/api/src/routes/v3/report.ts +++ b/packages/api/src/routes/v3/report.ts @@ -69,7 +69,7 @@ export default (server: FastifyInstance, _options: RouteShorthandOptions, done: labels: ['bug'], owner: environment.github.owner, repo: environment.github.repo, - title: url, + title: hostname, }); reply.send({