Skip to content
Snippets Groups Projects
Commit 97cc7511 authored by Ciro Santilli's avatar Ciro Santilli
Browse files

fix

parent abbf81ff
No related branches found
No related tags found
No related merge requests found
......@@ -163,6 +163,7 @@ try {
// Update labels.
await octokit.issues.update({
owner: payload.repository.owner.login,
repo: payload.repository.name,
issue_number: payload.issue.number,
labels: Array.from([...labels, ...newLabels])
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment