To get a list of the issues for one of your repositories:
curl -H "Authorization: token OAUTH-TOKEN" https://api.github.com/repos/:owner/:repository/issuesThen grep to your heart's desire.
To get a list of the issues for one of your repositories:
curl -H "Authorization: token OAUTH-TOKEN" https://api.github.com/repos/:owner/:repository/issuesThen grep to your heart's desire.