Skip to content

Commit 0b49b4d

Browse files
authored
Merge branch 'main' into repo-sync
2 parents 388ffa4 + fa68738 commit 0b49b4d

4 files changed

Lines changed: 17 additions & 9 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,5 @@
3232
"postCreateCommand": "npm ci && npm run build",
3333

3434
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
35-
"remoteUser": "node",
36-
37-
// Test hostRequirements setting for machine types - currently undocumented
38-
"hostRequirements": {
39-
"cpus": 8,
40-
"memory": "8gb", // otherwise is bytes - allows for other units like mb, or k
41-
"storage": "32gb" // otherwise is bytes - allows for other units like tb, or mb, or k
42-
}
35+
"remoteUser": "node"
4336
}

content/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@ Email notifications from {% data variables.product.product_location %} contain t
147147
- There are updates in repositories or team discussions you're watching or in a conversation you're participating in. For more information, see "[About participating and watching notifications](#about-participating-and-watching-notifications)."
148148
- You gain access to a new repository or you've joined a new team. For more information, see "[Automatic watching](#automatic-watching)."{% ifversion fpt or ghes or ghae-issue-4864 or ghec %}
149149
- There are new {% data variables.product.prodname_dependabot_alerts %} in your repository. For more information, see "[{% data variables.product.prodname_dependabot_alerts %} notification options](#dependabot-alerts-notification-options)." {% endif %} {% ifversion fpt or ghec %}
150-
- There are workflow runs updates on repositories set up with {% data variables.product.prodname_actions %}. For more information, see "[{% data variables.product.prodname_actions %} notification options](#github-actions-notification-options)."{% endif %}
150+
- There are workflow runs updates on repositories set up with {% data variables.product.prodname_actions %}. For more information, see "[{% data variables.product.prodname_actions %} notification options](#github-actions-notification-options)."{% endif %}{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5668 %}
151+
- There are new deploy keys added to repositories that belong to organizations that you're an owner of. For more information, see "[Organization alerts notification options](#organization-alerts-notification-options)."{% endif %}
151152

152153
## Automatic watching
153154

@@ -218,6 +219,13 @@ Choose how you want to receive workflow run updates for repositories that you ar
218219

219220
{% endif %}
220221

222+
{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5668 %}
223+
## Organization alerts notification options
224+
225+
If you're an organization owner, you'll receive email notifications by default when organization members add new deploy keys to repositories within the organization. You can unsubscribe from these notifications. On the notification settings page, under "Organization alerts", unselect **Email**.
226+
227+
{% endif %}
228+
221229
{% ifversion fpt or ghes or ghec %}
222230
## Managing your notification settings with {% data variables.product.prodname_mobile %}
223231

content/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ shortTitle: Deploy keys
2323
![Deploy key list](/assets/images/help/settings/settings-deploy-key-review.png)
2424

2525
For more information, see "[Managing deploy keys](/guides/managing-deploy-keys)."
26+
27+
## Further reading
28+
- [Configuring notifications](/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications#organization-alerts-notification-options)

content/developers/overview/managing-deploy-keys.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,3 +185,7 @@ This means that you cannot automate the creation of accounts. But if you want to
185185
[collaborator]: /articles/inviting-collaborators-to-a-personal-repository
186186
[outside-collaborator]: /articles/adding-outside-collaborators-to-repositories-in-your-organization
187187
[team]: /articles/adding-organization-members-to-a-team
188+
189+
## Further reading
190+
- [Configuring notifications](/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications#organization-alerts-notification-options)
191+

0 commit comments

Comments
 (0)