Add feature to create project card for pull request

This commit is contained in:
Peter Evans 2019-11-24 08:48:32 +09:00
parent 823751817d
commit 1d1fedd99c
8 changed files with 308 additions and 186 deletions

View file

@ -1,10 +1,10 @@
{
"name": "create-pull-request",
"version": "1.7.4",
"version": "1.8.0",
"description": "Creates a pull request for changes to your repository in the actions workspace",
"main": "index.js",
"scripts": {
"build": "ncc build index.js -o dist"
"package": "ncc build index.js -o dist"
},
"repository": {
"type": "git",