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 30, 2024. It is now read-only.
At this moment, we're providing the Slack notification for deployments and reviews, but it is possible to provide the browser notification.
The notification logic is determined by the kind (deployment or review). The browser should notify only the user who triggers the deployment for the' deployment' event. For the review event, it should notify the requester when the review is responded to, but it should notify the reviewer when the review is requested.
Implement
We should implement two parts for the browser notification like the below:
Provide the setting to configure the notification whether to receive or not.
Notify the user when the event is fired.
The text was updated successfully, but these errors were encountered:
At this moment, we're providing the Slack notification for deployments and reviews, but it is possible to provide the browser notification.
The notification logic is determined by the kind (
deployment
orreview
). The browser should notify only the user who triggers the deployment for the' deployment' event. For thereview
event, it should notify the requester when the review is responded to, but it should notify the reviewer when the review is requested.Implement
We should implement two parts for the browser notification like the below:
The text was updated successfully, but these errors were encountered: