fix(api): use hostname as issue title instead of url

This commit is contained in:
wanhose 2024-10-06 00:40:43 +02:00
parent 71bf318c8a
commit 60b5facaa2

View File

@ -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({