1
0
mirror of synced 2026-01-17 03:01:38 -05:00

Merge pull request #52552 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot
2024-10-07 11:33:26 -04:00
committed by GitHub
3 changed files with 5 additions and 5 deletions

View File

@@ -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.

View File

@@ -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 %}

View File

@@ -20,7 +20,7 @@ For public repositories, jobs using the workflow labels shown in the table below
<td>14 GB</td>
<td>
<code><a href="https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md">ubuntu-latest</a></code>,
<code><a href="https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu204-Readme.md">ubuntu-24.04</a></code>,
<code><a href="https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md">ubuntu-24.04</a></code>,
<code><a href="https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md">ubuntu-22.04</a></code>,
<code><a href="https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2004-Readme.md">ubuntu-20.04</a></code>
</td>