Skip to main content
10 of 11
Added article title, and clarified search box location.
Blindspots
  • 8k
  • 5
  • 21
  • 42

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 

Source: GitHub Docs, Searching issues and pull requests

freginold
  • 6.4k
  • 1
  • 14
  • 33