diff --git a/.github/ISSUE_TEMPLATE/blank-issue.md b/.github/ISSUE_TEMPLATE/blank-issue.md
new file mode 100644
index 000000000000..0f8dc7babc65
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/blank-issue.md
@@ -0,0 +1,10 @@
+---
+name: Blank issue
+about: Blank issue for copying docs-content issues into for CCA
+title: 'Copied from docs-content: '
+labels: ''
+assignees: ''
+
+---
+
+
diff --git a/content/actions/security-for-github-actions/security-hardening-your-deployments/configuring-openid-connect-in-jfrog.md b/content/actions/security-for-github-actions/security-hardening-your-deployments/configuring-openid-connect-in-jfrog.md
index df5d264bf35c..1c4315f1349b 100644
--- a/content/actions/security-for-github-actions/security-hardening-your-deployments/configuring-openid-connect-in-jfrog.md
+++ b/content/actions/security-for-github-actions/security-hardening-your-deployments/configuring-openid-connect-in-jfrog.md
@@ -35,12 +35,7 @@ For an example {% data variables.product.prodname_actions %} workflow using the
For example, you can set `iss` to `https://token.actions.githubusercontent.com`, and the `repository` to something like "octo-org/octo-repo"`. This will ensure only Actions workflows from the specified repository will have access to your JFrog platform. The following is an example Claims JSON when configuring identity mappings.
- ```json copy
- {
- "iss": "https://token.actions.githubusercontent.com",
- "repository": "octo-org/octo-repo"
- }
- ```
+ {% data reusables.actions.jfrog-json-configuring-identity-mappings %}
## Adding the identity provider to JFrog
diff --git a/content/code-security/dependabot/working-with-dependabot/setting-dependabot-to-run-on-github-hosted-runners-using-vnet.md b/content/code-security/dependabot/working-with-dependabot/setting-dependabot-to-run-on-github-hosted-runners-using-vnet.md
index d50105b5a162..dc79ee71d462 100644
--- a/content/code-security/dependabot/working-with-dependabot/setting-dependabot-to-run-on-github-hosted-runners-using-vnet.md
+++ b/content/code-security/dependabot/working-with-dependabot/setting-dependabot-to-run-on-github-hosted-runners-using-vnet.md
@@ -17,8 +17,6 @@ shortTitle: Configure VNET
## Configuring VNET for {% data variables.product.prodname_dependabot_updates %}
-{% data reusables.dependabot.vnet-support-private-preview-note %}
-
This article provides step-by-step instructions for running {% data variables.product.prodname_dependabot %} on {% data variables.product.company_short %}-hosted runners configured with VNET. The article explains:
* How to create runner groups for your enterprise or organization with a VNET configuration.
diff --git a/content/copilot/building-copilot-extensions/using-oidc-with-github-copilot-extensions.md b/content/copilot/building-copilot-extensions/using-oidc-with-github-copilot-extensions.md
index a9f49478f8ae..0143155dea01 100644
--- a/content/copilot/building-copilot-extensions/using-oidc-with-github-copilot-extensions.md
+++ b/content/copilot/building-copilot-extensions/using-oidc-with-github-copilot-extensions.md
@@ -7,7 +7,7 @@ versions:
feature: copilot-extensions
topics:
- Copilot
-shortTitle: Using OIDC
+shortTitle: Use OIDC
type: how_to
redirect_from:
- /copilot/building-copilot-extensions/using-oidc-with-copilot-extensions
diff --git a/content/copilot/copilot-chat-cookbook/refactoring-code/fixing-database-deadlocks-or-data-integrity-issues.md b/content/copilot/copilot-chat-cookbook/refactoring-code/fixing-database-deadlocks-or-data-integrity-issues.md
index 795965710d60..d9b4afa8b5f1 100644
--- a/content/copilot/copilot-chat-cookbook/refactoring-code/fixing-database-deadlocks-or-data-integrity-issues.md
+++ b/content/copilot/copilot-chat-cookbook/refactoring-code/fixing-database-deadlocks-or-data-integrity-issues.md
@@ -1,6 +1,6 @@
---
title: 'Fixing database deadlocks or data integrity issues'
-shortTitle: Fixing database deadlocks
+shortTitle: Fix database deadlocks
intro: '{% data variables.product.prodname_copilot_chat_short %} can help you avoid code that causes slow or blocked database operations, or tables with missing or incorrect data.'
redirect_from:
- /copilot/example-prompts-for-github-copilot-chat/refactoring-code/fixing-database-deadlocks-or-data-integrity-issues
diff --git a/content/copilot/copilot-chat-cookbook/refactoring-code/translating-code-to-a-different-programming-language.md b/content/copilot/copilot-chat-cookbook/refactoring-code/translating-code-to-a-different-programming-language.md
index 0fa2c24ba9f1..73e8c59a1d17 100644
--- a/content/copilot/copilot-chat-cookbook/refactoring-code/translating-code-to-a-different-programming-language.md
+++ b/content/copilot/copilot-chat-cookbook/refactoring-code/translating-code-to-a-different-programming-language.md
@@ -1,6 +1,6 @@
---
title: Translating code to a different programming language
-shortTitle: Translating code
+shortTitle: Translate code
intro: '{% data variables.product.prodname_copilot_chat_short %} can help you rewrite code to perform the same operations but in a different programming language.'
versions:
feature: copilot
diff --git a/content/copilot/copilot-chat-cookbook/security-analysis/finding-existing-vulnerabilities-in-code.md b/content/copilot/copilot-chat-cookbook/security-analysis/finding-existing-vulnerabilities-in-code.md
index 267c534713d9..b840a15e52ec 100644
--- a/content/copilot/copilot-chat-cookbook/security-analysis/finding-existing-vulnerabilities-in-code.md
+++ b/content/copilot/copilot-chat-cookbook/security-analysis/finding-existing-vulnerabilities-in-code.md
@@ -1,6 +1,6 @@
---
title: 'Finding existing vulnerabilities in code'
-shortTitle: Finding vulnerabilities
+shortTitle: Find vulnerabilities
intro: 'Copilot Chat can help find common vulnerabilities in your code and suggest fixes.'
redirect_from:
- /copilot/example-prompts-for-github-copilot-chat/security-analysis/finding-existing-vulnerabilities-in-code
diff --git a/content/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-access-to-github-copilot-in-your-organization/granting-access-to-copilot-for-members-of-your-organization.md b/content/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-access-to-github-copilot-in-your-organization/granting-access-to-copilot-for-members-of-your-organization.md
index 3a621ca791ad..51be3c69716a 100644
--- a/content/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-access-to-github-copilot-in-your-organization/granting-access-to-copilot-for-members-of-your-organization.md
+++ b/content/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-access-to-github-copilot-in-your-organization/granting-access-to-copilot-for-members-of-your-organization.md
@@ -1,6 +1,6 @@
---
title: Granting access to Copilot for members of your organization
-shortTitle: Granting access
+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.product.prodname_copilot_enterprise_short %} or{% endif %} {% data variables.product.prodname_copilot_business_short %} plan.'
versions:
diff --git a/content/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-access-to-github-copilot-in-your-organization/revoking-access-to-copilot-for-members-of-your-organization.md b/content/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-access-to-github-copilot-in-your-organization/revoking-access-to-copilot-for-members-of-your-organization.md
index a49b570034af..8a414a7cb20e 100644
--- a/content/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-access-to-github-copilot-in-your-organization/revoking-access-to-copilot-for-members-of-your-organization.md
+++ b/content/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-access-to-github-copilot-in-your-organization/revoking-access-to-copilot-for-members-of-your-organization.md
@@ -1,6 +1,6 @@
---
title: Revoking access to Copilot for members of your organization
-shortTitle: Revoking access
+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.product.prodname_copilot_enterprise_short %} or{% endif %} {% data variables.product.prodname_copilot_business_short %} plan.'
versions:
diff --git a/content/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-policies-for-copilot-in-your-organization.md b/content/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-policies-for-copilot-in-your-organization.md
index 17a7dd2ab886..ed7b684e147a 100644
--- a/content/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-policies-for-copilot-in-your-organization.md
+++ b/content/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-policies-for-copilot-in-your-organization.md
@@ -19,7 +19,7 @@ redirect_from:
- /copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-github-copilot-features-in-your-organization/managing-policies-for-copilot-in-your-organization
topics:
- Copilot
-shortTitle: Managing policies
+shortTitle: Manage policies
---
## About policies for {% data variables.product.prodname_copilot %}
diff --git a/content/copilot/managing-copilot/monitoring-usage-and-entitlements/about-premium-requests.md b/content/copilot/managing-copilot/monitoring-usage-and-entitlements/about-premium-requests.md
index 153c8b0f06d7..6cc9b1b40c70 100644
--- a/content/copilot/managing-copilot/monitoring-usage-and-entitlements/about-premium-requests.md
+++ b/content/copilot/managing-copilot/monitoring-usage-and-entitlements/about-premium-requests.md
@@ -71,6 +71,8 @@ Each model has a premium request multiplier, based on its complexity and resourc
>
> * Users on {% data variables.product.prodname_copilot_free_short %}. To access more premium requests, upgrade to a paid plan.
> * Users who subscribe, or have subscribed, to {% data variables.product.prodname_copilot_pro_short %} or {% data variables.product.prodname_copilot_pro_plus_short %} through {% data variables.product.prodname_mobile %} on iOS or Android.
+>
+> Budget setting for premium requests will be available starting **June 4, 2025**.
If you use all of your premium requests, you can still use {% data variables.product.prodname_copilot_short %} with the base model for the rest of the month. If you need more premium requests, you can upgrade to a higher plan or set a spending limit for premium requests over your plan's allowance. Premium requests over the allowance are rejected unless you have set a budget. See [AUTOTITLE](/billing/managing-your-billing/preventing-overspending).
diff --git a/content/copilot/troubleshooting-github-copilot/troubleshooting-issues-with-github-copilot-chat.md b/content/copilot/troubleshooting-github-copilot/troubleshooting-issues-with-github-copilot-chat.md
index 8e10188eafc9..1377f81ee9e4 100644
--- a/content/copilot/troubleshooting-github-copilot/troubleshooting-issues-with-github-copilot-chat.md
+++ b/content/copilot/troubleshooting-github-copilot/troubleshooting-issues-with-github-copilot-chat.md
@@ -52,7 +52,7 @@ If you can't find {% data variables.product.prodname_copilot_chat_short %} in yo
### Troubleshooting authentication issues in {% data variables.product.prodname_vs %}
-If you are experiencing authentication issues after installing the {% data variables.product.prodname_copilot_chat %} extension in {% data variables.product.prodname_vs %}, you can try the following steps to resolve the issue.
+If you experience authentication issues when you try to use {% data variables.product.prodname_copilot_chat %}, you can try the following steps to resolve the issue.
1. Check that the {% data variables.product.prodname_dotcom %} ID you are signed into {% data variables.product.prodname_vs %} with is the same as the one you have been granted access to {% data variables.product.prodname_copilot_chat %} with.
1. Check whether your {% data variables.product.prodname_dotcom %} ID/credentials need refreshing in {% data variables.product.prodname_vs %}. For more information, see [Work with {% data variables.product.prodname_dotcom %} accounts in {% data variables.product.prodname_vs %}](https://learn.microsoft.com/en-us/visualstudio/ide/work-with-github-accounts?view=vs-2022) in the {% data variables.product.prodname_vs %} documentation.
diff --git a/content/copilot/using-github-copilot/ai-models/changing-the-ai-model-for-copilot-chat.md b/content/copilot/using-github-copilot/ai-models/changing-the-ai-model-for-copilot-chat.md
index 6487a2e8caa2..1eb3e200e9e9 100644
--- a/content/copilot/using-github-copilot/ai-models/changing-the-ai-model-for-copilot-chat.md
+++ b/content/copilot/using-github-copilot/ai-models/changing-the-ai-model-for-copilot-chat.md
@@ -70,8 +70,6 @@ These instructions are for {% data variables.product.prodname_copilot_short %} o
{% vscode %}
-Changing the model that's used by {% data variables.product.prodname_copilot_chat_short %} does not affect the model that's used for {% data variables.product.prodname_copilot_short %} code completion. See [AUTOTITLE](/copilot/using-github-copilot/ai-models/changing-the-ai-model-for-copilot-code-completion).
-
> [!NOTE]
> * Multiple model support in {% data variables.product.prodname_copilot_chat_short %} is in {% data variables.release-phases.public_preview %} and is subject to change.
> * Support for GPT-4.5 is only available on {% data variables.product.prodname_copilot_pro_plus_short %}{% ifversion copilot-enterprise %} and {% data variables.product.prodname_copilot_enterprise_short %}{% endif %}.
diff --git a/content/copilot/using-github-copilot/ai-models/using-claude-in-github-copilot.md b/content/copilot/using-github-copilot/ai-models/using-claude-in-github-copilot.md
index 469169b58329..4797dbf9a98e 100644
--- a/content/copilot/using-github-copilot/ai-models/using-claude-in-github-copilot.md
+++ b/content/copilot/using-github-copilot/ai-models/using-claude-in-github-copilot.md
@@ -39,7 +39,7 @@ redirect_from:
* {% data variables.product.prodname_copilot_chat_short %} in JetBrains
* Immersive mode in {% data variables.product.prodname_copilot_chat_short %} in {% data variables.product.github %}
-{% data variables.copilot.copilot_claude_opus %} is hosted by Anthropic PBC. {% data variables.copilot.copilot_claude_sonnet_40 %} is hosted by Anthropic 1P. {% data variables.copilot.copilot_claude_sonnet_37 %} is hosted by Amazon Web Services, Anthropic PBC, and Google Cloud Platform when used in {% data variables.product.prodname_copilot %}. {% data variables.copilot.copilot_claude_sonnet_35 %} is hosted exclusively by Amazon Web Services. {% data variables.product.github %} has provider agreements in place to ensure data is not used for training. Additional details for each provider are included below:
+{% data variables.copilot.copilot_claude_opus %} and {% data variables.copilot.copilot_claude_sonnet_40 %} are hosted by Anthropic PBC and Google Cloud Platform. {% data variables.copilot.copilot_claude_sonnet_37 %} is hosted by Amazon Web Services, Anthropic PBC, and Google Cloud Platform. {% data variables.copilot.copilot_claude_sonnet_35 %} is hosted exclusively by Amazon Web Services. {% data variables.product.github %} has provider agreements in place to ensure data is not used for training. Additional details for each provider are included below:
* Amazon Bedrock: Amazon makes the [following data commitments](https://docs.aws.amazon.com/bedrock/latest/userguide/data-protection.html): _Amazon Bedrock doesn't store or log your prompts and completions. Amazon Bedrock doesn't use your prompts and completions to train any AWS models and doesn't distribute them to third parties_.
* Anthropic PBC: {% data variables.product.github %} maintains a [zero data retention agreement](https://privacy.anthropic.com/en/articles/8956058-i-have-a-zero-retention-agreement-with-anthropic-what-products-does-it-apply-to) with Anthropic.
diff --git a/content/copilot/using-github-copilot/code-review/configuring-coding-guidelines.md b/content/copilot/using-github-copilot/code-review/configuring-coding-guidelines.md
index 63e3b9fb0cf5..78d11315b548 100644
--- a/content/copilot/using-github-copilot/code-review/configuring-coding-guidelines.md
+++ b/content/copilot/using-github-copilot/code-review/configuring-coding-guidelines.md
@@ -1,6 +1,6 @@
---
title: Configuring coding guidelines for GitHub Copilot code review
-shortTitle: Configuring coding guidelines
+shortTitle: Configure coding guidelines
intro: "Learn how to customize {% data variables.copilot.copilot_code-review_short %} with custom coding guidelines."
allowTitleToDifferFromFilename: true
versions:
diff --git a/content/copilot/using-github-copilot/code-review/using-copilot-code-review.md b/content/copilot/using-github-copilot/code-review/using-copilot-code-review.md
index 1760b5704b7d..668cb15cef9a 100644
--- a/content/copilot/using-github-copilot/code-review/using-copilot-code-review.md
+++ b/content/copilot/using-github-copilot/code-review/using-copilot-code-review.md
@@ -1,6 +1,6 @@
---
title: Using GitHub Copilot code review
-shortTitle: Using code review
+shortTitle: Use code review
intro: "Learn how to request a code review from {% data variables.product.prodname_copilot %}."
allowTitleToDifferFromFilename: true
versions:
diff --git a/content/copilot/using-github-copilot/coding-agent/asking-copilot-to-create-a-pull-request.md b/content/copilot/using-github-copilot/coding-agent/asking-copilot-to-create-a-pull-request.md
index b326a243cec7..75074bc13c75 100644
--- a/content/copilot/using-github-copilot/coding-agent/asking-copilot-to-create-a-pull-request.md
+++ b/content/copilot/using-github-copilot/coding-agent/asking-copilot-to-create-a-pull-request.md
@@ -1,6 +1,6 @@
---
title: Asking Copilot to create a pull request
-shortTitle: Creating a PR from chat
+shortTitle: Create a PR from chat
intro: 'You can use a {% data variables.product.prodname_copilot_chat_short %} prompt to 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 %}'
versions:
diff --git a/content/copilot/using-github-copilot/coding-agent/reviewing-a-pull-request-created-by-copilot.md b/content/copilot/using-github-copilot/coding-agent/reviewing-a-pull-request-created-by-copilot.md
index 6811ed235f01..bd1b5cd0a32c 100644
--- a/content/copilot/using-github-copilot/coding-agent/reviewing-a-pull-request-created-by-copilot.md
+++ b/content/copilot/using-github-copilot/coding-agent/reviewing-a-pull-request-created-by-copilot.md
@@ -1,6 +1,6 @@
---
title: Reviewing a pull request created by Copilot
-shortTitle: Reviewing Copilot PRs
+shortTitle: Review Copilot PRs
intro: 'After {% data variables.product.prodname_copilot_short %} creates a pull request you should review it and comment on anything that needs changes.'
product: '{% data reusables.gated-features.copilot-coding-agent %}
Sign up for {% data variables.product.prodname_copilot_short %} {% octicon "link-external" height:16 %}'
versions:
diff --git a/content/copilot/using-github-copilot/coding-agent/using-the-copilot-coding-agent-logs.md b/content/copilot/using-github-copilot/coding-agent/using-the-copilot-coding-agent-logs.md
index 57f0a00b73e4..a4a0c8e3550e 100644
--- a/content/copilot/using-github-copilot/coding-agent/using-the-copilot-coding-agent-logs.md
+++ b/content/copilot/using-github-copilot/coding-agent/using-the-copilot-coding-agent-logs.md
@@ -1,6 +1,6 @@
---
title: Using the Copilot coding agent logs
-shortTitle: Using the Copilot logs
+shortTitle: Use the Copilot logs
intro: "You can use the session logs to understand {% data variables.product.prodname_copilot_short %}'s approach"
product: '{% data reusables.gated-features.copilot-coding-agent %}
Sign up for {% data variables.product.prodname_copilot_short %} {% octicon "link-external" height:16 %}'
versions:
diff --git a/content/copilot/using-github-copilot/copilot-chat/getting-started-with-prompts-for-copilot-chat.md b/content/copilot/using-github-copilot/copilot-chat/getting-started-with-prompts-for-copilot-chat.md
index 07c88f8b7270..0cebd12a8774 100644
--- a/content/copilot/using-github-copilot/copilot-chat/getting-started-with-prompts-for-copilot-chat.md
+++ b/content/copilot/using-github-copilot/copilot-chat/getting-started-with-prompts-for-copilot-chat.md
@@ -9,7 +9,7 @@ versions:
redirect_from:
- /copilot/using-github-copilot/example-use-cases/example-prompts-for-copilot-chat
- /copilot/using-github-copilot/guides-on-using-github-copilot/getting-started-with-prompts-for-copilot-chat
-shortTitle: Getting started with chat
+shortTitle: Get started with chat
---
You can ask {% data variables.product.prodname_copilot_chat_short %} specific questions about your project or general software questions. You can also ask {% data variables.product.prodname_copilot_chat_short %} to write code, fix errors, write tests, and document code.
diff --git a/content/copilot/using-github-copilot/guides-on-using-github-copilot/upgrading-java-projects-with-github-copilot.md b/content/copilot/using-github-copilot/guides-on-using-github-copilot/upgrading-java-projects-with-github-copilot.md
index 63c230fa07b9..5ea9d050f176 100644
--- a/content/copilot/using-github-copilot/guides-on-using-github-copilot/upgrading-java-projects-with-github-copilot.md
+++ b/content/copilot/using-github-copilot/guides-on-using-github-copilot/upgrading-java-projects-with-github-copilot.md
@@ -1,6 +1,6 @@
---
title: Upgrading Java projects with GitHub Copilot
-shortTitle: Upgrading Java projects
+shortTitle: Upgrade Java projects
intro: 'You can use {% data variables.product.prodname_copilot %} to upgrade your Maven and Gradle Java applications.'
versions:
feature: copilot
diff --git a/content/copilot/using-github-copilot/using-github-copilot-for-pull-requests/using-copilot-to-help-you-work-on-a-pull-request.md b/content/copilot/using-github-copilot/using-github-copilot-for-pull-requests/using-copilot-to-help-you-work-on-a-pull-request.md
index 191596025b12..f1303ba57aa2 100644
--- a/content/copilot/using-github-copilot/using-github-copilot-for-pull-requests/using-copilot-to-help-you-work-on-a-pull-request.md
+++ b/content/copilot/using-github-copilot/using-github-copilot-for-pull-requests/using-copilot-to-help-you-work-on-a-pull-request.md
@@ -1,6 +1,6 @@
---
title: Using Copilot to help you work on a pull request
-shortTitle: Working on a PR
+shortTitle: Work on a PR
intro: 'You can iterate, validate, and integrate suggested changes to code by using {% data variables.product.prodname_copilot_workspace %}.'
product: '{% data reusables.gated-features.copilot-free-availability %}'
versions:
diff --git a/content/site-policy/github-terms/github-marketplace-developer-agreement.md b/content/site-policy/github-terms/github-marketplace-developer-agreement.md
index 3d4f6b3f43e7..6f7db1948bea 100644
--- a/content/site-policy/github-terms/github-marketplace-developer-agreement.md
+++ b/content/site-policy/github-terms/github-marketplace-developer-agreement.md
@@ -13,7 +13,7 @@ topics:
**These terms and conditions (the "Agreement") govern your participation in GitHub’s Marketplace. By enrolling to participate in the Marketplace or by clicking “I Accept” below, you are confirming that you understand this agreement, and that you accept all of its terms and conditions. If you are entering into this Agreement on behalf of a company or other legal entity, you represent that you have the legal authority to bind the entity to this agreement, in which case “You” will mean the entity you represent.**
-Effective Date: May 17, 2024
+Effective Date: May 27, 2025
## 1. DEFINITIONS
@@ -65,16 +65,16 @@ Notwithstanding any of the requirements set forth in Section 2 (Purpose and Lice
**3.3** Developer will not engage in any activity with Marketplace, including attempting to distribute any Developer Product, that violates GitHub's Terms of Service including [Acceptable Use Policies](https://docs.github.com/en/site-policy/acceptable-use-policies/github-acceptable-use-policies). Additionally, Developer will not attempt to distribute any Developer Product that:
-* 1\. Contains or installs any active malware or exploits, or uses our platform for exploit delivery (such as part of a command and control system);
-* 2\. Enables the unauthorized download of streaming content or media; or
-* 3\. Diverts End Users or provides links to any other site that mimics Marketplace or passes itself off as Marketplace
+* (i) Contains or installs any active malware or exploits, or uses our platform for exploit delivery (such as part of a command and control system);
+* (ii) Enables the unauthorized download of streaming content or media; or
+* (iii) Diverts End Users or provides links to any other site that mimics Marketplace or passes itself off as Marketplace
**3.4** With respect to Developer Products that interact with generative AI technology, including GitHub Copilot Extensions, Developer will:
-* 1\. Test the Developer Product using various inputs to ensure that outputs do not violate this Agreement;
-* 2\. Notify users when they are interacting with generative AI content;
-* 3\. Have a mechanism for End Users to report feedback to GitHub and Developer related to errors, bugs, improper, or undesired outputs; and
-* 4\. Inform End Users the appropriate use cases, best practices, and limitations of the Developer Product.
+* (i) Test the Developer Product using various inputs to ensure that outputs do not violate this Agreement;
+* (ii) Notify users when they are interacting with generative AI content;
+* (iii) Have a mechanism for End Users to report feedback to GitHub and Developer related to errors, bugs, improper, or undesired outputs; and
+* (iv) Inform End Users the appropriate use cases, best practices, and limitations of the Developer Product.
**3.5** Developer shall not by any means repackage or resell Marketplace, a GitHub API, Personal Data, or Usage Data. Developer is not permitted to use a GitHub API or any Personal Data or Usage Data in any manner that does or could undermine the security of the Service, a GitHub API, Usage Data or any other data or information stored or transmitted using Marketplace. In addition, Developer shall not (a) interfere with, modify or disable any features, functionality or security controls of Marketplace or a GitHub API; (b) circumvent in any fashion any protection mechanisms for Marketplace or a GitHub API; or (c) reverse engineer, decompile, disassemble or derive the source code, underlying ideas, algorithms, structure or organizational form from Marketplace or a GitHub API.
@@ -98,10 +98,10 @@ Notwithstanding any of the requirements set forth in Section 2 (Purpose and Lice
If GitHub is notified by you or otherwise becomes aware and determines, in its sole discretion, that a Listing or any portion thereof or your Brand Features:
-* (a) violates the terms of this Agreement or the ToS;
-* (b) the display of the Listing is impacting the integrity of GitHub servers (i.e., users are unable to access such content or otherwise experience difficulty);
-* (c) is deemed by GitHub to add undue risk to Marketplace End Users’ data or impair the user experience of Marketplace or GitHub; or
-* (d) is subject to End User complaints in regards to your breach of your EULA,
+* (i) violates the terms of this Agreement or the ToS;
+* (ii) the display of the Listing is impacting the integrity of GitHub servers (i.e., users are unable to access such content or otherwise experience difficulty);
+* (iii) is deemed by GitHub to add undue risk to Marketplace End Users’ data or impair the user experience of Marketplace or GitHub; or
+* (iv) is subject to End User complaints in regards to your breach of your EULA,
GitHub may: suspend the transfer of Personal Data to your Developer Product; prohibit the collection and processing of Personal Data via your Developer Product; remove the Listing from Marketplace; flag, filter, or modify related materials (including but not limited to descriptions, screenshots, or metadata); or reclassify the Listing at its sole discretion. If GitHub takes any of these actions on your Listing, you may appeal GitHub's action through the [GitHub Appeal and Reinstatement Process](https://docs.github.com/en/site-policy/acceptable-use-policies/github-appeal-and-reinstatement)
@@ -130,10 +130,11 @@ Developer shall maintain and handle all Personal Data in accordance with privacy
**6.1** GitHub will be the merchant of record for Developer Products purchased by End Users via Marketplace.
-**6.2** Registration. Developer will be required to provide information about yourself (such as identification or contact details) as part of the registration process for Marketplace, or as part of your continued use of Marketplace including, but not limited to: (i) name, (ii) address, (iii) telephone number, (iv) e-mail address, and (v) payment account details. GitHub may publicize Developer’s information on Marketplace and retain Developer’s registration information as required by applicable law.
-**6.3** Pricing. Prices for Listings of Developer Applications will be set in US Dollars (USD). Developer has complete control over setting pricing for each Listing. The prices you set for Developer Products will determine the amount of payment you will receive. GitHub will remit 95% of the sale price in USD without reduction for Taxes except for any withholding taxes that are required under applicable law. The remaining 5% of the sales price will be allotted to and retained by GitHub. At the end of each month and upon reaching a minimum value of $500 USD, GitHub will remit your share of payments.
+**6.2** Registration. Developer will be required to provide information about yourself (such as identification or contact details) as part of the registration and onboarding process for Marketplace, or as part of your continued use of Marketplace including, but not limited to: (i) name, (ii) address, (iii) telephone number, (iv) e-mail address, and (v) payment account details. GitHub may publicize Developer’s information on Marketplace and retain Developer’s registration information as required by applicable law.
-**6.3** Refunds. You will be responsible for specifying the terms and conditions regarding refunds to your End Users. In no event shall GitHub be responsible for providing any support for refunds, nor shall GitHub be liable for payment of any refund.
+**6.3** Pricing. Prices for Listings of Developer Applications will be set in US Dollars (USD). Developer has complete control over setting pricing for each Listing. The prices you set for Developer Products will determine the amount of payment you will receive. GitHub will remit 95% of the sale price in USD without reduction for Taxes except for any withholding taxes that are required under applicable law. The remaining 5% of the sales price will be allotted to and retained by GitHub. GitHub will remit your share of first payment within 90 days of completed Registration. Following the first remittance, GitHub will remit your share of payments at the end of the month.
+
+**6.4** Refunds. You will be responsible for specifying the terms and conditions regarding refunds to your End Users. In no event shall GitHub be responsible for providing any support for refunds, nor shall GitHub be liable for payment of any refund.
## 7. OWNERSHIP
@@ -179,7 +180,7 @@ The parties are independent contractors. This Agreement does not create a partne
## 15. NOTICE
-Notices to GitHub may be submitted via email to legal@support.github.com. If Customer wishes to formally service notice on GitHub, it must be made through GitHub’s registered agent: GitHub, Inc. c/o Corporation Service Company 2710 Gateway Oaks Drive, Suite 150N Sacramento, CA 95833-3505. Notices must be in writing and will be treated as delivered on the date received at the address, date shown on the return receipt, email transmission date, or date on the courier confirmation of delivery. All notices to be provided by GitHub to Developer under this Agreement may be delivered in writing (i) by nationally recognized overnight delivery service (“Courier”) or U.S. mail to the contact mailing address provided by Developer to GitHub; or (ii) electronic mail to the electronic mail address provided by Developer.
+Notices to GitHub may be submitted via email to legal-support@github.com. If Customer wishes to formally service notice on GitHub, it must be made through GitHub’s registered agent: GitHub, Inc. c/o Corporation Service Company 2710 Gateway Oaks Drive, Suite 150N Sacramento, CA 95833-3505. Notices must be in writing and will be treated as delivered on the date received at the address, date shown on the return receipt, email transmission date, or date on the courier confirmation of delivery. All notices to be provided by GitHub to Developer under this Agreement may be delivered in writing (i) by nationally recognized overnight delivery service (“Courier”) or U.S. mail to the contact mailing address provided by Developer to GitHub; or (ii) electronic mail to the electronic mail address provided by Developer.
## 16. GOVERNING LAW
diff --git a/content/site-policy/privacy-policies/github-subprocessors.md b/content/site-policy/privacy-policies/github-subprocessors.md
index 4d61e2e689d1..9d812fbd5019 100644
--- a/content/site-policy/privacy-policies/github-subprocessors.md
+++ b/content/site-policy/privacy-policies/github-subprocessors.md
@@ -31,7 +31,7 @@ If you have questions about this list, please contact us at
| Anthropic PBC | AI Inference and AI Services | United States | United States |
| Cloudflare | Content delivery service | United States | United States |
| Fastly | Content delivery service | United States | United States |
-| Google Cloud Platform (GCP) | Cloud Hosted Infrastructure, AI Inference and AI Services | United States, Belgium | United States |
+| Google Cloud Platform (GCP) | Cloud Hosted Infrastructure, AI Inference and AI Services | United States, Belgium, Singapore | United States |
| Microsoft (Azure) | Cloud Hosted Infrastructure, Data Hosting, AI Inference and AI Services | United States | United States |
| Microsoft (Azure) | Cognitive Services and customer support ticketing analysis | United States | United States |
| Microsoft | Technical Services | Australia, Brazil, Canada, France, Japan, Norway, Spain, Sweden, Switzerland, United Kingdom, United States | United States |
diff --git a/data/reusables/actions/jfrog-json-configuring-identity-mappings.md b/data/reusables/actions/jfrog-json-configuring-identity-mappings.md
new file mode 100644
index 000000000000..7706210c9c29
--- /dev/null
+++ b/data/reusables/actions/jfrog-json-configuring-identity-mappings.md
@@ -0,0 +1,6 @@
+```json copy
+{
+ "iss": "https://token.actions.githubusercontent.com",
+ "repository": "octo-org/octo-repo"
+}
+```
diff --git a/data/reusables/copilot/unlimited-premium-requests.md b/data/reusables/copilot/unlimited-premium-requests.md
index f0a287349c47..7691bc8264c7 100644
--- a/data/reusables/copilot/unlimited-premium-requests.md
+++ b/data/reusables/copilot/unlimited-premium-requests.md
@@ -1,5 +1,7 @@
> [!IMPORTANT]
-> Billing for premium requests will start on **June 4, 2025** for all plans.
+> Billing and budget setting for premium requests will start on **June 4, 2025** for all plans.
+>
+> Budget setting for premium requests will be available starting **June 4, 2025**.
>
> Certain requests may experience rate limits.
> * Rate limits restrict the number of requests that can be made within a specific time period.
diff --git a/data/reusables/support/scope-of-support.md b/data/reusables/support/scope-of-support.md
index d397d9607897..aaae479c3054 100644
--- a/data/reusables/support/scope-of-support.md
+++ b/data/reusables/support/scope-of-support.md
@@ -10,7 +10,7 @@ If your support request is outside of the scope of what our team can help you wi
* Cloud provider configurations, such as virtual network setup, custom firewall, or proxy rules
* Container orchestration, such as Kubernetes setup, or networking
* Detailed assistance with workflows and data management
-* Preview features. {% data variables.release-phases.public_preview_caps %} and {% data variables.release-phases.private_preview %} features are out of {% data variables.contact.github_support %}'s scope. {% ifversion ghec or ghes %}For support with {% data variables.release-phases.public_preview %} features, you can contact your account manager on {% data variables.contact.contact_enterprise_sales %}. For support with {% data variables.release-phases.private_preview %} features, contact the group provided during the {% data variables.release-phases.private_preview %}'s onboarding session, or your account manager on {% data variables.contact.contact_enterprise_sales %}.{% endif %}
+* Preview features. {% data variables.release-phases.public_preview_caps %}, {% data variables.release-phases.private_preview %}, and technical preview features are out of {% data variables.contact.github_support %}'s scope. {% ifversion ghec or ghes %}For support with {% data variables.release-phases.public_preview %} features, you can contact your account manager on {% data variables.contact.contact_enterprise_sales %}. For support with {% data variables.release-phases.private_preview %} features, contact the group provided during the {% data variables.release-phases.private_preview %}'s onboarding session, or your account manager on {% data variables.contact.contact_enterprise_sales %}.{% endif %}
For detailed assistance with workflows and data management, consult [GitHub Expert Services](https://github.com/services/), which offer specialized support to help you optimize your use of the platform.