-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Send notifications for mentions in pull request code comments #14218
Conversation
extracted the issue mention handling from the mail notifier
Codecov Report
@@ Coverage Diff @@
## master #14218 +/- ##
=========================================
Coverage ? 41.98%
=========================================
Files ? 735
Lines ? 78881
Branches ? 0
=========================================
Hits ? 33117
Misses ? 40313
Partials ? 5451
Continue to review full report at Codecov.
|
May also resolved #13450 |
I tested and it doesn't solve that problem. It is because the I notice something else: you can explicitly unsubscribe from an issue to no longer receive notifications from it. However, in the case where someone explicitly mentions you, shouldn't we still send a notification? |
|
…a#13450 + unsubscribe should not affect mentions
#13450 should be fixed now as well. And unsubscribe no longer affects mentions. |
@jpraet pleace send backport :) |
…-gitea#14218) backport to 1.13 branch
Fixes #14187: mention handling extracted from email notification code
Fixes #14013: add notification for mentions in pull request code comments
Fixes #13450: Not receiving any emails with setting "Only Email on Mention"