# Functions
NewContext registers notification handlers.
NotifyCreateIssueComment notifies issue comment related message to notifiers.
NotifyCreateRef notifies branch or tag creation to notifiers.
NotifyCreateRepository notifies create repository to notifiers.
NotifyDeleteComment notifies delete comment to notifiers.
NotifyDeleteRef notifies branch or tag deletion to notifiers.
NotifyDeleteRelease notifies delete release to notifiers.
NotifyDeleteRepository notifies delete repository to notifiers.
NotifyForkRepository notifies fork repository to notifiers.
NotifyIssueChangeAssignee notifies change content to notifiers.
NotifyIssueChangeContent notifies change content to notifiers.
NotifyIssueChangeLabels notifies change labels to notifiers.
NotifyIssueChangeMilestone notifies change milestone to notifiers.
NotifyIssueChangeStatus notifies close or reopen issue to notifiers.
NotifyIssueChangeTitle notifies change title to notifiers.
NotifyIssueClearLabels notifies clear labels to notifiers.
NotifyMergePullRequest notifies merge pull request to notifiers.
NotifyMigrateRepository notifies create repository to notifiers.
NotifyNewIssue notifies new issue to notifiers.
NotifyNewPullRequest notifies new pull request to notifiers.
NotifyNewRelease notifies new release to notifiers.
NotifyPullRequestChangeTargetBranch notifies when a pull request's target branch was changed.
NotifyPullRequestReview notifies new pull request review.
NotifyPullRequestSynchronized notifies Synchronized pull request.
NotifyPushCommits notifies commits pushed to notifiers.
NotifyRenameRepository notifies repository renamed.
NotifySyncCreateRef notifies branch or tag creation to notifiers.
NotifySyncDeleteRef notifies branch or tag deletion to notifiers.
NotifySyncPushCommits notifies commits pushed to notifiers.
NotifyTransferRepository notifies create repository to notifiers.
NotifyUpdateComment notifies update comment to notifiers.
NotifyUpdateRelease notifies update release to notifiers.
RegisterNotifier providers method to receive notify messages.