Create a comment in exist PR (#17)

* Without pullRequest

* Try

* Use the last octokit

* Fix

* Update tests

* Fix

* Update package-lock.json
This commit is contained in:
Aleksey Leshko 2020-07-06 23:48:01 +08:00 committed by GitHub
parent 3033f06feb
commit 1fbf288a23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 54 additions and 16 deletions

View file

@ -10,7 +10,8 @@
"noUnusedParameters": true,
"noImplicitAny": true,
"removeComments": false,
"preserveConstEnums": true
"preserveConstEnums": true,
"resolveJsonModule": true
},
"include": ["**/*.ts"],
"exclude": ["node_modules"]