feat: allowing action to run on non PR triggers

This commit is contained in:
Michael Shick 2020-04-08 16:39:41 -07:00
parent 0dbf59e6db
commit 5aa3ae408c
No known key found for this signature in database
GPG key ID: ADF5BC9704BB4A61
7 changed files with 116 additions and 29 deletions

View file

@ -28,10 +28,11 @@
"homepage": "https://github.com/mshick/add-pr-comment#readme",
"dependencies": {
"@actions/core": "^1.2.3",
"@actions/github": "^2.1.1"
"@actions/github": "^2.1.1",
"@actions/http-client": "^1.0.7"
},
"devDependencies": {
"@zeit/ncc": "^0.22.0",
"@zeit/ncc": "^0.22.1",
"eslint": "^6.8.0"
}
}