Initial Commit
This commit is contained in:
commit
933e47149a
6 changed files with 426 additions and 0 deletions
13
package.json
Normal file
13
package.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue