Various updoots

pull/18/head
Jason Etcovitch 3 years ago committed by GitHub
parent fcff8e0109
commit 821b7bacdf

@ -10,7 +10,7 @@ module.exports = async function addLabel (tools) {
// User is a sponsor, let's add a label
return tools.github.issues.addLabels({
...tools.context.repo,
issue_number: tools.context.issue.number,
issue_number: tools.context.issue.issue_number,
labels: [label]
})
}

4539
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -9,16 +9,16 @@
"build": "npx @vercel/ncc build && npx convert-action"
},
"dependencies": {
"actions-toolkit": "^3.0.1",
"actions-toolkit": "^6.0.1",
"dotenv": "^8.2.0"
},
"devDependencies": {
"@vercel/ncc": "^0.25.1",
"convert-action": "^0.1.2",
"jest": "^25.1.0",
"js-yaml": "^3.13.1",
"nock": "^12.0.2",
"standard": "^14.3.1"
"jest": "^26.6.3",
"js-yaml": "^3.14.0",
"nock": "^13.0.5",
"standard": "^16.0.2"
},
"standard": {
"env": [

Loading…
Cancel
Save