How do I see all my Github issues for all my projects?
I was asked this at a WordCamp by someone who had seen my ‘how to get into Github’ series with Carrie Dils.
If you’re tracking the WordPress forums, https://wordpress.org/support/view/plugin-committer/YOURID
will list all of the support requests and reviews for any plugin you have commit access.
Not a comitter, just someone listed as an author? Use https://wordpress.org/support/view/plugin-contributor/YOURID
But Github? Turns out it’s super easy!
https://github.com/search?q=is%3Aissue+is%3Aopen+user%3AYOURNAME&type=Issues
Basically you can go to the Github Search Page and put inis:issue is:open user:ott42
and you’ll see them all! There’s no RSS feed mind you but you do get emails for all those so you should be okay.