Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com>
28 lines
1.6 KiB
Markdown
28 lines
1.6 KiB
Markdown
---
|
|
title: Managing GitHub Actions notifications
|
|
intro: Learn about managing how notifications from {% data variables.product.prodname_actions %} are delivered.
|
|
versions:
|
|
fpt: '*'
|
|
ghec: '*'
|
|
ghes: '*'
|
|
topics:
|
|
- Notifications
|
|
shortTitle: Manage Actions notifications
|
|
---
|
|
|
|
For repositories that are set up with {% data variables.product.prodname_actions %} and that you are watching, you can choose how you want to receive workflow run updates.
|
|
|
|
{% ifversion update-notification-settings-22 %}
|
|
1. On the "Notification settings" page, under "System", then under "Actions", select the **Don't notify** dropdown menu.
|
|
|
|

|
|
1. To opt in to web notifications, from the dropdown menu, select "On {% data variables.product.prodname_dotcom %}."
|
|
|
|
To opt in to email notifications, from the dropdown menu, select "Email."
|
|
1. Optionally, to only receive notifications for failed workflow runs, from the dropdown menu, select "Only notify for failed workflows", then click **Save**.{% endif %}
|
|
|
|
{% ifversion ghes %}
|
|
On the "Notification settings" page, select "Email" or "Web" notifications. Optionally, to only receive notifications for failed workflow runs, select "Send notifications for failed workflows only".
|
|
|
|
{% endif %}
|