feat(api): reapply labels when reopening an issue

This commit is contained in:
wanhose 2024-08-04 08:42:07 +02:00
parent c876732858
commit 3434e16788

View File

@ -55,6 +55,7 @@ export default (server: FastifyInstance, _options: RouteShorthandOptions, done:
owner: environment.github.owner,
repo: environment.github.repo,
issue_number: existingIssue.number,
labels: ['bug'],
state: 'open',
});