Skip to content

Commit 4e3f916

Browse files
authored
Merge branch 'main' into repo-sync
2 parents 3bf9fc7 + 1d0688a commit 4e3f916

File tree

67 files changed

+3013
-767
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+3013
-767
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ Get started at [Achieving your company's engineering goals with GitHub Copilot](
1212

1313
**27 June 2025**
1414

15+
We've published a new guide about how to combine use of GitHub Copilot's agent mode with Model Context Protocol (MCP) servers to complete complex tasks through agentic "loops" - illustrated through an accessibility compliance example. The guide also discusses best practices and benefits around using these two features together. See [Enhancing Copilot agent mode with MCP](https://docs.github.com/copilot/tutorials/enhancing-copilot-agent-mode-with-mcp).
16+
17+
<hr>
18+
19+
**27 June 2025**
20+
1521
We’ve published a new set of new documentation articles designed to help users make the most of the **Dependabot metrics page** in the organization’s security overview.
1622

1723
These clear, actionable guides help users:
Binary file not shown.

content/actions/how-tos/managing-workflow-runs-and-deployments/managing-workflow-runs/manually-running-a-workflow.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ redirect_from:
1010
- /actions/managing-workflow-runs/manually-running-a-workflow
1111
- /actions/using-workflows/manually-running-a-workflow
1212
- /actions/managing-workflow-runs-and-deployments/managing-workflow-runs/manually-running-a-workflow
13+
- /articles/configuring-a-workflow
1314
---
1415

1516
{% data reusables.actions.enterprise-github-hosted-runners %}

content/copilot/tutorials/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ children:
1818
- /learning-a-new-programming-language-with-github-copilot
1919
- /modernizing-legacy-code-with-github-copilot
2020
- /using-copilot-to-migrate-a-project
21-
- /upgrading-java-projects-with-github-copilot
21+
- /upgrading-projects-with-github-copilot
2222
- /rolling-out-github-copilot-at-scale
2323
redirect_from:
2424
- /copilot/using-github-copilot/guides-on-using-github-copilot

content/copilot/tutorials/upgrading-java-projects-with-github-copilot.md

Lines changed: 0 additions & 106 deletions
This file was deleted.
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
title: Upgrading projects with GitHub Copilot
3+
shortTitle: Upgrade projects
4+
intro: 'You can use {% data variables.product.prodname_copilot %} to upgrade your Maven and Gradle Java applications and .NET applications.'
5+
versions:
6+
feature: copilot
7+
topics:
8+
- Copilot
9+
redirect_from:
10+
- /copilot/using-github-copilot/guides-on-using-github-copilot/upgrading-java-projects-with-github-copilot
11+
- /copilot/tutorials/upgrading-java-projects-with-github-copilot
12+
---
13+
14+
> [!NOTE]
15+
> "GitHub Copilot app modernization – upgrade for Java" and "GitHub Copilot app modernization – Upgrade for .NET" are currently in {% data variables.release-phases.public_preview %} and subject to change.
16+
17+
## Introduction
18+
19+
{% data variables.product.prodname_copilot %} can help streamline the process of modernizing and upgrading your Java and .NET applications. {% data variables.product.prodname_copilot_short %} will analyze the project, generate a plan, automatically fix issues it encounters when carrying out the plan, and produce a summary.
20+
21+
## Upgrading Java projects
22+
23+
You can upgrade a Git-based Maven or Gradle Java project using {% data variables.product.prodname_copilot %} in {% data variables.product.prodname_vscode %}. You will need:
24+
25+
* Either a **{% data variables.copilot.copilot_for_business %}** or **{% data variables.copilot.copilot_enterprise %}** [subscription plan](/copilot/about-github-copilot/subscription-plans-for-github-copilot).
26+
* The latest version of [{% data variables.product.prodname_vscode %}](https://code.visualstudio.com/).
27+
* For Maven-based projects, access to the public Maven Central repository.
28+
* Installed versions of both the source and target JDKs.
29+
30+
For the next steps, see [Quickstart: upgrade a Java project with GitHub Copilot App Modernization - upgrade for Java (preview)](https://learn.microsoft.com/en-gb/java/upgrade/quickstart-upgrade) on Microsoft Learn.
31+
32+
## Upgrading .NET projects
33+
34+
You can also upgrade a .NET project using {% data variables.product.prodname_copilot %} in {% data variables.product.prodname_vs %}. You will need:
35+
36+
* Either a **{% data variables.copilot.copilot_pro %}**, **{% data variables.copilot.copilot_pro_plus %}**, **{% data variables.copilot.copilot_for_business %}** or **{% data variables.copilot.copilot_enterprise %}** [subscription plan](/copilot/about-github-copilot/subscription-plans-for-github-copilot).
37+
* The latest release of {% data variables.product.prodname_vs %} Enterprise, Professional or Community 2022.
38+
39+
For the next steps, see [GitHub Copilot app modernization - upgrade for .NET](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.GitHubCopilotUpgradeAgent) on Microsoft Visual Studio Marketplace.

content/github-models/github-models-at-scale/set-up-custom-model-integration-models-byok.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@ You must first add the relevant API keys for the organization. After that, your
3838
{% data reusables.profile.access_org %}
3939
{% data reusables.profile.org_settings %}
4040
{% data reusables.organizations.custom-models %}
41-
1. Click **Add custom key**.
42-
1. In the "Add a custom key" dialog, provide details about your key. **Name** and **Key** are compulsory fields.
41+
1. Click **Add API key**.
42+
1. In the "Add the API key" dialog, provide details about your key. **Name** and **API key** are compulsory fields.
4343
1. Click **Save**.
4444

4545
## Enabling custom models
4646

4747
{% data reusables.profile.access_org %}
4848
{% data reusables.profile.org_settings %}
4949
{% data reusables.organizations.models-development %}
50-
1. Under "Models permissions", select **All publishers** to enable models added by custom keys.
50+
1. Under "Models permissions", select **All publishers** to enable models added by API keys.
5151
* If this option isn't available, you need to allow the use of the model in the organization. See [AUTOTITLE](/github-models/github-models-at-scale/manage-models-at-scale#controlling-model-usage-in-your-organization).
5252
1. Optionally, select **Only select models** to create a custom list of enabled or disabled models. This allows you to control which models are available to your organization.
5353

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: REST API endpoints for {% data variables.product.prodname_code_scanning %} alert dismissal requests
3+
shortTitle: Alert dismissal requests
4+
intro: Use the REST API to interact with {% data variables.product.prodname_code_scanning %} alert dismissal requests from a repository.
5+
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
6+
ghec: '*'
7+
topics:
8+
- API
9+
autogenerated: rest
10+
allowTitleToDifferFromFilename: true
11+
---
12+
13+
<!-- Content after this section is automatically generated -->

content/rest/code-scanning/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ topics:
1414
- Code scanning
1515
- REST
1616
children:
17+
- /alert-dismissal-requests
1718
- /code-scanning
1819
autogenerated: rest
1920
---

content/support/learning-about-github-support/about-copilot-in-github-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ type: rai
1313

1414
## About {% data variables.copilot.copilot_in_support %}
1515

16-
{% data variables.copilot.copilot_in_support %} is a new conversational AI tool built to offer immediate assistance within the {% data variables.contact.github_support %} portal, allowing you to tackle issues without waiting for a response from {% data variables.contact.github_support %}. {% data variables.copilot.copilot_in_support %} uses a large language model, trained on publicly available {% data variables.product.prodname_dotcom %} documentation, to provide a conversational way to get help for your {% data variables.product.prodname_dotcom %} inquiries without having to wait for customer support to respond to your inquiry.
16+
{% data variables.copilot.copilot_in_support %} is a new AI search experience on {% data variables.product.prodname_docs %} and a conversational AI tool built to offer immediate assistance within the {% data variables.contact.github_support %} portal, allowing you to tackle issues without waiting for a response from {% data variables.contact.github_support %}. {% data variables.copilot.copilot_in_support %} uses a large language model, trained on publicly available {% data variables.product.prodname_dotcom %} documentation, to provide a conversational way to get help for your {% data variables.product.prodname_dotcom %} inquiries without having to wait for customer support to respond to your inquiry.
1717

1818
The primary supported language for {% data variables.copilot.copilot_in_support %} is English.
1919

0 commit comments

Comments
 (0)