Query GitHub data - Here are predefined queries for the GitHub plugin.
What are the 10 biggest commit authors on GitHub?
Get the 10 users with the most commits on GitHub for a given repository
What are the 10 most-starred repositories of a user?
Get the 10 repositories with the most stars of a user
Does this user follow this other user on GitHub?
Check if one user follows another on GitHub
Does this user star this repository on GitHub?
Check if a specific user has starred a particular repository on GitHub.
How many downloads got each release of a GitHub repository?
Get the number of downloads for each release of a GitHub repository
GitHub Stars per day
Discover the number of stars per day for a given repository ordered by date (recent first)
Which open issues are assigned to me?
Discover the issues assigned to you
List all the branches of a GitHub repository
Get a list of all branches for a specific GitHub repository
List all the contributors of a GitHub repository.
Retrieve a list of all the contributors for a specified GitHub repository.
List my GitHub starred repositories for a particular language
Fetch the list of repositories starred by the authenticated user that are written in a specified programming language.
List the repositories of a GitHub user
Get a list of repositories from a specific GitHub user
Most starred gist of a GitHub user
Find the gist with the most stars for a given GitHub user.
Who follows me on GitHub?
Get the list of users who follow you on GitHub
My most starred GitHub repository
Find the repository with the highest number of stars for the authenticated user.
Which open pull requests are assigned to me?
Discover the pull requests assigned to you
Who are the stargazers of a GitHub repository?
List the users who starred a GitHub repository
What's the oldest open issue in a GitHub repository?
Find the oldest open issue in a specific GitHub repository based on the creation date
Who is the biggest committer on a GitHub repository?
Get the user with the most commits on a GitHub repository