πŸ›β™»οΈ paging support & use graphql (#471)

* πŸ›β™»οΈ paging support & use graphql

* πŸš€ build

* 🚨 ignore eslint
This commit is contained in:
marocchino 2021-10-20 22:19:58 +09:00 β€’ committed by GitHub
parent 1bffac7054
commit 1a8e0448ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 490 additions and 114 deletions

View file

@ -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",