From c25b90b9a3a26b14d395c88c7074c1a403275edd Mon Sep 17 00:00:00 2001 From: Loymdayddaud <145969603+TheGiraffe3@users.noreply.github.com> Date: Mon, 7 Oct 2024 17:44:12 +0300 Subject: [PATCH 1/3] Fix for 34805 (#34814) Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com> --- .../customizing-your-repository/about-code-owners.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners.md b/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners.md index 4b2d9dbaca..d20368c312 100644 --- a/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners.md +++ b/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners.md @@ -58,9 +58,9 @@ To reduce the size of your CODEOWNERS file, consider using wildcard patterns to {% warning %} **Warning:** There are some syntax rules for gitignore files that _do not work_ in CODEOWNERS files: -* Escaping a pattern starting with `#` using `\` so it is treated as a pattern and not a comment -* Using `!` to negate a pattern -* Using `[ ]` to define a character range +* Escaping a pattern starting with `#` using `\` so it is treated as a pattern and not a comment doesn't work +* Using `!` to negate a pattern doesn't work +* Using `[ ]` to define a character range doesn't work {% endwarning %} From 320a998ca08e2d9db3d694d15f748d1471ad2314 Mon Sep 17 00:00:00 2001 From: adriancuadrado Date: Mon, 7 Oct 2024 16:55:37 +0200 Subject: [PATCH 2/3] Update managing-notifications-from-your-inbox.md (#34799) Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com> --- .../managing-notifications-from-your-inbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox.md b/content/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox.md index dce9e2dbee..9f4adc3590 100644 --- a/content/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox.md +++ b/content/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox.md @@ -19,7 +19,7 @@ shortTitle: Manage from your inbox {% data reusables.notifications-v2.notifications-inbox-required-setting %} For more information, see "[AUTOTITLE](/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications#choosing-your-notification-settings)." -To access your notifications inbox, in the upper-right corner of any page, click {% octicon "bell" aria-label="The notifications bell" %}. +To access your notifications inbox, in the upper-right corner of any page, click {% octicon "inbox" aria-label="The notifications inbox" %}. Your inbox shows all of the notifications that you haven't unsubscribed to or marked as **Done.** You can customize your inbox to best suit your workflow using filters, viewing all or just unread notifications, and grouping your notifications to get a quick overview. From f78c3a52673ddea229c00ef40d03e97e6506da9d Mon Sep 17 00:00:00 2001 From: Dany Marcoux Date: Mon, 7 Oct 2024 17:10:13 +0200 Subject: [PATCH 3/3] Fix broken link for Ubuntu 24.04 (#34792) Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com> --- data/reusables/actions/supported-github-runners.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/actions/supported-github-runners.md b/data/reusables/actions/supported-github-runners.md index 167ebc7630..377229befc 100644 --- a/data/reusables/actions/supported-github-runners.md +++ b/data/reusables/actions/supported-github-runners.md @@ -20,7 +20,7 @@ For public repositories, jobs using the workflow labels shown in the table below 14 GB ubuntu-latest, - ubuntu-24.04, + ubuntu-24.04, ubuntu-22.04, ubuntu-20.04