How to see all your code reviews on github

2.7k Views Asked by At

There's a way to filter all my code reviews on github?

I tried to follow docs, go to pull requests and then click on 'Review Requests', but i wasn't able to find a way to filter the code reviews i've done and see if there was any update on my comments.

2

There are 2 best solutions below

0
Zach Hislop On BEST ANSWER

Github has a feature for this! Select Reviewed by you in the 'filter by reviews' dropdown

screenshot of reviews dropdown

You can also manually apply this filter by inputting this text in the filters input:

is:pr reviewed-by:@me 
0
SSHunter49 On

In a similar manner to viewing all review requests (is:open is:pr review-requested:<username>) you can view all PRs you have commented on like so:

is:pr commenter:username