From da195a134e8a49733ad6de75aca9374c080a1248 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20=C5=BDu=C5=BEak?= Date: Tue, 15 Dec 2020 18:03:56 +0100 Subject: [PATCH 1/2] Remove wrongly added link in webhook events docs (#16962) Fixes https://github.com/github/docs-internal/issues/14280. This was unintentionally added in https://github.com/github/internal-developer.github.com/pull/6352 Co-authored-by: Laura Coursen --- .../webhooks-and-events/webhook-events-and-payloads.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/developers/webhooks-and-events/webhook-events-and-payloads.md b/content/developers/webhooks-and-events/webhook-events-and-payloads.md index ca9d95fbef..58c722f5b7 100644 --- a/content/developers/webhooks-and-events/webhook-events-and-payloads.md +++ b/content/developers/webhooks-and-events/webhook-events-and-payloads.md @@ -715,7 +715,7 @@ Key | Type | Description ### package -Activity related to {% data variables.product.prodname_registry %}. {% data reusables.webhooks.action_type_desc %} For more information, see the "[blocking organization users](/rest/reference/orgs#blocking)" REST API. For more information, see "[Managing packages with {% data variables.product.prodname_registry %}](/github/managing-packages-with-github-packages)" to learn more about {% data variables.product.prodname_registry %}. +Activity related to {% data variables.product.prodname_registry %}. {% data reusables.webhooks.action_type_desc %} For more information, see "[Managing packages with {% data variables.product.prodname_registry %}](/github/managing-packages-with-github-packages)" to learn more about {% data variables.product.prodname_registry %}. #### Availability From 8b472f9c1a17cdeca7102bcce73af8a0a4dc1464 Mon Sep 17 00:00:00 2001 From: Steve Ward Date: Tue, 15 Dec 2020 12:20:48 -0500 Subject: [PATCH 2/2] Add shortcut for committing in GitHub Desktop (#16970) Co-authored-by: Laura Coursen --- .../keyboard-shortcuts.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/desktop/installing-and-configuring-github-desktop/keyboard-shortcuts.md b/content/desktop/installing-and-configuring-github-desktop/keyboard-shortcuts.md index 65d9855c81..e4faef6567 100644 --- a/content/desktop/installing-and-configuring-github-desktop/keyboard-shortcuts.md +++ b/content/desktop/installing-and-configuring-github-desktop/keyboard-shortcuts.md @@ -51,6 +51,7 @@ GitHub Desktop keyboard shortcuts on macOS |2 | Show your commit history |B | Show all your branches |G | Go to the commit summary field +|Enter | Commit changes when summary or description field is active |space| Select or deselect all highlighted files |N | Create a new branch |R | Rename the current branch @@ -104,6 +105,7 @@ GitHub Desktop keyboard shortcuts on Windows |Ctrl2 | Show your commit history |CtrlB | Show all your branches |CtrlG | Go to the commit summary field +|CtrlEnter | Commit changes when summary or description field is active |space| Select or deselect all highlighted files |CtrlShiftN | Create a new branch |CtrlShiftR | Rename the current branch