User Tools

Site Tools


github_notes

This is an old revision of the document!


dummy

searching code

search in a particular file

Use

filename:.travis.yml

for example

python unittest filename:.travis.yml

exclude a repository from search results

Add

-repo:user_name/repo_name

to the search string.

search issues

search issues filed by a user

For your own issues

https://github.com/issues

For other users, there are two possible approaches.

Solution 1:

https://github.com/issues?q=is%3Aopen+is%3Aissue+author%3Ausername+archived%3Afalse+

For example

https://github.com/issues?q=is%3Aopen+is%3Aissue+author%3AKamarajuKusumanchi+archived%3Afalse+

Solution 2:

is:issue is:open author:$author

for example

is:issue is:open author:kamarajukusumanchi
github_notes.1661881030.txt.gz · Last modified: 2022/08/30 17:37 by raju