6

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.

Rafo
  • 511
  • 3
  • 17

2 Answers2

3

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 
Jeremy Caney
  • 7,102
  • 69
  • 48
  • 77
1

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
SSHunter49
  • 98
  • 9