[Feature request] Introduce "only @mentions" notifications setting #174465
Replies: 3 comments 1 reply
|
ðŽ 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. â |
|
GitHub Native Options (limited) Participating only: Youâll always get review requests and review state notifications if youâre assigned. Thereâs no way to âonly get @mentionsâ without also catching review assignments. Custom watch on issues: GitHub doesnât currently let you configure ânotify me about comments only if Iâm the author or assignee.â So, yeah â what you want (PR/issue comments only, @mentions only, skip state changes) isnât possible purely via web/email notification settings today. |
|
In case this is useful to others, I created a small GitHub Action to act as a bridge between GitHub Notifications and an external messaging platform such as Slack. github.com/marketplace/actions/issues-notifications The base idea is to push notifications (such as @mention in GitHub Issues) to Slack, and mark them as "done" as soon as they've been forwarded. This is far from perfect, Scheduled Reminders working fully for Issues would be better, but that provides a solution in the interim. Feel free to open up issues/PRs. |
Uh oh!
There was an error while loading. Please reload this page.
Select Topic Area
Product Feedback
Body
Hey ð
I have "Scheduled Reminders" configured to receive scheduled and real-time notifications on PRs when I get a review request or my PR is reviewed. Also I used it to get notifications about PR comments and it all worked like a charm speeding up async communication within the team. But we got to a situation when we also need to somehow get notifications about conversations in GitHub issues. I tried different ways of doing it via GitHub web notifications:
but I still get some other noise from PRs because once I get assigned as a reviewer - GitHub sends also these notifications to web/email, i.e. I get duplicates from "web" notifications and from "scheduled reminders" setting.
It would be nice if it could be possible to have next setup: send web/email notifications only for comments (both in PRs and Issues) where you are
@mentioned, avoiding any PR state notifications.As an alternative that is even more convenient: add an ability to get notifications in slack about comments in issues where your are author/assignee. This way we could use that seamless integration to speed up async work within our team ððŧ
All reactions