Separate Notifications for Teams and Direct Mentions #199860
Replies: 4 comments 2 replies
This comment was marked as low quality.
This comment was marked as low quality.
This comment was marked as low quality.
This comment was marked as low quality.
-
|
As far as I know, GitHub currently does not provide a notification setting that allows you to disable notifications triggered by team review requests while still receiving notifications only when you are individually requested or directly mentioned. A few possible workarounds are: Use user-review-requested:@me to track PRs where you are explicitly requested as a reviewer. A dedicated notification preference that distinguishes between team-based review requests and individual review requests would be a useful enhancement, especially for organizations with large team hierarchies and CODEOWNERS-based review workflows. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
��️ Discussion Type
Question
💬 Feature/Topic Area
Profile
Body
My company recently made use of teams in Github. We use these for code owners for different subdirectories. The issue I am having is now my general team (Team A) is added to every PR in that directory . I only care about PRs for my smaller subteam (Team A1) but I am not getting notifications for all PRs (TeamA2 and TeamA3).
My request is can I disable email notifications for PRs I get included on via the team while keeping notifications for PRs I am explicitly mentioned on?
I know I can differentiate between these two when I search for issues using
review-requested:@meanduser-review-requested:@me. This first showing all PRs with my team and the second only showing PRs with me explicitly added to it.Beta Was this translation helpful? Give feedback.
All reactions