Initial commit

This commit is contained in:
Jonathan Clem
2019-03-29 15:21:48 -07:00
commit ab3b5b5adc
11 changed files with 2289 additions and 0 deletions

11
package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "action-labeller",
"private": true,
"license": "MIT",
"main": "index.js",
"dependencies": {
"actions-toolkit": "^1.6.0",
"js-yaml": "^3.13.0",
"minimatch": "^3.0.4"
}
}