Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Github send notification emails when an issue comment is edited?

Tags:

github

For the people who are configured to receive notifications when a comment is posted to an issue in a Github repo: do they also get sent another email notification if that comment is edited?

like image 507
user45183 Avatar asked Aug 17 '16 00:08

user45183


People also ask

Does GitHub notify users?

There are no ways to do it because GitHub delivers only two kinds of notifications: Participating: Someone mentions you or a team you're a member of. You are assigned to an issue or pull request.

How do I get notifications from GitHub?

In the left sidebar, under the list of repositories, use the "Manage notifications" drop-down to click Notification settings. On the notifications settings page, choose how you receive notifications when: There are updates in repositories or team discussions you're watching or in a conversation you're participating in.

What are GitHub notifications?

Notifications provide updates about the activity on GitHub.com that you've subscribed to. You can use the notifications inbox to customize, triage, and manage your updates.

How do I send notifications on GitHub?

On GitHub.com, navigate to the main page of the repository. Under your repository name, click Settings. In the "Integrations" section of the sidebar, click Email notifications. Type up to two email addresses, separated by whitespace, where you'd like notifications to be sent.


2 Answers

No, you do not get a notification if a comment, issue title, or description is edited or even deleted. This can get very confusing if you are answering via email and quote non-existent text.

There is an issue requesting this feature but it has been open for ~2 years without activity. Maybe giving that proposal a thumbs up could help. Unfortunately, no one will be notified of that reactions either...

like image 155
kba Avatar answered Sep 20 '22 13:09

kba


Just want to add that, per my experiment, if edit a comment to add a @mention, the mentioned user will receive the notification, but only once, regardless of how many edits afterward and whether they are mentioned or not.

Also, quoting a user's reply without @mention that user won't notify that user if that user is not subscribed[1] to the issue.


[1] Subscribed: Receive all notifications from this issue.

like image 21
Wenfang Du Avatar answered Sep 19 '22 13:09

Wenfang Du