Feature Request: Improve Email Notification Recipient Logic for Pull Request Act #191821
Replies: 1 comment
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Product Feedback
Body
GHES version (3.19)
Description:
Currently, email notifications for pull request activities are sent to all users listed in the reviewers team, regardless of their actual participation. Note. The team involved via CODEOWNERS. This means:
Example:

There is a PR created. TeamA was added to the PR in the reviewers list of that PR. All the members of teamA got the email in the format: To:ORG/REPO Cc:team_member; Review requested
One of the teamA member did the code review on that PR.
The teamA got removed from the reviewers list of that PR.
But any of the comments and code reviews were sent in the same format: To:ORG/REPO Cc:team_member; Review requested
It's hard for the team member who is not really involved on this PR to filter out the emails.
Feature Request
If a user actively participates in the pull request review (e.g., reviews, comments, or is directly requested), put their email address in the "To" field to indicate the notification requires their attention.
If a user is only part of a reviewers team and has not participated, put their email address in the "CC" field to indicate the notification is for reference only.
If there is no action required from the individual user, on the email, put the involved teams in Cc should be better.
This change will help users quickly identify whether the notification requires their attention or is just informational.
Beta Was this translation helpful? Give feedback.
All reactions