Reputation: 15488
My coworkers request me to review their Pull Requests, but I can't tell which ones. Is there a way to get Github to alert me when this occurs?
I see there is a Review Requested filter in the Notifications section, but that never shows anything. There doesn't seem to be any specific setting for this in the Settings section either. Nor do I get any emails.
Is there anyway to set this up?
Upvotes: 15
Views: 13328
Reputation: 881
Some section's name has been changed since the popular answer, if you are looking for a solution on 2023 and after please see below.
Firstly, navigate to Github Notifications Settings here => https://github.com/settings/notifications and follow below screenshots
Step - 1: Go to Subscriptions section
Step - 2: Check 'Email' on Participating, @mentions and custom section
Step - 3: Check your required options on Customize email updates section
Upvotes: 6
Reputation: 1062
In addition to the above answer:
Make sure to tick Email
checkbox in Participating
section, otherwise Email notification preferences
section won't show up below.
Upvotes: 1
Reputation: 2203
Email notification preferences
sectionDefault notification email
is set to an email address you can receive email at.Pull Request reviews
is turned onIf those steps do not work, check your spam folder. You may also want to make sure that a different email address isn't specified in the Custom routing
section.
Upvotes: 11