This is a one time notification, the user who's being notified won't receive updates for future notifications.
Global Pull Request comment
- When a global Pull Request comment contains a user reference in the form @username
- Then standard email notification for author/review is sent to mentioned user as well (permissions apply)
The notification is sent whether the comment is new or edited.
Inline Pull Request comment
- When an inline Pull Request comment contains a user reference in the form @username
- Then standard email notification for author/review is sent to mentioned user as well (permissions apply)
The notification is sent whether the comment is new or edited.
Initial Pull Request comment
- When the initial Pull Request comment contains a user reference in the form @username
- Then standard email notification for author/review is sent to mentioned user as well (permissions apply)
The notification is sent whether the comment is new or edited. The "new" notification is sent when the pull request is created (ie there is no parsing of commit messages at git level to look for @username mentions)