đź“ť Edit page
âž• Add page
Search
Search queries to use in GitHub UI or against REST or GraphQL API.
Resoures
Issues and Pull Requests
Note that both Issues and Pull Requests will returned by default unless you opt for just the one type.
Generic
Queries generated by GitHub when visiting these URLs.
- All issues
is:open is:issue author:MichaelCurrin archived:false
- github.com/issues
- All Pull Requests
is:open is:pr author:MichaelCurrin archived:false
- github.com/pulls
Open source
These are specifically configured for my own profile.
When measuring public open source contributions, I like to exclude acivity in repos which belong to me or my work (2U). Though only me doing the search or using a token with access to private repos will display private repos, whether my own or someone else’s.
Also note that these only cover where I am an author. Not a reviewer or commenter on other users’ contrbutions.
- Closed Issues created by MichaelCurrin in public repos (these may have been resolved or not)
is:issue is:closed author:MichaelCurrin -user:MichaelCurrin -user:2uinc sort:created-desc
- Merged Pull Requests created by MichaelCurrin in public repos of other users
is:pr is:merged author:MichaelCurrin -user:MichaelCurrin -user:2uinc sort:created-desc
- URL