diff --git a/content/code-security/secret-scanning/introduction/about-push-protection.md b/content/code-security/secret-scanning/introduction/about-push-protection.md index 12bbe77282..923f97fbb6 100644 --- a/content/code-security/secret-scanning/introduction/about-push-protection.md +++ b/content/code-security/secret-scanning/introduction/about-push-protection.md @@ -47,12 +47,13 @@ Push protection has some limitations. For more information, see [AUTOTITLE](/cod ## How push protection works -Push protection works: +Push protection blocks secrets detected in: -* From the command line. See [AUTOTITLE](/code-security/secret-scanning/working-with-secret-scanning-and-push-protection/working-with-push-protection-from-the-command-line). -* In the {% data variables.product.prodname_dotcom %} UI. See [AUTOTITLE](/code-security/secret-scanning/working-with-secret-scanning-and-push-protection/working-with-push-protection-in-the-github-ui).{% ifversion push-protection-delegated-bypass-file-upload-support %} -* On files uploaded onto the repository on {% data variables.product.prodname_dotcom %}.{% endif %}{% ifversion secret-scanning-push-protection-content-endpoints %} -* From the REST API. See [AUTOTITLE](/code-security/secret-scanning/working-with-secret-scanning-and-push-protection/working-with-push-protection-from-the-rest-api).{% endif %} +* Pushes from the command line. See [AUTOTITLE](/code-security/secret-scanning/working-with-secret-scanning-and-push-protection/working-with-push-protection-from-the-command-line). +* Commits made in the {% data variables.product.prodname_dotcom %} UI. See [AUTOTITLE](/code-security/secret-scanning/working-with-secret-scanning-and-push-protection/working-with-push-protection-in-the-github-ui).{% ifversion push-protection-delegated-bypass-file-upload-support %} +* File uploads to a repository on {% data variables.product.prodname_dotcom %}.{% endif %}{% ifversion secret-scanning-push-protection-content-endpoints %} +* Requests to the REST API. See [AUTOTITLE](/code-security/secret-scanning/working-with-secret-scanning-and-push-protection/working-with-push-protection-from-the-rest-api).{% endif %} +* Interactions with the {% data variables.product.github %} MCP server (public repositories only). See [AUTOTITLE](/enterprise-cloud@latest/code-security/secret-scanning/working-with-secret-scanning-and-push-protection/working-with-push-protection-and-the-github-mcp-server). Once enabled, if push protection detects a potential secret during a push attempt, it will block the push and provide a detailed message explaining the reason for the block. You will need to review the code in question, remove any sensitive information, and reattempt the push. diff --git a/content/code-security/secret-scanning/working-with-secret-scanning-and-push-protection/index.md b/content/code-security/secret-scanning/working-with-secret-scanning-and-push-protection/index.md index 3d7d3a4d4e..e29f041530 100644 --- a/content/code-security/secret-scanning/working-with-secret-scanning-and-push-protection/index.md +++ b/content/code-security/secret-scanning/working-with-secret-scanning-and-push-protection/index.md @@ -18,6 +18,7 @@ children: - /working-with-push-protection-from-the-command-line - /working-with-push-protection-from-the-rest-api - /working-with-push-protection-in-the-github-ui + - /working-with-push-protection-and-the-github-mcp-server redirect_from: - /code-security/secret-scanning/working-with-push-protection - /code-security/secret-scanning/pushing-a-branch-blocked-by-push-protection diff --git a/content/code-security/secret-scanning/working-with-secret-scanning-and-push-protection/working-with-push-protection-and-the-github-mcp-server.md b/content/code-security/secret-scanning/working-with-secret-scanning-and-push-protection/working-with-push-protection-and-the-github-mcp-server.md new file mode 100644 index 0000000000..f4ada509f1 --- /dev/null +++ b/content/code-security/secret-scanning/working-with-secret-scanning-and-push-protection/working-with-push-protection-and-the-github-mcp-server.md @@ -0,0 +1,36 @@ +--- +title: Working with push protection and the GitHub MCP server +shortTitle: Push protection and the GitHub MCP server +intro: 'Learn how you are protected from leaking secrets during interactions with the {% data variables.product.github %} MCP server, and how to bypass a push protection block if you need to.' +product: 'Public repositories on {% data variables.product.prodname_dotcom_the_website %}' +permissions: '{% data reusables.permissions.push-protection-resolve-block %}' +versions: + feature: copilot +type: how_to +topics: + - Secret scanning + - Secret Protection + - Alerts + - Repositories + - Copilot +--- + +## About push protection and the {% data variables.product.github %} MCP server + +Push protection prevents you from inadvertently exposing secrets, such as tokens, keys and credentials, in your repository. + +When you're interacting with the {% data variables.product.github %} MCP server, push protection blocks secrets in AI-generated responses as well as preventing secrets from being included in any actions you perform, such as creating an issue. + +This protection is on by default for all interactions between the {% data variables.product.github %} MCP server and **public repositories** only, regardless of whether push protection is enabled on the repository's security settings page. + +## Resolving a block + +To resolve the block, you can either: + +* **Remove** the secret from the content of your request before trying again. +* **Bypass the block.** If push protection is enabled for the repository, or you have push protection enabled for your personal account, you'll see an option to bypass the push protection block. You should carefully evaluate if it's safe to include the secret in your request before continuing. + +## Further reading + +* [AUTOTITLE](/code-security/secret-scanning/introduction/about-push-protection) +* [About the {% data variables.product.github %} MCP server](/copilot/concepts/about-mcp#about-the-github-mcp-server) diff --git a/content/copilot/concepts/about-mcp.md b/content/copilot/concepts/about-mcp.md index 4c678d9257..1425d8dcb9 100644 --- a/content/copilot/concepts/about-mcp.md +++ b/content/copilot/concepts/about-mcp.md @@ -37,6 +37,8 @@ The {% data variables.product.github %} MCP server is a Model Context Protocol ( * Connect third-party tools (like Cursor, Windsurf, or future integrations) to leverage {% data variables.product.github %}’s context and AI capabilities. * Enable cloud-based workflows that work from any device, without local setup. +For public repositories, interactions with the {% data variables.product.github %} MCP server are secured by push protection, which blocks secrets from being included in AI-generated responses and prevents you from exposing secrets through any actions you perform using the server, such as creating an issue. See [AUTOTITLE](/code-security/secret-scanning/working-with-secret-scanning-and-push-protection/working-with-push-protection-and-the-github-mcp-server). + You can access the {% data variables.product.github %} MCP server remotely through {% data variables.product.prodname_vscode %}, or other editors that support remote MCP; or you can run it locally in any MCP-compatible editor, allowing you to choose between the convenience of a hosted solution or the customizability of a self-hosted setup. If you want to utilize the remote {% data variables.product.github %} MCP server, you can do so in a few steps, without any local setup. This is particularly useful for users who want to quickly leverage {% data variables.product.github %}’s AI capabilities without the overhead of managing a local MCP server. diff --git a/content/copilot/concepts/billing/billing-for-individuals.md b/content/copilot/concepts/billing/billing-for-individuals.md index 244bf3de11..3afbaa248c 100644 --- a/content/copilot/concepts/billing/billing-for-individuals.md +++ b/content/copilot/concepts/billing/billing-for-individuals.md @@ -1,5 +1,5 @@ --- -title: About billing for individual Copilot plans +title: About billing for individual GitHub Copilot plans shortTitle: Billing for individuals intro: 'Learn how billing works for {% data variables.copilot.copilot_pro_short %} and {% data variables.copilot.copilot_pro_plus_short %}.' versions: diff --git a/content/copilot/concepts/billing/individual-plans.md b/content/copilot/concepts/billing/individual-plans.md index 8fb8433869..47f4a9d59c 100644 --- a/content/copilot/concepts/billing/individual-plans.md +++ b/content/copilot/concepts/billing/individual-plans.md @@ -1,5 +1,5 @@ --- -title: About individual Copilot plans and benefits +title: About individual GitHub Copilot plans and benefits shortTitle: Individual plans intro: '{% data variables.product.company_short %} offers several {% data variables.product.prodname_copilot_short %} plans for individual developers, each with different features, model access, and usage limits to support a wide range of coding needs.' versions: diff --git a/content/copilot/concepts/billing/organizations-and-enterprises.md b/content/copilot/concepts/billing/organizations-and-enterprises.md index d706c1887a..65d5b8b0b8 100644 --- a/content/copilot/concepts/billing/organizations-and-enterprises.md +++ b/content/copilot/concepts/billing/organizations-and-enterprises.md @@ -44,7 +44,7 @@ If a single user receives a seat from multiple organizations in the same enterpr ## Billing cycles -Billed users are calculated at the end of each billing cycle, based on the number of {% data variables.product.prodname_copilot %} seats that are assigned. You can add or remove seats at any time during the billing cycle. +Billed users are calculated at the end of each billing cycle, based on the number of {% data variables.product.prodname_copilot %} seats that are assigned. Although you can add or remove seats at any time during the billing cycle, billing for removed seats continues until the end of the current billing cycle. See [AUTOTITLE](/copilot/reference/copilot-billing/license-changes). ## Reference diff --git a/content/copilot/concepts/code-review/code-review.md b/content/copilot/concepts/code-review/code-review.md index 8596a9c465..03e26d7bfd 100644 --- a/content/copilot/concepts/code-review/code-review.md +++ b/content/copilot/concepts/code-review/code-review.md @@ -1,5 +1,5 @@ --- -title: About Copilot code review +title: About GitHub Copilot code review shortTitle: Code review allowTitleToDifferFromFilename: true intro: 'Find out how {% data variables.product.prodname_copilot_short %} can review pull requests for you.' diff --git a/content/copilot/concepts/coding-agent/coding-agent.md b/content/copilot/concepts/coding-agent/coding-agent.md index bc28cd3dca..40ef8df06b 100644 --- a/content/copilot/concepts/coding-agent/coding-agent.md +++ b/content/copilot/concepts/coding-agent/coding-agent.md @@ -1,5 +1,5 @@ --- -title: About Copilot coding agent +title: About GitHub Copilot coding agent shortTitle: Coding agent intro: 'You can assign {% data variables.product.github %} issues to {% data variables.product.prodname_copilot_short %}, or ask {% data variables.product.prodname_copilot_short %} to create a pull request.' product: '{% data reusables.gated-features.copilot-coding-agent %}
Sign up for {% data variables.product.prodname_copilot_short %} {% octicon "link-external" height:16 %}' diff --git a/content/copilot/concepts/coding-agent/enable-coding-agent.md b/content/copilot/concepts/coding-agent/enable-coding-agent.md index e85f427468..2f07ba8da0 100644 --- a/content/copilot/concepts/coding-agent/enable-coding-agent.md +++ b/content/copilot/concepts/coding-agent/enable-coding-agent.md @@ -1,5 +1,5 @@ --- -title: 'About enabling {% data variables.copilot.copilot_coding_agent %}' +title: About enabling GitHub Copilot coding agent shortTitle: 'Enable {% data variables.copilot.copilot_coding_agent_short %}' allowTitleToDifferFromFilename: true intro: 'Find out about enabling {% data variables.copilot.copilot_coding_agent %} for {% data variables.copilot.copilot_enterprise %} and {% data variables.copilot.copilot_for_business %}, and about disabling the agent for specific repositories.' diff --git a/content/copilot/concepts/coding-agent/index.md b/content/copilot/concepts/coding-agent/index.md index dbd9d9fac1..44a197a63f 100644 --- a/content/copilot/concepts/coding-agent/index.md +++ b/content/copilot/concepts/coding-agent/index.md @@ -1,5 +1,5 @@ --- -title: 'Concepts for {% data variables.copilot.copilot_coding_agent %}' +title: Concepts for GitHub Copilot coding agent shortTitle: '{% data variables.copilot.copilot_coding_agent_short_cap_c %}' allowTitleToDifferFromFilename: true intro: 'Learn how {% data variables.copilot.copilot_coding_agent %} can carry out coding tasks for you, working independently in the same workflow you use yourself.' diff --git a/content/copilot/concepts/coding-agent/mcp-and-coding-agent.md b/content/copilot/concepts/coding-agent/mcp-and-coding-agent.md index 360e64084c..20c48cab52 100644 --- a/content/copilot/concepts/coding-agent/mcp-and-coding-agent.md +++ b/content/copilot/concepts/coding-agent/mcp-and-coding-agent.md @@ -1,5 +1,5 @@ --- -title: 'Model Context Protocol (MCP) and {% data variables.copilot.copilot_coding_agent %}' +title: Model Context Protocol (MCP) and GitHub Copilot coding agent shortTitle: 'MCP and {% data variables.copilot.copilot_coding_agent_short %}' allowTitleToDifferFromFilename: true intro: 'Find out about using the Model Context Protocol (MCP) with {% data variables.copilot.copilot_coding_agent %}.' diff --git a/content/copilot/concepts/completions/code-referencing.md b/content/copilot/concepts/completions/code-referencing.md index 0b752310a6..0991faa943 100644 --- a/content/copilot/concepts/completions/code-referencing.md +++ b/content/copilot/concepts/completions/code-referencing.md @@ -1,5 +1,5 @@ --- -title: Copilot code referencing +title: GitHub Copilot code referencing shortTitle: Code referencing allowTitleToDifferFromFilename: true intro: '{% data variables.product.prodname_copilot %} checks suggestions for matches with publicly available code. Any matches are discarded or suggested with a code reference.' diff --git a/content/copilot/concepts/completions/code-suggestions.md b/content/copilot/concepts/completions/code-suggestions.md index b98f78119f..3290066883 100644 --- a/content/copilot/concepts/completions/code-suggestions.md +++ b/content/copilot/concepts/completions/code-suggestions.md @@ -1,5 +1,5 @@ --- -title: Copilot code suggestions in your IDE +title: GitHub Copilot code suggestions in your IDE shortTitle: Code suggestions allowTitleToDifferFromFilename: true intro: 'Learn about {% data variables.product.prodname_copilot_short %} code suggestions in different IDEs.' diff --git a/content/copilot/concepts/completions/text-completion.md b/content/copilot/concepts/completions/text-completion.md index 7179b224a7..b9f37221fc 100644 --- a/content/copilot/concepts/completions/text-completion.md +++ b/content/copilot/concepts/completions/text-completion.md @@ -1,5 +1,5 @@ --- -title: Copilot text completion +title: GitHub Copilot text completion shortTitle: Text completion allowTitleToDifferFromFilename: true intro: 'Learn about {% data variables.copilot.copilot_autocomplete_pr %}.' diff --git a/content/copilot/concepts/extensions/about-extensions.md b/content/copilot/concepts/extensions/about-extensions.md index d9e64e264b..7e0729c41a 100644 --- a/content/copilot/concepts/extensions/about-extensions.md +++ b/content/copilot/concepts/extensions/about-extensions.md @@ -1,5 +1,5 @@ --- -title: About Copilot Extensions +title: About GitHub Copilot Extensions shortTitle: About extensions intro: 'Learn about the development process for {% data variables.copilot.copilot_extensions_short %}.' allowTitleToDifferFromFilename: true diff --git a/content/copilot/concepts/extensions/agents.md b/content/copilot/concepts/extensions/agents.md index c69ac53d8a..049a79b4b1 100644 --- a/content/copilot/concepts/extensions/agents.md +++ b/content/copilot/concepts/extensions/agents.md @@ -1,5 +1,5 @@ --- -title: About agents for Copilot Extensions +title: About agents for GitHub Copilot Extensions shortTitle: Agents intro: 'Learn what {% data variables.copilot.copilot_agents %} are and how they can enhance your {% data variables.copilot.copilot_chat %} experience.' allowTitleToDifferFromFilename: true diff --git a/content/copilot/concepts/extensions/openid-connect.md b/content/copilot/concepts/extensions/openid-connect.md index 26637a70dc..4bf970ce7b 100644 --- a/content/copilot/concepts/extensions/openid-connect.md +++ b/content/copilot/concepts/extensions/openid-connect.md @@ -1,5 +1,5 @@ --- -title: OpenID Connect (OIDC) for Copilot Extensions +title: OpenID Connect (OIDC) for GitHub Copilot Extensions shortTitle: OpenID Connect allowTitleToDifferFromFilename: true intro: 'Learn how OpenID Connect (OIDC) enables {% data variables.copilot.copilot_extensions_short %} to securely authenticate users and access cloud resources without storing long-lived credentials.' diff --git a/content/copilot/concepts/extensions/skillsets.md b/content/copilot/concepts/extensions/skillsets.md index 3f58d6a9aa..66af17465f 100644 --- a/content/copilot/concepts/extensions/skillsets.md +++ b/content/copilot/concepts/extensions/skillsets.md @@ -1,5 +1,5 @@ --- -title: About skillsets for Copilot Extensions +title: About skillsets for GitHub Copilot Extensions shortTitle: Skillsets allowTitleToDifferFromFilename: true intro: 'Learn what {% data variables.copilot.copilot_skillsets %} are and how they simplify integrating third-party tools and functions into your {% data variables.product.prodname_copilot_short %} experience.' diff --git a/content/copilot/concepts/knowledge-bases.md b/content/copilot/concepts/knowledge-bases.md index f23088c90e..65e12a3ab3 100644 --- a/content/copilot/concepts/knowledge-bases.md +++ b/content/copilot/concepts/knowledge-bases.md @@ -1,5 +1,5 @@ --- -title: Copilot knowledge bases +title: GitHub Copilot knowledge bases shortTitle: Knowledge bases intro: 'Knowledge bases allow you to bring together Markdown documentation across one or more repositories, which can then be used as context for {% data variables.copilot.copilot_chat_short %}.' versions: diff --git a/content/copilot/concepts/policies.md b/content/copilot/concepts/policies.md index b39d909ee8..57d66658b0 100644 --- a/content/copilot/concepts/policies.md +++ b/content/copilot/concepts/policies.md @@ -1,5 +1,5 @@ --- -title: Copilot policies to control availability of features and models +title: GitHub Copilot policies to control availability of features and models shortTitle: Policies allowTitleToDifferFromFilename: true intro: 'Learn about the policies that control the availability of {% data variables.product.prodname_copilot %} features and models for users granted a license through your organization or an organization in your enterprise.' diff --git a/content/copilot/concepts/prompt-engineering.md b/content/copilot/concepts/prompt-engineering.md index 41bcaa14ef..9033bd7f00 100644 --- a/content/copilot/concepts/prompt-engineering.md +++ b/content/copilot/concepts/prompt-engineering.md @@ -1,5 +1,5 @@ --- -title: Prompt engineering for Copilot Chat +title: Prompt engineering for GitHub Copilot Chat shortTitle: Prompt engineering intro: 'Follow these strategies to improve your {% data variables.product.prodname_copilot_short %} results.' versions: diff --git a/content/copilot/concepts/repository-indexes.md b/content/copilot/concepts/repository-indexes.md index 8d434a7f63..e8e94de03f 100644 --- a/content/copilot/concepts/repository-indexes.md +++ b/content/copilot/concepts/repository-indexes.md @@ -1,5 +1,5 @@ --- -title: Indexing repositories for Copilot Chat +title: Indexing repositories for GitHub Copilot Chat shortTitle: Repository indexes intro: '{% data variables.copilot.copilot_chat %} improves responses to questions about code by indexing your repositories.' versions: diff --git a/content/copilot/concepts/spaces.md b/content/copilot/concepts/spaces.md index 8f77aaadb6..a297fbe2d2 100644 --- a/content/copilot/concepts/spaces.md +++ b/content/copilot/concepts/spaces.md @@ -1,5 +1,5 @@ --- -title: About organizing and sharing context with Copilot Spaces +title: About organizing and sharing context with GitHub Copilot Spaces shortTitle: Spaces intro: 'Understand how gathering context with {% data variables.copilot.copilot_spaces %} can improve your results and help your teammates.' permissions: 'Anyone with a {% data variables.product.prodname_copilot_short %} license can use {% data variables.copilot.copilot_spaces_short %}.' diff --git a/content/copilot/how-tos/administer-copilot/download-activity-report.md b/content/copilot/how-tos/administer-copilot/download-activity-report.md index d1d10a83b2..754810c5f5 100644 --- a/content/copilot/how-tos/administer-copilot/download-activity-report.md +++ b/content/copilot/how-tos/administer-copilot/download-activity-report.md @@ -1,5 +1,5 @@ --- -title: Downloading a Copilot activity report for your organization or enterprise +title: Downloading a GitHub Copilot activity report for your organization or enterprise intro: Monitor Copilot license usage with a detailed report. permissions: Enterprise owners and organization owners product: '{% data variables.copilot.copilot_enterprise_short %} or {% data variables.copilot.copilot_business_short %}' diff --git a/content/copilot/how-tos/administer-copilot/manage-for-enterprise/manage-copilot-coding-agent.md b/content/copilot/how-tos/administer-copilot/manage-for-enterprise/manage-copilot-coding-agent.md index 6e54054fda..30176a847a 100644 --- a/content/copilot/how-tos/administer-copilot/manage-for-enterprise/manage-copilot-coding-agent.md +++ b/content/copilot/how-tos/administer-copilot/manage-for-enterprise/manage-copilot-coding-agent.md @@ -1,5 +1,5 @@ --- -title: 'Managing {% data variables.copilot.copilot_coding_agent %} in your enterprise' +title: Managing GitHub Copilot coding agent in your enterprise intro: 'Enable members of your enterprise to use {% data variables.copilot.copilot_coding_agent %} and control the repositories where it is available.' allowTitleToDifferFromFilename: true permissions: Enterprise owners diff --git a/content/copilot/how-tos/administer-copilot/manage-for-enterprise/manage-enterprise-policies.md b/content/copilot/how-tos/administer-copilot/manage-for-enterprise/manage-enterprise-policies.md index c38403824a..fe8307d6d4 100644 --- a/content/copilot/how-tos/administer-copilot/manage-for-enterprise/manage-enterprise-policies.md +++ b/content/copilot/how-tos/administer-copilot/manage-for-enterprise/manage-enterprise-policies.md @@ -1,5 +1,5 @@ --- -title: Managing policies and features for Copilot in your enterprise +title: Managing policies and features for GitHub Copilot in your enterprise intro: 'Control the availability of features for {% data variables.product.prodname_copilot %} in your enterprise using policies.' permissions: Enterprise owners product: '{% data variables.copilot.copilot_enterprise_short %} or {% data variables.copilot.copilot_business_short %}' diff --git a/content/copilot/how-tos/administer-copilot/manage-for-enterprise/manage-plan/cancel-plan.md b/content/copilot/how-tos/administer-copilot/manage-for-enterprise/manage-plan/cancel-plan.md index 9cdf5eeb8b..d4dc611f76 100644 --- a/content/copilot/how-tos/administer-copilot/manage-for-enterprise/manage-plan/cancel-plan.md +++ b/content/copilot/how-tos/administer-copilot/manage-for-enterprise/manage-plan/cancel-plan.md @@ -1,5 +1,5 @@ --- -title: Canceling Copilot for your enterprise +title: Canceling GitHub Copilot for your enterprise shortTitle: Cancel plan intro: 'Disabling {% data variables.product.prodname_copilot %} for all organizations in your enterprise will cancel your enterprise''s {% data variables.product.prodname_copilot_short %} plan.' permissions: Enterprise admins diff --git a/content/copilot/how-tos/administer-copilot/manage-for-enterprise/manage-plan/downgrade-subscription.md b/content/copilot/how-tos/administer-copilot/manage-for-enterprise/manage-plan/downgrade-subscription.md index 4e45d1d382..3d7e3ccb84 100644 --- a/content/copilot/how-tos/administer-copilot/manage-for-enterprise/manage-plan/downgrade-subscription.md +++ b/content/copilot/how-tos/administer-copilot/manage-for-enterprise/manage-plan/downgrade-subscription.md @@ -1,5 +1,5 @@ --- -title: Downgrading Copilot for your enterprise +title: Downgrading GitHub Copilot for your enterprise shortTitle: Downgrade subscription intro: 'You can downgrade organizations in your enterprise from {% data variables.copilot.copilot_enterprise_short %} to {% data variables.copilot.copilot_business_short %}.' permissions: Enterprise owners diff --git a/content/copilot/how-tos/administer-copilot/manage-for-enterprise/manage-plan/index.md b/content/copilot/how-tos/administer-copilot/manage-for-enterprise/manage-plan/index.md index 191e7acb21..9d735d5f67 100644 --- a/content/copilot/how-tos/administer-copilot/manage-for-enterprise/manage-plan/index.md +++ b/content/copilot/how-tos/administer-copilot/manage-for-enterprise/manage-plan/index.md @@ -1,5 +1,5 @@ --- -title: Managing the Copilot plan for your enterprise +title: Managing the GitHub Copilot plan for your enterprise shortTitle: Manage plan intro: 'Enterprise owners can manage the {% data variables.product.prodname_copilot_short %} plan for the enterprise.' versions: @@ -20,4 +20,3 @@ redirect_from: - /copilot/how-tos/administer/manage-for-enterprise/manage-plan contentType: how-tos --- - diff --git a/content/copilot/how-tos/administer-copilot/manage-for-enterprise/manage-plan/subscribe.md b/content/copilot/how-tos/administer-copilot/manage-for-enterprise/manage-plan/subscribe.md index ad78bfc3ea..e542c0482e 100644 --- a/content/copilot/how-tos/administer-copilot/manage-for-enterprise/manage-plan/subscribe.md +++ b/content/copilot/how-tos/administer-copilot/manage-for-enterprise/manage-plan/subscribe.md @@ -1,5 +1,5 @@ --- -title: Subscribing to Copilot for your enterprise +title: Subscribing to GitHub Copilot for your enterprise shortTitle: Subscribe intro: 'Enterprise owners can set up a {% data variables.copilot.copilot_enterprise_short %} or {% data variables.copilot.copilot_business_short %} plan for their enterprise.' permissions: Enterprise owners diff --git a/content/copilot/how-tos/administer-copilot/manage-for-enterprise/manage-plan/upgrade-plan.md b/content/copilot/how-tos/administer-copilot/manage-for-enterprise/manage-plan/upgrade-plan.md index ced3deeb2c..d0e0e847eb 100644 --- a/content/copilot/how-tos/administer-copilot/manage-for-enterprise/manage-plan/upgrade-plan.md +++ b/content/copilot/how-tos/administer-copilot/manage-for-enterprise/manage-plan/upgrade-plan.md @@ -1,5 +1,5 @@ --- -title: Upgrading Copilot for your enterprise +title: Upgrading GitHub Copilot for your enterprise shortTitle: Upgrade plan intro: 'Change your enterprise''s plan from {% data variables.copilot.copilot_business_short %} to {% data variables.copilot.copilot_enterprise_short %}.' permissions: Enterprise owners diff --git a/content/copilot/how-tos/administer-copilot/manage-for-organization/add-copilot-coding-agent.md b/content/copilot/how-tos/administer-copilot/manage-for-organization/add-copilot-coding-agent.md index d82f6f8a79..1ce7e5cbd6 100644 --- a/content/copilot/how-tos/administer-copilot/manage-for-organization/add-copilot-coding-agent.md +++ b/content/copilot/how-tos/administer-copilot/manage-for-organization/add-copilot-coding-agent.md @@ -1,5 +1,5 @@ --- -title: 'Adding {% data variables.copilot.copilot_coding_agent %} to your organization' +title: Adding GitHub Copilot coding agent to your organization intro: 'Enable {% data variables.copilot.copilot_coding_agent %} for your members and control the repositories where it is available.' allowTitleToDifferFromFilename: true permissions: Organization owners diff --git a/content/copilot/how-tos/administer-copilot/manage-for-organization/manage-access/grant-access.md b/content/copilot/how-tos/administer-copilot/manage-for-organization/manage-access/grant-access.md index b33b6f39fb..0436729dc1 100644 --- a/content/copilot/how-tos/administer-copilot/manage-for-organization/manage-access/grant-access.md +++ b/content/copilot/how-tos/administer-copilot/manage-for-organization/manage-access/grant-access.md @@ -1,5 +1,5 @@ --- -title: Granting access to Copilot for members of your organization +title: Granting access to GitHub Copilot for members of your organization shortTitle: Grant access intro: 'Grant access to {% data variables.product.prodname_copilot %} for some or all of the members of your organization.' permissions: 'Organization owners for organizations with a {% ifversion ghec %}{% data variables.copilot.copilot_enterprise_short %} or{% endif %} {% data variables.copilot.copilot_business_short %} plan.' diff --git a/content/copilot/how-tos/administer-copilot/manage-for-organization/manage-access/manage-requests-for-access.md b/content/copilot/how-tos/administer-copilot/manage-for-organization/manage-access/manage-requests-for-access.md index 0de802eaa9..48c942f0ee 100644 --- a/content/copilot/how-tos/administer-copilot/manage-for-organization/manage-access/manage-requests-for-access.md +++ b/content/copilot/how-tos/administer-copilot/manage-for-organization/manage-access/manage-requests-for-access.md @@ -1,5 +1,5 @@ --- -title: Managing requests for Copilot Business in your organization +title: Managing requests for GitHub Copilot Business in your organization shortTitle: Manage requests for access intro: 'Approve or deny requests for {% data variables.product.prodname_copilot_short %} access in your organization.' permissions: Organization owners diff --git a/content/copilot/how-tos/administer-copilot/manage-for-organization/manage-access/revoke-access.md b/content/copilot/how-tos/administer-copilot/manage-for-organization/manage-access/revoke-access.md index f65fe4f09c..e2fbd8a402 100644 --- a/content/copilot/how-tos/administer-copilot/manage-for-organization/manage-access/revoke-access.md +++ b/content/copilot/how-tos/administer-copilot/manage-for-organization/manage-access/revoke-access.md @@ -1,5 +1,5 @@ --- -title: Revoking access to Copilot for members of your organization +title: Revoking access to GitHub Copilot for members of your organization shortTitle: Revoke access intro: 'Remove access to {% data variables.product.prodname_copilot %} for some or all of the members of your organization.' permissions: 'Organization owners for organizations with a {% ifversion ghec %}{% data variables.copilot.copilot_enterprise_short %} or{% endif %} {% data variables.copilot.copilot_business_short %} plan.' diff --git a/content/copilot/how-tos/administer-copilot/manage-for-organization/manage-plan/cancel.md b/content/copilot/how-tos/administer-copilot/manage-for-organization/manage-plan/cancel.md index c30ed6caf0..0910f54dec 100644 --- a/content/copilot/how-tos/administer-copilot/manage-for-organization/manage-plan/cancel.md +++ b/content/copilot/how-tos/administer-copilot/manage-for-organization/manage-plan/cancel.md @@ -1,5 +1,5 @@ --- -title: Canceling Copilot for your organization +title: Canceling GitHub Copilot for your organization shortTitle: Cancel intro: 'Removing all assigned {% data variables.product.prodname_copilot %} seats in your organization will cancel your organization''s {% data variables.product.prodname_copilot_short %} plan.' permissions: Organization owners diff --git a/content/copilot/how-tos/administer-copilot/manage-for-organization/manage-plan/index.md b/content/copilot/how-tos/administer-copilot/manage-for-organization/manage-plan/index.md index dd9e6fe114..71aeee6473 100644 --- a/content/copilot/how-tos/administer-copilot/manage-for-organization/manage-plan/index.md +++ b/content/copilot/how-tos/administer-copilot/manage-for-organization/manage-plan/index.md @@ -1,5 +1,5 @@ --- -title: Managing the Copilot plan for your organization +title: Managing the GitHub Copilot plan for your organization shortTitle: Manage plan intro: 'Organization owners can manage the {% data variables.product.prodname_copilot_short %} plan for their organization.' versions: @@ -17,4 +17,3 @@ redirect_from: - /copilot/how-tos/administer/manage-for-organization/manage-plan contentType: how-tos --- - diff --git a/content/copilot/how-tos/administer-copilot/manage-for-organization/manage-plan/subscribe.md b/content/copilot/how-tos/administer-copilot/manage-for-organization/manage-plan/subscribe.md index db83642158..234f7bbced 100644 --- a/content/copilot/how-tos/administer-copilot/manage-for-organization/manage-plan/subscribe.md +++ b/content/copilot/how-tos/administer-copilot/manage-for-organization/manage-plan/subscribe.md @@ -1,5 +1,5 @@ --- -title: Subscribing to Copilot for your organization +title: Subscribing to GitHub Copilot for your organization shortTitle: Subscribe intro: 'Organization owners can set up a {% data variables.copilot.copilot_business_short %} plan for their organization.' permissions: Organization owners diff --git a/content/copilot/how-tos/administer-copilot/manage-for-organization/manage-policies.md b/content/copilot/how-tos/administer-copilot/manage-for-organization/manage-policies.md index f16b580155..dcc83b9972 100644 --- a/content/copilot/how-tos/administer-copilot/manage-for-organization/manage-policies.md +++ b/content/copilot/how-tos/administer-copilot/manage-for-organization/manage-policies.md @@ -1,5 +1,5 @@ --- -title: Managing policies and features for Copilot in your organization +title: Managing policies and features for GitHub Copilot in your organization intro: 'Control the availability of {% data variables.product.prodname_copilot %} features and models for users granted a license by your organization.' permissions: Organization owners product: 'Organizations with a {% data variables.copilot.copilot_for_business %} or {% data variables.copilot.copilot_enterprise %} plan' diff --git a/content/copilot/how-tos/administer-copilot/manage-for-organization/review-activity/review-audit-logs.md b/content/copilot/how-tos/administer-copilot/manage-for-organization/review-activity/review-audit-logs.md index 27c91fbb3d..dd2b62d540 100644 --- a/content/copilot/how-tos/administer-copilot/manage-for-organization/review-activity/review-audit-logs.md +++ b/content/copilot/how-tos/administer-copilot/manage-for-organization/review-activity/review-audit-logs.md @@ -1,5 +1,5 @@ --- -title: Reviewing audit logs for Copilot Business +title: Reviewing audit logs for GitHub Copilot Business shortTitle: Review audit logs intro: 'Review the audit logs for your {% data variables.copilot.copilot_business_short %} plan to understand what actions have been taken by which users.' redirect_from: diff --git a/content/copilot/how-tos/administer-copilot/manage-for-organization/review-activity/review-user-activity-data.md b/content/copilot/how-tos/administer-copilot/manage-for-organization/review-activity/review-user-activity-data.md index c5e6a816f3..c6b23bb9fe 100644 --- a/content/copilot/how-tos/administer-copilot/manage-for-organization/review-activity/review-user-activity-data.md +++ b/content/copilot/how-tos/administer-copilot/manage-for-organization/review-activity/review-user-activity-data.md @@ -1,5 +1,5 @@ --- -title: Reviewing user activity data for Copilot in your organization +title: Reviewing user activity data for GitHub Copilot in your organization shortTitle: Review user activity data intro: 'Review {% data variables.product.prodname_copilot %} usage in your organization to make informed decisions about seat assignment.' permissions: Organization owners diff --git a/content/copilot/how-tos/administer-copilot/manage-for-organization/set-extension-permissions.md b/content/copilot/how-tos/administer-copilot/manage-for-organization/set-extension-permissions.md index 4830c7d356..b930ca7f76 100644 --- a/content/copilot/how-tos/administer-copilot/manage-for-organization/set-extension-permissions.md +++ b/content/copilot/how-tos/administer-copilot/manage-for-organization/set-extension-permissions.md @@ -1,5 +1,5 @@ --- -title: Setting permissions for a Copilot extension in your organization +title: Setting permissions for a GitHub Copilot extension in your organization intro: 'Learn how to control access to {% data variables.copilot.copilot_extensions %}.' permissions: Organization owners product: 'Organizations with a {% data variables.copilot.copilot_for_business %} or {% data variables.copilot.copilot_enterprise %} plan' diff --git a/content/copilot/how-tos/get-code-suggestions/write-pr-descriptions.md b/content/copilot/how-tos/get-code-suggestions/write-pr-descriptions.md index 01bacc8d92..7c9fe2ce33 100644 --- a/content/copilot/how-tos/get-code-suggestions/write-pr-descriptions.md +++ b/content/copilot/how-tos/get-code-suggestions/write-pr-descriptions.md @@ -1,5 +1,5 @@ --- -title: 'Writing pull request descriptions with {% data variables.copilot.copilot_autocomplete_pr %}' +title: Writing pull request descriptions with GitHub Copilot text completion shortTitle: Write PR descriptions allowTitleToDifferFromFilename: true intro: 'Write pull request descriptions more quickly and accurately with {% data variables.copilot.copilot_autocomplete_pr %}.' diff --git a/content/copilot/how-tos/manage-and-track-spending/index.md b/content/copilot/how-tos/manage-and-track-spending/index.md index 2f1f125d05..08f78cb70e 100644 --- a/content/copilot/how-tos/manage-and-track-spending/index.md +++ b/content/copilot/how-tos/manage-and-track-spending/index.md @@ -1,5 +1,5 @@ --- -title: Manage and monitor spending for Copilot +title: Manage and monitor spending for GitHub Copilot shortTitle: Manage and track spending intro: Manage and track spending on Copilot for your company. versions: @@ -15,4 +15,3 @@ redirect_from: - /copilot/how-tos/spending contentType: how-tos --- - diff --git a/content/copilot/how-tos/manage-and-track-spending/monitor-premium-requests.md b/content/copilot/how-tos/manage-and-track-spending/monitor-premium-requests.md index edc696a3dc..69b347434c 100644 --- a/content/copilot/how-tos/manage-and-track-spending/monitor-premium-requests.md +++ b/content/copilot/how-tos/manage-and-track-spending/monitor-premium-requests.md @@ -1,5 +1,5 @@ --- -title: Monitoring your Copilot usage and entitlements +title: Monitoring your GitHub Copilot usage and entitlements shortTitle: Monitor premium requests intro: 'Learn how you can monitor your monthly usage of {% data variables.product.prodname_copilot_short %} and get the most value out of your {% data variables.product.prodname_copilot_short %} plan.' permissions: 'Individual users on a paid {% data variables.product.prodname_copilot_short %} plan can view their own usage and entitlements. For {% data variables.copilot.copilot_business_short %} or {% data variables.copilot.copilot_enterprise_short %} plans, organization admins and billing managers can view usage reports for members.' diff --git a/content/copilot/how-tos/manage-your-account/get-free-access-to-copilot-pro.md b/content/copilot/how-tos/manage-your-account/get-free-access-to-copilot-pro.md index a1a9cf2375..e2c4de726d 100644 --- a/content/copilot/how-tos/manage-your-account/get-free-access-to-copilot-pro.md +++ b/content/copilot/how-tos/manage-your-account/get-free-access-to-copilot-pro.md @@ -1,5 +1,5 @@ --- -title: 'Getting free access to Copilot Pro as a student, teacher, or maintainer' +title: 'Getting free access to GitHub Copilot Pro as a student, teacher, or maintainer' shortTitle: Get free access to Copilot Pro intro: 'Learn how to use {% data variables.copilot.copilot_pro_short %} for free as a student, teacher, or open-source maintainer.' versions: diff --git a/content/copilot/how-tos/manage-your-account/get-started-with-a-copilot-plan.md b/content/copilot/how-tos/manage-your-account/get-started-with-a-copilot-plan.md index 52d252d139..82a56ee4f8 100644 --- a/content/copilot/how-tos/manage-your-account/get-started-with-a-copilot-plan.md +++ b/content/copilot/how-tos/manage-your-account/get-started-with-a-copilot-plan.md @@ -1,5 +1,5 @@ --- -title: Getting started with a Copilot plan +title: Getting started with a GitHub Copilot plan shortTitle: Get started with a Copilot plan intro: 'You can use {% data variables.product.prodname_copilot_short %} for free, or choose a paid plan to unlock additional features, models, and request limits.' versions: diff --git a/content/copilot/how-tos/manage-your-account/manage-policies.md b/content/copilot/how-tos/manage-your-account/manage-policies.md index 21dbec99b3..8a5fd8dd81 100644 --- a/content/copilot/how-tos/manage-your-account/manage-policies.md +++ b/content/copilot/how-tos/manage-your-account/manage-policies.md @@ -1,5 +1,5 @@ --- -title: Managing Copilot policies as an individual subscriber +title: Managing GitHub Copilot policies as an individual subscriber shortTitle: Manage policies intro: 'Find out how to change your personal settings on {% data variables.product.github %} to configure {% data variables.product.prodname_copilot %}''s behavior.' product: '{% data variables.copilot.copilot_pro_short %}, {% data variables.copilot.copilot_pro_plus_short %}, and {% data variables.copilot.copilot_free_short %}' diff --git a/content/copilot/how-tos/manage-your-account/view-and-change-your-copilot-plan.md b/content/copilot/how-tos/manage-your-account/view-and-change-your-copilot-plan.md index 66d71324d2..b21a5c78e7 100644 --- a/content/copilot/how-tos/manage-your-account/view-and-change-your-copilot-plan.md +++ b/content/copilot/how-tos/manage-your-account/view-and-change-your-copilot-plan.md @@ -1,5 +1,5 @@ --- -title: Viewing and changing your Copilot plan +title: Viewing and changing your GitHub Copilot plan shortTitle: View and change your Copilot plan intro: 'Learn how to view, cancel, or update your {% data variables.product.prodname_copilot_short %} plan, and update your billing cycle.' versions: diff --git a/content/copilot/how-tos/provide-context/create-knowledge-bases.md b/content/copilot/how-tos/provide-context/create-knowledge-bases.md index 1aedb2f2e9..7c5641756e 100644 --- a/content/copilot/how-tos/provide-context/create-knowledge-bases.md +++ b/content/copilot/how-tos/provide-context/create-knowledge-bases.md @@ -1,5 +1,5 @@ --- -title: Creating and managing Copilot knowledge bases +title: Creating and managing GitHub Copilot knowledge bases shortTitle: Create knowledge bases intro: 'Learn how to create and manage knowledge bases, which allow you to bring together Markdown documentation across one or more repositories, and then use that knowledge base as context for {% data variables.copilot.copilot_chat_short %}.' versions: diff --git a/content/copilot/how-tos/provide-context/install-copilot-extensions/use-copilot-extensions.md b/content/copilot/how-tos/provide-context/install-copilot-extensions/use-copilot-extensions.md index e7bf811475..030bcc3fa7 100644 --- a/content/copilot/how-tos/provide-context/install-copilot-extensions/use-copilot-extensions.md +++ b/content/copilot/how-tos/provide-context/install-copilot-extensions/use-copilot-extensions.md @@ -1,5 +1,5 @@ --- -title: Using extensions to integrate external tools with Copilot Chat +title: Using extensions to integrate external tools with GitHub Copilot Chat intro: 'You can use {% data variables.copilot.copilot_extensions_short %} to interact with external tools in {% data variables.copilot.copilot_chat %}.' product: '{% data reusables.gated-features.copilot-extensions %}' versions: diff --git a/content/copilot/how-tos/provide-context/use-copilot-spaces/collaborate-with-your-team.md b/content/copilot/how-tos/provide-context/use-copilot-spaces/collaborate-with-your-team.md index 52fccbe7cc..fa1642630f 100644 --- a/content/copilot/how-tos/provide-context/use-copilot-spaces/collaborate-with-your-team.md +++ b/content/copilot/how-tos/provide-context/use-copilot-spaces/collaborate-with-your-team.md @@ -1,5 +1,5 @@ --- -title: Collaborating with your team using Copilot Spaces +title: Collaborating with your team using GitHub Copilot Spaces shortTitle: Collaborate with your team intro: 'Learn how to share {% data variables.copilot.copilot_spaces %} with your team to support collaboration and knowledge sharing.' permissions: 'Anyone with a {% data variables.product.prodname_copilot_short %} license can use {% data variables.copilot.copilot_spaces_short %}.' diff --git a/content/copilot/how-tos/provide-context/use-copilot-spaces/create-and-use-copilot-spaces.md b/content/copilot/how-tos/provide-context/use-copilot-spaces/create-and-use-copilot-spaces.md index ac9a00a34d..771e9a5752 100644 --- a/content/copilot/how-tos/provide-context/use-copilot-spaces/create-and-use-copilot-spaces.md +++ b/content/copilot/how-tos/provide-context/use-copilot-spaces/create-and-use-copilot-spaces.md @@ -1,5 +1,5 @@ --- -title: Creating and using Copilot Spaces +title: Creating and using GitHub Copilot Spaces shortTitle: Create and use Copilot Spaces intro: 'Create spaces to organize and centralize relevant content that grounds {% data variables.product.prodname_copilot_short %}’s responses in the right context for a specific task.' permissions: 'Anyone with a {% data variables.product.prodname_copilot_short %} license can use {% data variables.copilot.copilot_spaces_short %}.' diff --git a/content/copilot/how-tos/provide-context/use-copilot-spaces/index.md b/content/copilot/how-tos/provide-context/use-copilot-spaces/index.md index b7df02da4f..b99ffb608c 100644 --- a/content/copilot/how-tos/provide-context/use-copilot-spaces/index.md +++ b/content/copilot/how-tos/provide-context/use-copilot-spaces/index.md @@ -1,5 +1,5 @@ --- -title: Copilot Spaces +title: GitHub Copilot Spaces shortTitle: Use Copilot Spaces intro: 'Organize and centralize relevant content into {% data variables.copilot.copilot_spaces_short %} that ground {% data variables.product.prodname_copilot_short %}’s responses in the right context for a specific task.' versions: @@ -15,4 +15,3 @@ redirect_from: - /copilot/how-tos/context/use-copilot-spaces contentType: how-tos --- - diff --git a/content/copilot/how-tos/provide-context/use-mcp/extend-copilot-chat-with-mcp.md b/content/copilot/how-tos/provide-context/use-mcp/extend-copilot-chat-with-mcp.md index c5f584c7bd..dd8bcfcc6a 100644 --- a/content/copilot/how-tos/provide-context/use-mcp/extend-copilot-chat-with-mcp.md +++ b/content/copilot/how-tos/provide-context/use-mcp/extend-copilot-chat-with-mcp.md @@ -1,5 +1,5 @@ --- -title: Extending Copilot Chat with the Model Context Protocol (MCP) +title: Extending GitHub Copilot Chat with the Model Context Protocol (MCP) allowTitleToDifferFromFilename: true shortTitle: Extend Copilot Chat with MCP intro: 'Learn how to use the Model Context Protocol (MCP) to extend {% data variables.copilot.copilot_chat_short %}.' diff --git a/content/copilot/how-tos/use-ai-models/change-the-chat-model.md b/content/copilot/how-tos/use-ai-models/change-the-chat-model.md index 8c2b0c94a1..bd38599b58 100644 --- a/content/copilot/how-tos/use-ai-models/change-the-chat-model.md +++ b/content/copilot/how-tos/use-ai-models/change-the-chat-model.md @@ -1,5 +1,5 @@ --- -title: Changing the AI model for Copilot Chat +title: Changing the AI model for GitHub Copilot Chat shortTitle: Change the chat model intro: 'Learn how to change the default LLM for {% data variables.copilot.copilot_chat_short %} to a different model.' versions: diff --git a/content/copilot/how-tos/use-ai-models/change-the-completion-model.md b/content/copilot/how-tos/use-ai-models/change-the-completion-model.md index 3bee1df06b..de8d4d4fbc 100644 --- a/content/copilot/how-tos/use-ai-models/change-the-completion-model.md +++ b/content/copilot/how-tos/use-ai-models/change-the-completion-model.md @@ -1,5 +1,5 @@ --- -title: Changing the AI model for Copilot code completion +title: Changing the AI model for GitHub Copilot code completion shortTitle: Change the completion model intro: 'Learn how to change the default LLM for {% data variables.product.prodname_copilot_short %} code completion to a different model.' versions: diff --git a/content/copilot/how-tos/use-ai-models/configure-access-to-ai-models.md b/content/copilot/how-tos/use-ai-models/configure-access-to-ai-models.md index 0ad1332d3f..b90b6eb827 100644 --- a/content/copilot/how-tos/use-ai-models/configure-access-to-ai-models.md +++ b/content/copilot/how-tos/use-ai-models/configure-access-to-ai-models.md @@ -1,5 +1,5 @@ --- -title: Configuring access to AI models in Copilot +title: Configuring access to AI models in GitHub Copilot shortTitle: Configure access to AI models intro: 'Learn how to configure access to AI models in {% data variables.product.prodname_copilot_short %}.' versions: diff --git a/content/copilot/how-tos/use-ai-models/index.md b/content/copilot/how-tos/use-ai-models/index.md index 0654ee5383..2b7527565c 100644 --- a/content/copilot/how-tos/use-ai-models/index.md +++ b/content/copilot/how-tos/use-ai-models/index.md @@ -1,5 +1,5 @@ --- -title: AI models for Copilot +title: AI models for GitHub Copilot shortTitle: Use AI models intro: 'Learn how to use alternative large language models for {% data variables.product.prodname_copilot %}.' versions: @@ -16,4 +16,3 @@ redirect_from: - /copilot/how-tos/ai-models contentType: how-tos --- - diff --git a/content/copilot/how-tos/use-chat/get-started-with-chat.md b/content/copilot/how-tos/use-chat/get-started-with-chat.md index 55d264838e..0b8f66c8b3 100644 --- a/content/copilot/how-tos/use-chat/get-started-with-chat.md +++ b/content/copilot/how-tos/use-chat/get-started-with-chat.md @@ -1,5 +1,5 @@ --- -title: Getting started with prompts for Copilot Chat +title: Getting started with prompts for GitHub Copilot Chat intro: 'Get an overview of ways to use {% data variables.copilot.copilot_chat_short %}.' topics: - Copilot diff --git a/content/copilot/how-tos/use-chat/index.md b/content/copilot/how-tos/use-chat/index.md index 6da556a497..194baad4c5 100644 --- a/content/copilot/how-tos/use-chat/index.md +++ b/content/copilot/how-tos/use-chat/index.md @@ -1,5 +1,5 @@ --- -title: Copilot Chat +title: GitHub Copilot Chat shortTitle: Use Chat intro: 'Learn how to use {% data variables.copilot.copilot_chat_short %} across different environments.' versions: @@ -18,4 +18,3 @@ children: - /use-chat-in-mobile contentType: how-tos --- - diff --git a/content/copilot/how-tos/use-copilot-agents/coding-agent/assign-copilot-to-an-issue.md b/content/copilot/how-tos/use-copilot-agents/coding-agent/assign-copilot-to-an-issue.md index 231111a91d..0d0fa0bd38 100644 --- a/content/copilot/how-tos/use-copilot-agents/coding-agent/assign-copilot-to-an-issue.md +++ b/content/copilot/how-tos/use-copilot-agents/coding-agent/assign-copilot-to-an-issue.md @@ -1,5 +1,5 @@ --- -title: Using Copilot to work on an issue +title: Using GitHub Copilot to work on an issue shortTitle: Assign Copilot to an issue intro: 'Learn how to assign issues to {% data variables.product.prodname_copilot %}, monitor progress as {% data variables.product.prodname_copilot_short %} works on the issue, and then use pull request review comments to prompt {% data variables.product.prodname_copilot_short %} to iterate on its work.' product: '{% data reusables.gated-features.copilot-coding-agent %}
Sign up for {% data variables.product.prodname_copilot_short %} {% octicon "link-external" height:16 %}' diff --git a/content/copilot/how-tos/use-copilot-agents/coding-agent/create-a-pr.md b/content/copilot/how-tos/use-copilot-agents/coding-agent/create-a-pr.md index abec30c352..7c2336c172 100644 --- a/content/copilot/how-tos/use-copilot-agents/coding-agent/create-a-pr.md +++ b/content/copilot/how-tos/use-copilot-agents/coding-agent/create-a-pr.md @@ -1,5 +1,5 @@ --- -title: Asking Copilot to create a pull request +title: Asking GitHub Copilot to create a pull request shortTitle: Create a PR intro: 'You can ask {% data variables.product.prodname_copilot_short %} to create a pull request from the Agents page, {% data variables.copilot.copilot_chat_short %}, or agentic coding tools and IDEs with Model Context Protocol (MCP) support.' product: '{% data reusables.gated-features.copilot-coding-agent %}
Sign up for {% data variables.product.prodname_copilot_short %} {% octicon "link-external" height:16 %}' diff --git a/content/copilot/how-tos/use-copilot-agents/coding-agent/customize-the-agent-environment.md b/content/copilot/how-tos/use-copilot-agents/coding-agent/customize-the-agent-environment.md index 0eae04c49b..68a4af034f 100644 --- a/content/copilot/how-tos/use-copilot-agents/coding-agent/customize-the-agent-environment.md +++ b/content/copilot/how-tos/use-copilot-agents/coding-agent/customize-the-agent-environment.md @@ -1,5 +1,5 @@ --- -title: Customizing the development environment for Copilot coding agent +title: Customizing the development environment for GitHub Copilot coding agent shortTitle: Customize the agent environment intro: 'Learn how to customize {% data variables.product.prodname_copilot %}''s development environment with additional tools.' versions: diff --git a/content/copilot/how-tos/use-copilot-agents/coding-agent/customize-the-agent-firewall.md b/content/copilot/how-tos/use-copilot-agents/coding-agent/customize-the-agent-firewall.md index d7c394496e..1765590fb4 100644 --- a/content/copilot/how-tos/use-copilot-agents/coding-agent/customize-the-agent-firewall.md +++ b/content/copilot/how-tos/use-copilot-agents/coding-agent/customize-the-agent-firewall.md @@ -1,5 +1,5 @@ --- -title: Customizing or disabling the firewall for Copilot coding agent +title: Customizing or disabling the firewall for GitHub Copilot coding agent shortTitle: Customize the agent firewall intro: 'Learn how to control the domains and URLs that {% data variables.copilot.copilot_coding_agent %} can access.' versions: diff --git a/content/copilot/how-tos/use-copilot-agents/coding-agent/extend-coding-agent-with-mcp.md b/content/copilot/how-tos/use-copilot-agents/coding-agent/extend-coding-agent-with-mcp.md index 6d52141b02..8dda33587a 100644 --- a/content/copilot/how-tos/use-copilot-agents/coding-agent/extend-coding-agent-with-mcp.md +++ b/content/copilot/how-tos/use-copilot-agents/coding-agent/extend-coding-agent-with-mcp.md @@ -1,5 +1,5 @@ --- -title: Extending Copilot coding agent with the Model Context Protocol (MCP) +title: Extending GitHub Copilot coding agent with the Model Context Protocol (MCP) shortTitle: Extend coding agent with MCP allowTitleToDifferFromFilename: true intro: 'Learn how to use the Model Context Protocol (MCP) to extend the capabilities of {% data variables.copilot.copilot_coding_agent %}.' diff --git a/content/copilot/how-tos/use-copilot-agents/coding-agent/index.md b/content/copilot/how-tos/use-copilot-agents/coding-agent/index.md index 99feff46d9..5661089fa8 100644 --- a/content/copilot/how-tos/use-copilot-agents/coding-agent/index.md +++ b/content/copilot/how-tos/use-copilot-agents/coding-agent/index.md @@ -1,5 +1,5 @@ --- -title: '{% data variables.copilot.copilot_coding_agent %}' +title: GitHub Copilot coding agent shortTitle: '{% data variables.copilot.copilot_coding_agent_short_cap_c %}' intro: 'Find out how {% data variables.product.prodname_copilot_short %} can work on {% data variables.product.github %} issues and raise pull requests for you to review.' versions: diff --git a/content/copilot/how-tos/use-copilot-agents/coding-agent/review-copilot-prs.md b/content/copilot/how-tos/use-copilot-agents/coding-agent/review-copilot-prs.md index bb6ef73e26..bc7b7886d2 100644 --- a/content/copilot/how-tos/use-copilot-agents/coding-agent/review-copilot-prs.md +++ b/content/copilot/how-tos/use-copilot-agents/coding-agent/review-copilot-prs.md @@ -1,5 +1,5 @@ --- -title: Reviewing a pull request created by Copilot +title: Reviewing a pull request created by GitHub Copilot shortTitle: Review Copilot PRs intro: 'After {% data variables.product.prodname_copilot_short %} creates a pull request, you should review it. You can mention `@copilot` to ask {% data variables.product.prodname_copilot_short %} to make changes, or push changes yourself.' product: '{% data reusables.gated-features.copilot-coding-agent %}
Sign up for {% data variables.product.prodname_copilot_short %} {% octicon "link-external" height:16 %}' diff --git a/content/copilot/how-tos/use-copilot-agents/coding-agent/track-copilot-sessions.md b/content/copilot/how-tos/use-copilot-agents/coding-agent/track-copilot-sessions.md index 1eb97f2363..24aed5b289 100644 --- a/content/copilot/how-tos/use-copilot-agents/coding-agent/track-copilot-sessions.md +++ b/content/copilot/how-tos/use-copilot-agents/coding-agent/track-copilot-sessions.md @@ -1,5 +1,5 @@ --- -title: Tracking Copilot's sessions +title: Tracking GitHub Copilot's sessions shortTitle: Track Copilot sessions intro: 'You can use the Agents page, {% data variables.product.prodname_vscode %} and session logs to track {% data variables.product.prodname_copilot_short %}''s progress and understand its approach.' product: '{% data reusables.gated-features.copilot-coding-agent %}
Sign up for {% data variables.product.prodname_copilot_short %} {% octicon "link-external" height:16 %}' diff --git a/content/copilot/how-tos/use-copilot-agents/coding-agent/troubleshoot-coding-agent.md b/content/copilot/how-tos/use-copilot-agents/coding-agent/troubleshoot-coding-agent.md index 63e9007fb3..373365731b 100644 --- a/content/copilot/how-tos/use-copilot-agents/coding-agent/troubleshoot-coding-agent.md +++ b/content/copilot/how-tos/use-copilot-agents/coding-agent/troubleshoot-coding-agent.md @@ -1,5 +1,5 @@ --- -title: Troubleshooting Copilot coding agent +title: Troubleshooting GitHub Copilot coding agent shortTitle: Troubleshoot coding agent intro: 'Learn how to resolve problems that may occur when you assign tasks to {% data variables.product.prodname_copilot_short %}.' product: '{% data reusables.gated-features.copilot-coding-agent %}
Sign up for {% data variables.product.prodname_copilot_short %} {% octicon "link-external" height:16 %}' diff --git a/content/copilot/how-tos/use-copilot-agents/request-a-code-review/configure-automatic-review.md b/content/copilot/how-tos/use-copilot-agents/request-a-code-review/configure-automatic-review.md index b88565bdc1..3365e85191 100644 --- a/content/copilot/how-tos/use-copilot-agents/request-a-code-review/configure-automatic-review.md +++ b/content/copilot/how-tos/use-copilot-agents/request-a-code-review/configure-automatic-review.md @@ -1,5 +1,5 @@ --- -title: Configuring automatic code review by Copilot +title: Configuring automatic code review by GitHub Copilot shortTitle: Configure automatic review allowTitleToDifferFromFilename: true intro: 'Learn how to configure {% data variables.product.prodname_copilot_short %} to automatically review pull requests.' diff --git a/content/copilot/how-tos/use-copilot-extensions/build-a-copilot-agent/communicate-with-copilot-platform.md b/content/copilot/how-tos/use-copilot-extensions/build-a-copilot-agent/communicate-with-copilot-platform.md index 57b7f43298..1b4265a614 100644 --- a/content/copilot/how-tos/use-copilot-extensions/build-a-copilot-agent/communicate-with-copilot-platform.md +++ b/content/copilot/how-tos/use-copilot-extensions/build-a-copilot-agent/communicate-with-copilot-platform.md @@ -1,5 +1,5 @@ --- -title: Configuring your Copilot agent to communicate with the Copilot platform +title: Configuring your GitHub Copilot agent to communicate with the GitHub Copilot platform intro: 'Learn how to interact with the {% data variables.product.prodname_copilot_short %} platform by sending and receiving server-sent events with your {% data variables.copilot.copilot_agent_short %}.' versions: feature: copilot-extensions diff --git a/content/copilot/how-tos/use-copilot-extensions/build-a-copilot-agent/communicate-with-github.md b/content/copilot/how-tos/use-copilot-extensions/build-a-copilot-agent/communicate-with-github.md index a05e771fee..094413a2b9 100644 --- a/content/copilot/how-tos/use-copilot-extensions/build-a-copilot-agent/communicate-with-github.md +++ b/content/copilot/how-tos/use-copilot-extensions/build-a-copilot-agent/communicate-with-github.md @@ -1,5 +1,5 @@ --- -title: Configuring your Copilot agent to communicate with GitHub +title: Configuring your GitHub Copilot agent to communicate with GitHub intro: 'Learn how to verify payloads and get resources from {% data variables.product.github %} with your {% data variables.copilot.copilot_agent_short %}.' versions: feature: copilot-extensions diff --git a/content/copilot/how-tos/use-copilot-extensions/build-a-copilot-agent/index.md b/content/copilot/how-tos/use-copilot-extensions/build-a-copilot-agent/index.md index c0d697186b..244c754b06 100644 --- a/content/copilot/how-tos/use-copilot-extensions/build-a-copilot-agent/index.md +++ b/content/copilot/how-tos/use-copilot-extensions/build-a-copilot-agent/index.md @@ -1,5 +1,5 @@ --- -title: Building a Copilot agent for your Copilot Extension +title: Building a GitHub Copilot agent for your GitHub Copilot Extension shortTitle: Build a Copilot agent intro: 'Learn how to build a custom {% data variables.copilot.copilot_agent_short %} that determines the functionality of your {% data variables.copilot.copilot_extension_short %}.' versions: @@ -17,4 +17,3 @@ redirect_from: - /copilot/how-tos/build-copilot-extensions/build-a-copilot-agent contentType: how-tos --- - diff --git a/content/copilot/how-tos/use-copilot-extensions/build-a-copilot-agent/use-copilots-llm.md b/content/copilot/how-tos/use-copilot-extensions/build-a-copilot-agent/use-copilots-llm.md index f12ee7e4bf..5da3376580 100644 --- a/content/copilot/how-tos/use-copilot-extensions/build-a-copilot-agent/use-copilots-llm.md +++ b/content/copilot/how-tos/use-copilot-extensions/build-a-copilot-agent/use-copilots-llm.md @@ -1,5 +1,5 @@ --- -title: Using Copilot's LLM for your agent +title: Using GitHub Copilot's LLM for your agent intro: 'Learn how to use {% data variables.product.prodname_copilot_short %}''s LLM for your agent.' versions: feature: copilot-extensions diff --git a/content/copilot/how-tos/use-copilot-extensions/build-a-copilot-skillset/build-copilot-skillsets.md b/content/copilot/how-tos/use-copilot-extensions/build-a-copilot-skillset/build-copilot-skillsets.md index 9c44b3e0f3..23bda4a869 100644 --- a/content/copilot/how-tos/use-copilot-extensions/build-a-copilot-skillset/build-copilot-skillsets.md +++ b/content/copilot/how-tos/use-copilot-extensions/build-a-copilot-skillset/build-copilot-skillsets.md @@ -1,5 +1,5 @@ --- -title: Building Copilot skillsets +title: Building GitHub Copilot skillsets intro: 'Learn the steps to build {% data variables.copilot.copilot_skillsets %} and integrate custom tools and functions into your Copilot environment.' versions: feature: copilot-extensions diff --git a/content/copilot/how-tos/use-copilot-extensions/build-a-copilot-skillset/index.md b/content/copilot/how-tos/use-copilot-extensions/build-a-copilot-skillset/index.md index 5e6e9d4e75..d16fd3c63b 100644 --- a/content/copilot/how-tos/use-copilot-extensions/build-a-copilot-skillset/index.md +++ b/content/copilot/how-tos/use-copilot-extensions/build-a-copilot-skillset/index.md @@ -1,5 +1,5 @@ --- -title: Building a Copilot skillset for your Copilot Extension +title: Building a GitHub Copilot skillset for your GitHub Copilot Extension shortTitle: Build a Copilot skillset intro: 'Learn how to build a custom {% data variables.copilot.copilot_skillset_short %} to combine custom skills and extend the capabilities of {% data variables.product.prodname_copilot_short %}.' versions: @@ -14,4 +14,3 @@ children: - /build-copilot-skillsets contentType: how-tos --- - diff --git a/content/copilot/how-tos/use-copilot-extensions/create-a-copilot-extension/configure-app-for-extension.md b/content/copilot/how-tos/use-copilot-extensions/create-a-copilot-extension/configure-app-for-extension.md index 0a4bf4fa50..e5f12aec8d 100644 --- a/content/copilot/how-tos/use-copilot-extensions/create-a-copilot-extension/configure-app-for-extension.md +++ b/content/copilot/how-tos/use-copilot-extensions/create-a-copilot-extension/configure-app-for-extension.md @@ -1,5 +1,5 @@ --- -title: Configuring your GitHub App for your Copilot extension +title: Configuring your GitHub App for your GitHub Copilot extension intro: 'Learn how to configure your {% data variables.product.prodname_github_app %} so that it is associated with your {% data variables.copilot.copilot_extension_short %}.' defaultTool: agents versions: diff --git a/content/copilot/how-tos/use-copilot-extensions/create-a-copilot-extension/create-github-app.md b/content/copilot/how-tos/use-copilot-extensions/create-a-copilot-extension/create-github-app.md index 99cbabc3aa..d066b10e9e 100644 --- a/content/copilot/how-tos/use-copilot-extensions/create-a-copilot-extension/create-github-app.md +++ b/content/copilot/how-tos/use-copilot-extensions/create-a-copilot-extension/create-github-app.md @@ -1,5 +1,5 @@ --- -title: Creating a GitHub App for your Copilot Extension +title: Creating a GitHub App for your GitHub Copilot Extension intro: 'Learn how to create a {% data variables.product.prodname_github_app %} for your {% data variables.copilot.copilot_extension_short %}.' versions: feature: copilot-extensions diff --git a/content/copilot/how-tos/use-copilot-extensions/create-a-copilot-extension/host-your-extension.md b/content/copilot/how-tos/use-copilot-extensions/create-a-copilot-extension/host-your-extension.md index 326a8233f8..d03e6ec54a 100644 --- a/content/copilot/how-tos/use-copilot-extensions/create-a-copilot-extension/host-your-extension.md +++ b/content/copilot/how-tos/use-copilot-extensions/create-a-copilot-extension/host-your-extension.md @@ -1,5 +1,5 @@ --- -title: Configuring your server to host your Copilot extension +title: Configuring your server to host your GitHub Copilot extension intro: 'Learn how to make your {% data variables.product.prodname_copilot_short %} extension accessible to the internet.' versions: feature: copilot-extensions diff --git a/content/copilot/how-tos/use-copilot-extensions/create-a-copilot-extension/index.md b/content/copilot/how-tos/use-copilot-extensions/create-a-copilot-extension/index.md index 91219d26be..0dc007e41e 100644 --- a/content/copilot/how-tos/use-copilot-extensions/create-a-copilot-extension/index.md +++ b/content/copilot/how-tos/use-copilot-extensions/create-a-copilot-extension/index.md @@ -1,5 +1,5 @@ --- -title: Creating a Copilot Extension +title: Creating a GitHub Copilot Extension shortTitle: Create a Copilot Extension intro: 'Learn how to integrate your {% data variables.copilot.copilot_agent_short %} with a {% data variables.product.prodname_github_app %} to create your {% data variables.copilot.copilot_extension_short %}.' versions: @@ -16,4 +16,3 @@ redirect_from: - /copilot/how-tos/build-copilot-extensions/create-a-copilot-extension contentType: how-tos --- - diff --git a/content/copilot/how-tos/use-copilot-extensions/index.md b/content/copilot/how-tos/use-copilot-extensions/index.md index 413266df75..21e448f7ab 100644 --- a/content/copilot/how-tos/use-copilot-extensions/index.md +++ b/content/copilot/how-tos/use-copilot-extensions/index.md @@ -1,5 +1,5 @@ --- -title: Copilot Extensions +title: GitHub Copilot Extensions shortTitle: Use Copilot Extensions intro: 'Learn how to integrate external tools with {% data variables.product.prodname_copilot_short %}.' versions: @@ -19,4 +19,3 @@ redirect_from: - /copilot/how-tos/build-copilot-extensions contentType: how-tos --- - diff --git a/content/copilot/how-tos/use-copilot-extensions/manage-extension-availability.md b/content/copilot/how-tos/use-copilot-extensions/manage-extension-availability.md index ce78cfcd13..7250533cd3 100644 --- a/content/copilot/how-tos/use-copilot-extensions/manage-extension-availability.md +++ b/content/copilot/how-tos/use-copilot-extensions/manage-extension-availability.md @@ -1,5 +1,5 @@ --- -title: Managing the availability of your Copilot Extension +title: Managing the availability of your GitHub Copilot Extension intro: 'After you build your {% data variables.copilot.copilot_extension_short %}, you can change it''s visibility or publish it on the {% data variables.product.prodname_marketplace %}.' versions: feature: copilot-extensions diff --git a/content/copilot/how-tos/use-copilot-extensions/set-up-copilot-extensions.md b/content/copilot/how-tos/use-copilot-extensions/set-up-copilot-extensions.md index 0d8d88ed7a..fd4b12b217 100644 --- a/content/copilot/how-tos/use-copilot-extensions/set-up-copilot-extensions.md +++ b/content/copilot/how-tos/use-copilot-extensions/set-up-copilot-extensions.md @@ -1,5 +1,5 @@ --- -title: Setting up Copilot Extensions +title: Setting up GitHub Copilot Extensions intro: 'Follow these steps to start building {% data variables.copilot.copilot_extensions_short %}.' defaultTool: agents versions: diff --git a/content/copilot/how-tos/use-copilot-for-common-tasks/index.md b/content/copilot/how-tos/use-copilot-for-common-tasks/index.md index b9ff788946..45e491ab47 100644 --- a/content/copilot/how-tos/use-copilot-for-common-tasks/index.md +++ b/content/copilot/how-tos/use-copilot-for-common-tasks/index.md @@ -1,5 +1,5 @@ --- -title: Use Copilot for common tasks +title: Use GitHub Copilot for common tasks shortTitle: Use Copilot for common tasks intro: '{% data variables.product.prodname_copilot %} enhances and integrates with many different {% data variables.product.github %} features.' versions: @@ -14,4 +14,3 @@ redirect_from: - /copilot/how-tos/github-flow contentType: how-tos --- - diff --git a/content/copilot/reference/ai-models/index.md b/content/copilot/reference/ai-models/index.md index 382b2e34c1..9544ea4973 100644 --- a/content/copilot/reference/ai-models/index.md +++ b/content/copilot/reference/ai-models/index.md @@ -1,5 +1,5 @@ --- -title: AI models for Copilot +title: AI models for GitHub Copilot shortTitle: AI models intro: 'Find information about large language models you can use to power {% data variables.product.prodname_copilot %}.' versions: @@ -12,4 +12,3 @@ children: - /model-hosting contentType: reference --- - diff --git a/content/copilot/reference/ai-models/model-hosting.md b/content/copilot/reference/ai-models/model-hosting.md index d221d04793..2bbc26161e 100644 --- a/content/copilot/reference/ai-models/model-hosting.md +++ b/content/copilot/reference/ai-models/model-hosting.md @@ -1,5 +1,5 @@ --- -title: Hosting of models for Copilot Chat +title: Hosting of models for GitHub Copilot Chat shortTitle: Model hosting allowTitleToDifferFromFilename: true intro: 'Learn how different AI models are hosted for {% data variables.copilot.copilot_chat_short %}.' diff --git a/content/copilot/reference/ai-models/supported-models.md b/content/copilot/reference/ai-models/supported-models.md index fc7ea25552..beaf9fa8fd 100644 --- a/content/copilot/reference/ai-models/supported-models.md +++ b/content/copilot/reference/ai-models/supported-models.md @@ -1,5 +1,5 @@ --- -title: Supported AI models in Copilot +title: Supported AI models in GitHub Copilot shortTitle: Supported models allowTitleToDifferFromFilename: true intro: 'Learn about the supported AI models in {% data variables.product.prodname_copilot %}.' diff --git a/content/copilot/reference/copilot-billing/azure-billing.md b/content/copilot/reference/copilot-billing/azure-billing.md index e2f84f0b34..d49ec1f06b 100644 --- a/content/copilot/reference/copilot-billing/azure-billing.md +++ b/content/copilot/reference/copilot-billing/azure-billing.md @@ -1,5 +1,5 @@ --- -title: Copilot billing through Azure +title: GitHub Copilot billing through Azure shortTitle: Azure billing intro: 'Learn how metered billing for {% data variables.product.prodname_copilot %} works when you are connected to an Azure subscription, including billing cycles, invoicing, and usage tracking.' versions: diff --git a/content/copilot/reference/copilot-billing/billing-cycle.md b/content/copilot/reference/copilot-billing/billing-cycle.md index 067ee49ba1..5e72c870f2 100644 --- a/content/copilot/reference/copilot-billing/billing-cycle.md +++ b/content/copilot/reference/copilot-billing/billing-cycle.md @@ -1,5 +1,5 @@ --- -title: Copilot billing cycle +title: GitHub Copilot billing cycle intro: 'Learn about the billing cycle for {% data variables.product.prodname_copilot %} in organizations and enterprises.' shortTitle: Billing cycle versions: diff --git a/content/copilot/reference/copilot-billing/index.md b/content/copilot/reference/copilot-billing/index.md index 357f5533b5..e7398bda1a 100644 --- a/content/copilot/reference/copilot-billing/index.md +++ b/content/copilot/reference/copilot-billing/index.md @@ -1,5 +1,5 @@ --- -title: Copilot billing +title: GitHub Copilot billing shortTitle: Copilot billing intro: 'Find billing information about {% data variables.product.prodname_copilot %}.' versions: diff --git a/content/copilot/reference/copilot-billing/license-changes.md b/content/copilot/reference/copilot-billing/license-changes.md index 9dddbf4ffb..f4adb46e1c 100644 --- a/content/copilot/reference/copilot-billing/license-changes.md +++ b/content/copilot/reference/copilot-billing/license-changes.md @@ -1,5 +1,5 @@ --- -title: Making changes to your Copilot license +title: Making changes to your GitHub Copilot license shortTitle: License changes intro: 'Learn how changes to {% data variables.product.prodname_copilot %} licenses affect billing and user access for organizations, enterprises, and personal accounts.' versions: diff --git a/content/copilot/reference/copilot-billing/seat-assignment.md b/content/copilot/reference/copilot-billing/seat-assignment.md index ec7710f7b4..2f9f5f211e 100644 --- a/content/copilot/reference/copilot-billing/seat-assignment.md +++ b/content/copilot/reference/copilot-billing/seat-assignment.md @@ -1,5 +1,5 @@ --- -title: Copilot seat assignment +title: GitHub Copilot seat assignment shortTitle: Seat assignment intro: 'Learn how seat assignment for {% data variables.product.prodname_copilot %} works in organizations and enterprises, including billing, user eligibility, and assignment management.' versions: diff --git a/content/copilot/reference/extensions-glossary.md b/content/copilot/reference/extensions-glossary.md index ca55cb78b1..0e791b2e10 100644 --- a/content/copilot/reference/extensions-glossary.md +++ b/content/copilot/reference/extensions-glossary.md @@ -1,5 +1,5 @@ --- -title: Copilot Extensions glossary +title: GitHub Copilot Extensions glossary shortTitle: Extensions glossary allowTitleToDifferFromFilename: true intro: 'Understand the terminology used in {% data variables.copilot.copilot_extensions_short %}.' diff --git a/content/copilot/reference/policy-conflicts.md b/content/copilot/reference/policy-conflicts.md index 2752bd2d85..ff9ae74955 100644 --- a/content/copilot/reference/policy-conflicts.md +++ b/content/copilot/reference/policy-conflicts.md @@ -1,5 +1,5 @@ --- -title: Feature availability when Copilot policies conflict in organizations +title: Feature availability when GitHub Copilot policies conflict in organizations shortTitle: Policy conflicts allowTitleToDifferFromFilename: true intro: 'Learn how delegating {% data variables.product.prodname_copilot_short %} policy decisions to organizations affects users granted a license by organizations with different policies.' diff --git a/content/copilot/responsible-use/copilot-coding-agent.md b/content/copilot/responsible-use/copilot-coding-agent.md index 3590c39a66..0a3e18c36f 100644 --- a/content/copilot/responsible-use/copilot-coding-agent.md +++ b/content/copilot/responsible-use/copilot-coding-agent.md @@ -1,5 +1,5 @@ --- -title: Responsible use of Copilot coding agent on GitHub.com +title: Responsible use of GitHub Copilot coding agent on GitHub.com shortTitle: Copilot coding agent intro: 'Learn how to use {% data variables.copilot.copilot_coding_agent %} on {% data variables.product.prodname_dotcom_the_website %} responsibly by understanding its purposes, capabilities, and limitations.' versions: diff --git a/content/copilot/tutorials/coding-agent/get-the-best-results.md b/content/copilot/tutorials/coding-agent/get-the-best-results.md index 0df4525b41..165d0ef591 100644 --- a/content/copilot/tutorials/coding-agent/get-the-best-results.md +++ b/content/copilot/tutorials/coding-agent/get-the-best-results.md @@ -1,5 +1,5 @@ --- -title: Best practices for using Copilot to work on tasks +title: Best practices for using GitHub Copilot to work on tasks shortTitle: Get the best results allowTitleToDifferFromFilename: true intro: 'Learn how to get the best results from {% data variables.copilot.copilot_coding_agent %}.' diff --git a/content/copilot/tutorials/coding-agent/index.md b/content/copilot/tutorials/coding-agent/index.md index 5417660a88..0c4fd6c110 100644 --- a/content/copilot/tutorials/coding-agent/index.md +++ b/content/copilot/tutorials/coding-agent/index.md @@ -1,5 +1,5 @@ --- -title: '{% data variables.copilot.copilot_coding_agent %}' +title: GitHub Copilot coding agent shortTitle: Coding agent allowTitleToDifferFromFilename: true intro: 'Find out how to get great results from {% data variables.copilot.copilot_coding_agent %}.' @@ -12,4 +12,3 @@ children: - /pilot-coding-agent contentType: tutorials --- - diff --git a/content/copilot/tutorials/coding-agent/pilot-coding-agent.md b/content/copilot/tutorials/coding-agent/pilot-coding-agent.md index aabdfb6e7b..c212669f6d 100644 --- a/content/copilot/tutorials/coding-agent/pilot-coding-agent.md +++ b/content/copilot/tutorials/coding-agent/pilot-coding-agent.md @@ -1,5 +1,5 @@ --- -title: 'Piloting {% data variables.copilot.copilot_coding_agent %} in your organization' +title: 'Piloting GitHub Copilot coding agent in your organization' shortTitle: 'Pilot {% data variables.copilot.copilot_coding_agent_short %}' intro: 'Follow best practices to enable {% data variables.copilot.copilot_coding_agent %} in your organization.' allowTitleToDifferFromFilename: true diff --git a/content/copilot/tutorials/copilot-chat-cookbook/index.md b/content/copilot/tutorials/copilot-chat-cookbook/index.md index 3172c118ad..c89e69b825 100644 --- a/content/copilot/tutorials/copilot-chat-cookbook/index.md +++ b/content/copilot/tutorials/copilot-chat-cookbook/index.md @@ -1,5 +1,5 @@ --- -title: Copilot Chat Cookbook +title: GitHub Copilot Chat Cookbook intro: 'Find examples of prompts to use with {% data variables.copilot.copilot_chat %}.' allowTitleToDifferFromFilename: true redirect_from: diff --git a/content/copilot/tutorials/enhance-agent-mode-with-mcp.md b/content/copilot/tutorials/enhance-agent-mode-with-mcp.md index 640d430680..da929e47d4 100644 --- a/content/copilot/tutorials/enhance-agent-mode-with-mcp.md +++ b/content/copilot/tutorials/enhance-agent-mode-with-mcp.md @@ -1,5 +1,5 @@ --- -title: Enhancing Copilot agent mode with MCP +title: Enhancing GitHub Copilot agent mode with MCP allowTitleToDifferFromFilename: true shortTitle: Enhance agent mode with MCP intro: 'Learn how to use the Model Context Protocol (MCP) to expand the agentic capabilities of {% data variables.copilot.copilot_chat_short %}.' @@ -48,13 +48,14 @@ Follow these best practices to get the most out of combining MCP servers with ag * **Choose relevant servers**: Select and enable MCP servers that align with your specific workflow needs. * **Start simple**: Begin with a few well-established MCP servers before adding more complex integrations. * **Test connectivity**: Ensure all MCP servers are properly configured and accessible before starting agent mode tasks. - + ### Security considerations * **Use OAuth when available**: For MCP servers like {% data variables.product.prodname_dotcom %} MCP, prefer OAuth authentication over {% data variables.product.pat_generic_plural %}. See [AUTOTITLE](/copilot/customizing-copilot/using-model-context-protocol/using-the-github-mcp-server#remote-mcp-server-configuration-with-oauth). * **Limit permissions**: Only grant MCP servers the minimum permissions necessary for your tasks. * **Review connections**: Regularly audit which MCP servers have access to your development environment. * **Monitor activity**: Keep track of what actions {% data variables.product.prodname_copilot_short %} performs through MCP servers. +* **Prevent secret leaks**: Push protection blocks secrets from being included in AI-generated responses and prevents you from exposing secrets through any actions you perform using the {% data variables.product.github %} MCP server. This is currently available for public repositories only. See [AUTOTITLE](/code-security/secret-scanning/introduction/about-push-protection). ## Example scenario: Implementing accessibility compliance diff --git a/content/copilot/tutorials/explore-a-codebase.md b/content/copilot/tutorials/explore-a-codebase.md index cf6a561a78..c68508456b 100644 --- a/content/copilot/tutorials/explore-a-codebase.md +++ b/content/copilot/tutorials/explore-a-codebase.md @@ -1,5 +1,5 @@ --- -title: Using Copilot to explore a codebase +title: Using GitHub Copilot to explore a codebase shortTitle: Explore a codebase intro: '{% data variables.copilot.copilot_chat %} can help you gain an understanding of the content, structure, and functionality of a codebase.' topics: diff --git a/content/copilot/tutorials/explore-issues-and-discussions.md b/content/copilot/tutorials/explore-issues-and-discussions.md index 32a264eebc..6a634cf907 100644 --- a/content/copilot/tutorials/explore-issues-and-discussions.md +++ b/content/copilot/tutorials/explore-issues-and-discussions.md @@ -1,5 +1,5 @@ --- -title: Using Copilot to explore issues and discussions +title: Using GitHub Copilot to explore issues and discussions shortTitle: Explore issues and discussions intro: '{% data variables.copilot.copilot_chat %} can help you quickly gain context of lengthy discussions and issues.' topics: diff --git a/content/copilot/tutorials/explore-pull-requests.md b/content/copilot/tutorials/explore-pull-requests.md index 48f21d3de2..3aae659396 100644 --- a/content/copilot/tutorials/explore-pull-requests.md +++ b/content/copilot/tutorials/explore-pull-requests.md @@ -1,5 +1,5 @@ --- -title: Using Copilot to explore pull requests +title: Using GitHub Copilot to explore pull requests shortTitle: Explore pull requests intro: '{% data variables.copilot.copilot_chat %} can help you understand the content, functionality, and status of a pull request.' topics: diff --git a/content/copilot/tutorials/migrate-a-project.md b/content/copilot/tutorials/migrate-a-project.md index d4e789b6b1..4242b9b322 100644 --- a/content/copilot/tutorials/migrate-a-project.md +++ b/content/copilot/tutorials/migrate-a-project.md @@ -1,5 +1,5 @@ --- -title: Using Copilot to migrate a project to another programming language +title: Using GitHub Copilot to migrate a project to another programming language allowTitleToDifferFromFilename: true intro: '{% data variables.copilot.copilot_chat %} can help you move a project to a different language. This guide describes what''s involved in a migration process and gives an example of a PHP to Python migration.' topics: diff --git a/content/copilot/tutorials/roll-out-at-scale/enable-developers/drive-adoption.md b/content/copilot/tutorials/roll-out-at-scale/enable-developers/drive-adoption.md index f8109ca1cc..b572a5bd0f 100644 --- a/content/copilot/tutorials/roll-out-at-scale/enable-developers/drive-adoption.md +++ b/content/copilot/tutorials/roll-out-at-scale/enable-developers/drive-adoption.md @@ -1,5 +1,5 @@ --- -title: Driving Copilot adoption in your company +title: Driving GitHub Copilot adoption in your company shortTitle: Drive adoption intro: Learn how to plan an effective enablement process to drive Copilot adoption. versions: diff --git a/content/copilot/tutorials/roll-out-at-scale/enable-developers/integrate-ai-agents.md b/content/copilot/tutorials/roll-out-at-scale/enable-developers/integrate-ai-agents.md index 0979d91c91..05f4358f19 100644 --- a/content/copilot/tutorials/roll-out-at-scale/enable-developers/integrate-ai-agents.md +++ b/content/copilot/tutorials/roll-out-at-scale/enable-developers/integrate-ai-agents.md @@ -91,7 +91,9 @@ To hit a tight deadline, you're aiming to speed up each stage of the process, fo 1. When they're satisfied with the tests, the developer asks agent mode to open a pull request for the work on {% data variables.product.github %}. - >[!TIP] With the **{% data variables.product.github %} MCP server** enabled, {% data variables.product.prodname_copilot_short %} can run the command to open a pull request directly from {% data variables.product.prodname_vscode_shortname %}, with the title and description already filled in. + >[!TIP] + > * With the **{% data variables.product.github %} MCP server** enabled, {% data variables.product.prodname_copilot_short %} can run the command to open a pull request directly from {% data variables.product.prodname_vscode_shortname %}, with the title and description already filled in. + > * Interactions with the {% data variables.product.github %} MCP server are secured by **push protection**, which blocks secrets from being included in AI-generated responses and prevents you from exposing secrets through any actions you perform using the server (public repositories only). See [AUTOTITLE](/code-security/secret-scanning/introduction/about-push-protection). ## 4. Review with {% data variables.copilot.copilot_code-review_short %} diff --git a/content/copilot/tutorials/roll-out-at-scale/measure-adoption/analyze-usage-over-time.md b/content/copilot/tutorials/roll-out-at-scale/measure-adoption/analyze-usage-over-time.md index 82beb22c06..cf1d551b40 100644 --- a/content/copilot/tutorials/roll-out-at-scale/measure-adoption/analyze-usage-over-time.md +++ b/content/copilot/tutorials/roll-out-at-scale/measure-adoption/analyze-usage-over-time.md @@ -1,5 +1,5 @@ --- -title: Analyzing usage over time with the Copilot metrics API +title: Analyzing usage over time with the GitHub Copilot metrics API shortTitle: Analyze usage over time intro: 'Learn how to connect to the API, store data, and analyze usage trends.' versions: diff --git a/content/copilot/tutorials/speed-up-development-work.md b/content/copilot/tutorials/speed-up-development-work.md index becc755989..036f36dcfb 100644 --- a/content/copilot/tutorials/speed-up-development-work.md +++ b/content/copilot/tutorials/speed-up-development-work.md @@ -1,5 +1,5 @@ --- -title: Speeding up development work with Copilot Spaces +title: Speeding up development work with GitHub Copilot Spaces shortTitle: Speed up development work intro: 'Learn how to use {% data variables.copilot.copilot_spaces %} to help you with development work.' permissions: 'Anyone with a {% data variables.product.prodname_copilot_short %} license can use {% data variables.copilot.copilot_spaces_short %}.' diff --git a/data/reusables/copilot/mcp/troubleshooting-mcp-server.md b/data/reusables/copilot/mcp/troubleshooting-mcp-server.md index f14ef8ee56..0ef8ddab70 100644 --- a/data/reusables/copilot/mcp/troubleshooting-mcp-server.md +++ b/data/reusables/copilot/mcp/troubleshooting-mcp-server.md @@ -19,6 +19,10 @@ If you are having trouble with the {% data variables.copilot.copilot_chat_short * You have configured the MCP server correctly in your IDE. * You have the necessary permissions to perform the actions you are trying to execute. +### Push protection block + +If you are using the {% data variables.product.github %} MCP server and push protection blocks a secret that you believe is safe to expose, you may be able to bypass the block by specifying a reason for allowing the secret. See [AUTOTITLE](/code-security/secret-scanning/working-with-secret-scanning-and-push-protection/working-with-push-protection-and-the-github-mcp-server#resolving-a-block). + ### General tips If you are experiencing other issues with the {% data variables.product.github %} MCP server, here are some general tips to help you troubleshoot: