github only list top several issues I posted or commented, so I'm wondering how to search for the rest of them myself, of all issues that I myself participated.
You can do this with an advanced search query. In the Issues search box, enter " commenter:username ". Or if you want to search a specific repo: " RepositoryName commenter:username ".
Integrated with GitHubIssues let you track your work on GitHub, where development happens. When you mention an issue in another issue or pull request, the issue's timeline reflects the cross-reference so that you can keep track of related work.
You can use gitk [filename] (GUI) or git log -p filename (Command line) to view all history changes of a single file easily. Save this answer. Show activity on this post. Both Github Desktop and github.com have surprisingly limited capabilities for history diffs.
The GitHub Search API lets you to search for the specific item efficiently.
I achieved this by putting is:issue involves:my-username
in GitHub search.
This chapter from official docs can be really helpful GitHub Help: Searching issues and pull requests.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With