mirror of
https://github.com/mshick/add-pr-comment.git
synced 2025-12-31 14:20:32 +11:00
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:
parent
3033f06feb
commit
1fbf288a23
6 changed files with 54 additions and 16 deletions
|
|
@ -10,7 +10,8 @@
|
|||
"noUnusedParameters": true,
|
||||
"noImplicitAny": true,
|
||||
"removeComments": false,
|
||||
"preserveConstEnums": true
|
||||
"preserveConstEnums": true,
|
||||
"resolveJsonModule": true
|
||||
},
|
||||
"include": ["**/*.ts"],
|
||||
"exclude": ["node_modules"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue