UNPKG

triage-new-issues

Version:

A GitHub App, built with [probot][] that adds `triage` label to newly-created issues which don't have labels

76 lines (75 loc) 1.63 kB
{ "name": "triage-new-issues", "version": "1.2.7", "description": "A GitHub App, built with [probot][] that adds `triage` label to newly-created issues which don't have labels", "repository": "tunnckoCore/triage-new-issues", "author": "Charlike Mike Reagent (https://i.am.charlike.online)", "nspId": "b39d4bd7-59d6-43fa-9e21-b2589b5169b4", "main": "./src/index.js", "scripts": { "start": "PRIVATE_KEY=$(echo $PRIVATE_KEY | base64 -d) probot run ./src/index.js", "test": "NODE_ENV=test yarn hela test", "precommit": "yarn hela precommit", "commit": "yarn hela commit", "prepublishOnly": "yarn hela protect" }, "license": "Apache-2.0", "licenseStart": 2017, "engines": { "node": ">=8", "npm": ">=5", "yarn": ">=1" }, "files": [ "src/" ], "dependencies": { "probot": "7.1.1" }, "devDependencies": { "eslint": "5.5.0", "eslint-config-tunnckocore": "0.3.0", "hela": "2.0.10", "hela-config-tunnckocore": "2.2.16", "mukla": "0.4.9" }, "keywords": [ "automation", "github-app", "issues", "labels", "new issues", "new label", "probot-app", "triage" ], "verb": { "run": true, "toc": { "render": true, "method": "preWrite", "maxdepth": 3 }, "layout": "empty", "tasks": [ "readme" ], "related": { "list": [ "gitcommit", "p-map-series", "execa", "hela", "mri" ], "highlight": "hela" }, "lint": { "reflinks": true }, "reflinks": [ "hela", "probot" ] } }