This commit is contained in:
xrkffgg
2021-03-10 15:00:45 +08:00
parent d4ec9b4ffc
commit 993f6a4e01
5 changed files with 5743 additions and 66 deletions

View File

@@ -1,19 +1,14 @@
{
"name": "action-js-template",
"name": "pr-extract-issues",
"version": "0.0.1",
"private": true,
"description": "A javascript template for rapid development of GitHub actions.",
"description": "A GitHub Action help you extract issues from pr commit or title or body.",
"main": "src/main.js",
"scripts": {
"package": "ncc build",
"format": "prettier --write src/*.js",
"format-check": "prettier --check src/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/actions-cool/action-js-template",
"branch": "main"
},
"author": "xrkffgg",
"license": "MIT",
"dependencies": {