Skip to content

Instantly share code, notes, and snippets.

@relaxart
Created January 17, 2022 07:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save relaxart/2fb74b1884794ee5d5c5a9bc5f88f51d to your computer and use it in GitHub Desktop.
Save relaxart/2fb74b1884794ee5d5c5a9bc5f88f51d to your computer and use it in GitHub Desktop.
Query number of reviews
{
organization(login: "orgname") {
membersWithRole(first: 20){
nodes{
name
login
contributionsCollection(from: "2021-11-01T00:00:00+07:00") {
totalPullRequestReviewContributions
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment