Skip to content

Commit 6f49382

Browse files
committed
Update keywords and add link to GraphQL pagination docs
1 parent 14cdffb commit 6f49382

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ Check out the [example table](./examples/MERGED_PULL_REQUESTS.md) to see what th
2121

2222
## TODO
2323

24-
* Paginate through the GitHub API results up to a limit that can be set in the workflow, pull requests welcome :wink:.
24+
* Paginate through the GitHub API results up to a limit that can be set in the workflow, pull requests welcome :wink:, see https://graphql.org/learn/pagination/

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@
99
},
1010
"keywords": [
1111
"actions",
12-
"contribution",
12+
"contributions",
1313
"github",
14+
"graphql",
1415
"profile",
1516
"pull-requests",
1617
"readme",
18+
"showcase",
1719
"statistics"
1820
],
1921
"author": "Ramiro Gómez",

0 commit comments

Comments
 (0)