Initial Commit

This commit is contained in:
Benjamin Lannon 2018-12-05 20:02:58 -05:00
commit 933e47149a
6 changed files with 426 additions and 0 deletions

13
package.json Normal file
View file

@ -0,0 +1,13 @@
{
"name": "issue-label-manager-action",
"version": "1.0.0",
"description": "Will update repo's labels based on data in JSON file located at $REPO/.github/labels.json",
"main": "index.js",
"scripts": {},
"keywords": [],
"author": "Benjamin Lannon <benjamin@lannonbr.com>",
"license": "MIT",
"dependencies": {
"actions-toolkit": "0.0.4"
}
}