mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2026-04-18 12:05:44 +00:00
πβ»οΈ paging support & use graphql (#471)
* πβ»οΈ paging support & use graphql * π build * π¨ ignore eslint
This commit is contained in:
parent
1bffac7054
commit
1a8e0448ba
10 changed files with 490 additions and 114 deletions
|
|
@ -27,7 +27,8 @@
|
|||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.6.0",
|
||||
"@actions/github": "^5.0.0"
|
||||
"@actions/github": "^5.0.0",
|
||||
"@octokit/graphql-schema": "^10.73.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^27.0.2",
|
||||
|
|
|
|||
Loadingβ¦
Add table
Add a link
Reference in a new issue