feat(api): reapply labels when reopening an issue
This commit is contained in:
parent
c876732858
commit
3434e16788
@ -55,6 +55,7 @@ export default (server: FastifyInstance, _options: RouteShorthandOptions, done:
|
|||||||
owner: environment.github.owner,
|
owner: environment.github.owner,
|
||||||
repo: environment.github.repo,
|
repo: environment.github.repo,
|
||||||
issue_number: existingIssue.number,
|
issue_number: existingIssue.number,
|
||||||
|
labels: ['bug'],
|
||||||
state: 'open',
|
state: 'open',
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user