13 lines
363 B
JSON
13 lines
363 B
JSON
{
|
|
"name": "issue-label-manager-action",
|
|
"version": "1.1.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"
|
|
}
|
|
}
|