Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 70f87a8

Browse files
authored
bump mentionable user count (#2091)
1 parent fadf071 commit 70f87a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gql/IssueOrPullRequest.graphql

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ query IssueOrPullRequest($owner: String!, $repo: String!, $number: Int!, $page_s
66
mergeCommitAllowed
77
rebaseMergeAllowed
88
squashMergeAllowed
9-
mentionableUsers(first: 20) {
9+
mentionableUsers(first: 50) {
1010
nodes {
1111
avatarUrl
1212
login

0 commit comments

Comments
 (0)