Skip to content

Commit 66612f2

Browse files
authored
Merge pull request #36012 from github/repo-sync
Repo sync
2 parents 369a7d7 + 92b27fd commit 66612f2

File tree

10 files changed

+15
-11
lines changed

10 files changed

+15
-11
lines changed

content/code-security/security-advisories/working-with-repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Collaborators have write permissions to the security advisory. For more informat
3636
1. In the "Security Advisories" list, click the security advisory you'd like to add a collaborator to.
3737
1. On the right side of the page, under "Collaborators", type the name of the user or team you'd like to add to the security advisory.
3838
1. Click **{% octicon "plus" aria-label="Add Collaborator" %}** to add the selected user or team as a collaborator.
39-
![Screenshot of the "Collaborators" area in the right sidebar of a draft security advisory. The "Add collaborator" button, a plus icon, is outlined in dark orange.](/assets/images/help/security/security-advisory-add-collaborator-button.png)
39+
![Screenshot of the "Collaborators" area in the sidebar of a draft security advisory. The "Add collaborator" button, a plus icon, is outlined in orange.](/assets/images/help/security/security-advisory-add-collaborator-button.png)
4040

4141
## Further reading
4242

content/codespaces/troubleshooting/troubleshooting-gpg-verification-for-github-codespaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ If GPG verification is disabled in your settings for {% data variables.product.p
111111
1. On the "User" tab, in the search bar, search for "gpg".
112112
1. Verify that the "Enables commit signing with GPG or X.509" setting is deselected.
113113

114-
![Screenshot of the "User" settings tab. A deselected checkbox, labeled "Enables commit signing with GPG or X.509," is highlighted with an orange outline.](/assets/images/help/codespaces/gpg-vscode-setting.png)
114+
![Screenshot of the "User" settings tab. A deselected checkbox, labeled "Enables commit signing with GPG or X.509," is outlined in orange.](/assets/images/help/codespaces/gpg-vscode-setting.png)
115115

116116
If you find this setting is enabled, you should either deselect the checkbox to stop {% data variables.product.prodname_vscode_shortname %} trying to sign your commits, or you should enable GPG verification for the repository you're working in so your commits can be signed successfully.
117117

content/copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/managing-your-github-copilot-pro-subscription/canceling-copilot-pro-as-an-individual-user.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ You can cancel your {% data variables.product.prodname_copilot_pro_short %} subs
3131
{% data reusables.user-settings.billing_plans %}
3232
1. Under "Add-ons", in the "{% data variables.product.prodname_copilot %}" section, select the **Manage subscription** dropdown on the right and then click **Cancel**.
3333

34-
![Screenshot of the {% data variables.product.prodname_copilot %} section of the "Plans and usage" page. The edit dropdown is expanded and the "Cancel" option is highlighted in dark orange.](/assets/images/help/copilot/copilot-cancel-cfi-subscription.png)
34+
![Screenshot of the {% data variables.product.prodname_copilot %} section of the "Plans and usage" page. The edit dropdown is expanded and the "Cancel" option is outlined in orange.](/assets/images/help/copilot/copilot-cancel-cfi-subscription.png)
3535

3636
1. In the "Cancel {% data variables.product.prodname_copilot %}" modal, click **I understand, cancel {% data variables.product.prodname_copilot %}**

content/copilot/managing-copilot/managing-copilot-for-your-enterprise/managing-the-copilot-subscription-for-your-enterprise/downgrading-copilot-for-your-enterprise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ redirect_from:
1818
1. Under "Access management", locate the organization for which you want to downgrade {% data variables.product.prodname_copilot_short %}.
1919
1. To the right of the organization name, select the **Copilot** dropdown menu, and click **Business**.
2020

21-
![Screenshot of the Copilot "access management" page. A dropdown menu is selected, and a button labeled "Business" is highlighted with an orange outline.](/assets/images/help/copilot/copilot-downgrade-to-business.png)
21+
![Screenshot of the Copilot "access management" page. A dropdown menu is selected, and a button labeled "Business" is outlined in orange.](/assets/images/help/copilot/copilot-downgrade-to-business.png)
2222

2323
1. In the pop-up window that appears, review the effects of downgrading the organization, then click **Confirm and downgrade**.

content/copilot/troubleshooting-github-copilot/viewing-logs-for-github-copilot-in-your-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ If you find the log file doesn't contain enough information to resolve an issue,
5353

5454
1. In the menu bar, click **Help**, select **Diagnostic Tools**, and click **Debug Log Settings...**.
5555

56-
![Screenshot of the menu bar in a JetBrains IDE. The "Help" menu and "Diagnostic Tools" submenu are expanded, and the "Debug Log Settings" option is highlighted in blue.](/assets/images/help/copilot/jetbrains-debug-log.png)
56+
![Screenshot of the menu bar in a JetBrains IDE. The "Help" menu and "Diagnostic Tools" submenu are expanded and "Debug Log Settings" is highlighted.](/assets/images/help/copilot/jetbrains-debug-log.png)
5757

5858
1. In the "Custom Debug Log Configuration" window, add a new line with the following content, then click **OK**.
5959

content/copilot/using-github-copilot/using-claude-sonnet-in-github-copilot.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ topics:
1515

1616
{% data variables.copilot.copilot_claude_sonnet %} is a large language model that you can use as an alternative to the default model used by {% data variables.product.prodname_copilot_chat_short %}. {% data variables.copilot.copilot_claude_sonnet %} excels at coding tasks across the entire software development lifecycle, from initial design to bug fixes, maintenance to optimizations. Learn more about the [model's capabilities](https://www.anthropic.com/claude/sonnet) or read the [model card](https://assets.anthropic.com/m/61e7d27f8c8f5919/original/Claude-3-Model-Card.pdf).
1717

18-
{% data variables.copilot.copilot_claude_sonnet %} is currently available in {% data variables.product.prodname_copilot_chat_short %} for {% data variables.product.prodname_vscode %} and {% data variables.product.prodname_vs %}, and in immersive chat on the {% data variables.product.github %} website.
18+
{% data variables.copilot.copilot_claude_sonnet %} is currently available in:
19+
20+
* {% data variables.product.prodname_copilot_chat_short %} in {% data variables.product.prodname_vscode %}
21+
* {% data variables.product.prodname_copilot_chat_short %} in {% data variables.product.prodname_vs %} 17.12 Preview 3 or later
22+
* Immersive mode in {% data variables.product.prodname_copilot_chat_short %} in {% data variables.product.github %}
1923

2024
{% data variables.product.prodname_copilot %} uses {% data variables.copilot.copilot_claude_sonnet %} hosted on Amazon Web Services. When using {% data variables.copilot.copilot_claude_sonnet %}, prompts and metadata are sent to Amazon's Bedrock service, which makes the [following data commitments](https://docs.aws.amazon.com/bedrock/latest/userguide/data-protection.html): _Amazon Bedrock doesn't store or log your prompts and completions. Amazon Bedrock doesn't use your prompts and completions to train any AWS models and doesn't distribute them to third parties_.
2125

content/issues/tracking-your-work-with-issues/using-issues/filtering-and-searching-issues-and-pull-requests.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ If your organization uses issue types, you can filter issues for a particular ty
141141
{% data reusables.repositories.sidebar-issues %}
142142
1. Above the list of issues, select the **Types** dropdown menu.
143143

144-
![Screenshot of a list of issues. In the header above the list, the "Types" dropdown menu is expanded and outlined in orange.](/assets/images/help/issues/issue-type-dropdown.png)
144+
![Screenshot of a list of issues. In the list header, the "Types" filter is outlined in orange and expanded.](/assets/images/help/issues/issue-type-dropdown.png)
145145

146146
1. In the list of type, click an issue type.
147147

@@ -178,7 +178,7 @@ You can use filters to search for issues and pull requests that meet specific cr
178178

179179
The issues and pull requests search bar allows you to define your own custom filters and sort by a wide variety of criteria. You can find the search bar on each repository's **Issues** and **Pull requests** tabs and on your [Issues and Pull requests dashboards](/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests).
180180

181-
![Screenshot of the list of issues for a repository. Above the list, a search field, containing the query "is:issue is:open", is outlined in dark orange.](/assets/images/help/issues/issues-search-bar.png)
181+
![Screenshot of the list of issues for a repository. Above the list, a search field, containing the query "is:issue is:open", is outlined in orange.](/assets/images/help/issues/issues-search-bar.png)
182182

183183
> [!TIP]
184184
> {% data reusables.search.search_issues_and_pull_requests_shortcut %}

content/search-github/searching-on-github/finding-files-on-github.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ topics:
3131
1. Above the list of files, click **Go to file**.
3232
![Screenshot of a row of buttons on the main page of a repository. The "Go to file" button is outlined in dark orange.](/assets/images/help/search/find-file-button.png)
3333
1. In the search field, type the name of the file you'd like to find.
34-
![Screenshot of the search bar for finding a file in a repository. The search bar contains the term "readme" and under the search bar is a link to the file that is the result of the search, "README.md". The search bar is outlined in dark orange.](/assets/images/help/search/find-file-search-field.png)
34+
![Screenshot of the repository file search bar. The search bar has the term "readme." Results are shown under the search bar and include "README.md."](/assets/images/help/search/find-file-search-field.png)
3535
1. In the list of results, click the file you wanted to find.
3636
{% endif %}
3737

content/support/contacting-github-support/providing-data-to-github-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ You can use these steps to create and share a support bundle if you have SSH acc
138138
{% data reusables.enterprise-accounts.license-tab %}
139139
1. Under "{% data variables.product.prodname_enterprise %} Help", click **Upload a support bundle**.
140140

141-
![Screenshot of the "GitHub Enterprise help" section of the enterprise settings page. The "Upload a support bundle link" is highlighted with a dark orange rectangle.](/assets/images/enterprise/support/upload-support-bundle.png)
141+
![Screenshot of the "GitHub Enterprise help" section of the enterprise settings page. The "Upload a support bundle link" is outlined in orange.](/assets/images/enterprise/support/upload-support-bundle.png)
142142
1. Under "Select an enterprise account", use the drop-down menu to select the support bundle's associated account.
143143
1. Under "Upload a support bundle for {% data variables.contact.enterprise_support %}", to select your support bundle, click **Choose file**, or drag your support bundle file onto **Choose file**.
144144
1. Click **Upload**.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
1. After confirming that your DNS configuration has updated, you can verify the domain. If the change wasn't immediate, and you have navigated away from the previous page, return to your Pages settings by following the first few steps and, to the right of the domain, click {% octicon "kebab-horizontal" aria-label="The horizontal kebab icon" %} and then click **Continue verifying**.
22

3-
![Screenshot of {% data variables.product.prodname_pages %} settings showing verified domains. Under the horizontal kebab icon to the right, the "Continue verifying" dropdown option is outlined in dark orange.](/assets/images/help/pages/verify-continue.png)
3+
![Screenshot of "Verified domains" settings. Under the horizontal kebab icon to the right, the "Continue verifying" option is outlined in orange.](/assets/images/help/pages/verify-continue.png)
44
1. To verify your domain, click **Verify**.
55
1. To make sure your custom domain remains verified, keep the TXT record in your domain's DNS configuration.

0 commit comments

Comments
 (0)