not receiving PR review requested notifications and cant find location to enable it #173820
Answered
by
ghost
OwenG-AVISPL
asked this question in
Other Feature Feedback, Questions, & Ideas
Select Topic AreaQuestion BodyI use github desktop and receive notifications for my PRs which are approved but never when a review is requested of me, by someone else! how do i enable notifications when someone request a review from me? |
Answered by
ghost
Sep 18, 2025
Replies: 3 comments
1) Make sure you’re subscribed to the repository or the specific pull request
2) Ensure “Participating and @mentions” notifications are enabled
3) Check your organization/repo-level custom routing (if used)
4) Make sure you aren’t ignoring the repository or the user
5) Review request delivery targets (GitHub Desktop & mobile)
6) Check email filter/spam rules
7) For teams: ensure the request was to you (not to a team you’re not watching)
Quick checklist (short)
|
0 replies
|
thank you for response |
0 replies
This comment was marked as off-topic.
This comment was marked as off-topic.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

To get notified when someone requests your review you need to adjust two things
First go to the repository page click Watch at the top right and choose Watching or Custom then make sure Pull requests is enabled
Second go to your GitHub Settings → Notifications and under Participating and @mentions make sure email or web is checked so review requests are delivered to your inbox
Also check the PR itself when you are added as reviewer open the PR and make sure you are subscribed on the right sidebar if it says Unsubscribed click Subscribe
After that review requests should show up in your GitHub notifications and if you enabled email they will also come to your mail GitHub Desktop will only m…