You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 18, 2023. It is now read-only.
shimamoto edited this page Aug 9, 2013
·
1 revision
GitBucket sends email to target users by enabling the notification email by an administrator.
The timing of the notification are as follows:
at the issue registration (new issue, new pull request)
When a record is saved into the ISSUE table, GitBucket does the notification.
at the comment registration
Among the records in the ISSUE_COMMENT table, them to be counted as a comment (i.e. the record ACTION column value is "comment" or "close_comment" or "reopen_comment") are saved, GitBucket does the notification.
at the status update (close, reopen, merge)
When the CLOSED column value is updated, GitBucket does the notification.
Notified users are as follows:
individual repository's owner
collaborators
participants
However, the operation in person is excluded from the target.