Update index.js
This commit is contained in:
parent
cde910f8b0
commit
3ef25d9bb0
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -38,7 +38,7 @@ async function run() {
|
|||
});
|
||||
console.log("UPDATE");
|
||||
await octokit.issues.updateLabel(params);
|
||||
labels = labels.splice(idx, 1);
|
||||
labels.splice(idx, 1);
|
||||
console.log("AFTER SPLICE", labels);
|
||||
} else {
|
||||
let params = tools.context.repo({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue