Get info about pull requests from GitHub (using GraphQL)
Budget: $30 – $250 USD
Complete a python method to query all pull requests in a GitHub repo, using GraphQL.
For each PR with a title matching some criteria:
Get the URL, state (open/merged), date opened, date merged, date of last comment, how many reviewers.
See the attached python file where I have started writing the method.
For each PR with a title matching some criteria:
Get the URL, state (open/merged), date opened, date merged, date of last comment, how many reviewers.
See the attached python file where I have started writing the method.