fix(api): use hostname as issue title instead of url
This commit is contained in:
parent
71bf318c8a
commit
60b5facaa2
@ -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({
|
||||
|
Loading…
Reference in New Issue
Block a user