feat: add exclude-labels for query issues (#74)

* feat: add exclude-labels for query issues

* add formay

* Update ci.yml

* docs: add readme
This commit is contained in:
xrkffgg
2021-08-09 19:18:55 +08:00
committed by GitHub
parent d443509c47
commit b64d6e451f
8 changed files with 15815 additions and 191 deletions

View File

@@ -12,6 +12,7 @@
"deploy": "npm run docs:build && npm run docs:deploy",
"format": "prettier --write **/*.ts **/*.js",
"format-check": "prettier --check **/*.ts **/*.js",
"test": "father test",
"package": "ncc build src/main.js -o dist",
"users": "node ./script/update-users.js",
"main": "node ./src/main.js",
@@ -35,6 +36,7 @@
"@actions/github": "^4.0.0",
"@octokit/rest": "^18.0.12",
"dayjs": "^1.9.7",
"father": "^2.30.7",
"lodash": "^4.17.20"
},
"devDependencies": {