Separate Notifications for Teams and Direct Mentions #199860
Replies: 1 comment
-
|
Hi, As far as I know, GitHub currently does not provide a separate notification setting that allows you to disable notifications from team review requests while still receiving notifications only when you are individually requested or directly mentioned. A few possible workarounds are:
Examples: user-review-requested:@me or mentions:@me
If this functionality is not currently available, it sounds like a reasonable feature request since GitHub already distinguishes between team review requests and individual review requests in search qualifiers. Hopefully someone from GitHub can confirm whether there is a newer notification setting that supports this use case. |
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