How to see all your code reviews on github
Asked Answered
I

2

10

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.

Intricacy answered 7/2, 2022 at 16:23 Comment(0)
E
7

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 
Encounter answered 1/12, 2022 at 21:52 Comment(0)
W
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
Waterless answered 16/8, 2022 at 15:3 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.