How to Find My Previous Comments in GitHub Issues

Hongtao Hao / 2021-07-15


Sometimes, I want to go back to the issues where I commented. How to find those issues?

@Toolkit provides a detailed answer . Take me for example, simply search commenter:hongtaoh in the GitHub search box. Click the dropdown of “Sort: Best match” to choose other sorting methods.

To make sure all the results are issues, use is:issue commenter:hongtaoh .

Thanks, @Toolkit.

Last modified on 2021-10-05