Using the search box at the top of GitHub pages, you can perform a variety of searches.

To view issues you've commented on use the following search string:
Sample Search URL
is:issue commenter:@me To show only open issues, add the is:open qualifier:
Sample Search URL
is:issue commenter:@me is:open The search can also be adapted for any user by replacing @me with their GitHub username. Do not include the @ symbol in this case.
For example, for the username defunkt/@defunkt use:
Sample Search URL
is:issue commenter:defunkt