diff --git a/.github/workflows/site-policy-reminder.yml b/.github/workflows/site-policy-reminder.yml
index 4bedf71d8f17..7b85bef2f25c 100644
--- a/.github/workflows/site-policy-reminder.yml
+++ b/.github/workflows/site-policy-reminder.yml
@@ -20,9 +20,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9
- env:
- GITHUB_TOKEN: ${{ secrets.API_TOKEN_SITEPOLICY }}
with:
+ token: ${{ secrets.DOCS_BOT_PAT_BASE }}
issue-number: ${{ github.event.pull_request.number }}
body: |
Before merging, please remember to change the title of this PR to a description of its changes that is suitable for public viewing on github/site-policy.
diff --git a/.github/workflows/site-policy-sync.yml b/.github/workflows/site-policy-sync.yml
index a6d999810e6d..a7d3d4dafdbf 100644
--- a/.github/workflows/site-policy-sync.yml
+++ b/.github/workflows/site-policy-sync.yml
@@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
repository: github/site-policy
- token: ${{ secrets.API_TOKEN_SITEPOLICY }}
+ token: ${{ secrets.DOCS_BOT_PAT_BASE }}
fetch-depth: ''
path: public-repo
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 77343f06adb6..76b85a395a85 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,16 @@ We published the first iteration of a [journey landing page](https://docs.github
+**16 May 2026**
+
+To help admins understand security configuration statuses, we documented the relationship between organization and enterprise configurations and repositories, including how and why that relationship changes.
+
+- [Security configuration statuses](https://docs.github.com/en/code-security/reference/security-at-scale/security-configuration-statuses) covers all 8 statuses a security configuration can have, with descriptions, causes, and recommended actions
+- [Diagnosing security configuration issues](https://docs.github.com/en/code-security/reference/security-at-scale/troubleshoot-security-configurations/diagnosing-security-configuration-issues) now covers `removed` and `removed_by_enterprise` statuses in addition to `failed`
+- [About enabling security features at scale](https://docs.github.com/en/code-security/concepts/security-at-scale/about-enabling-security-features-at-scale) explains how configurations relate to repositories over time
+
+
+
**15 May 2026**
We've published a new [GitHub Secret Protection adoption journey landing page](https://docs.github.com/en/code-security/tutorials/secret-protection-adoption-path) for AppSec administrators. Our content audit found that while individual GHSP articles existed, there was no clear end-to-end path from evaluation to organization-wide rollout.
diff --git a/content/copilot/reference/ai-models/model-hosting.md b/content/copilot/reference/ai-models/model-hosting.md
index 968b5e552d04..4dd135c375cd 100644
--- a/content/copilot/reference/ai-models/model-hosting.md
+++ b/content/copilot/reference/ai-models/model-hosting.md
@@ -78,6 +78,7 @@ Used for:
* {% data variables.copilot.copilot_gemini_25_pro %}
* {% data variables.copilot.copilot_gemini_3_flash %}
* {% data variables.copilot.copilot_gemini_31_pro %}
+* {% data variables.copilot.copilot_gemini_35_flash %}
{% data variables.product.prodname_copilot %} uses {% data variables.copilot.copilot_gemini_31_pro %}, {% data variables.copilot.copilot_gemini_3_flash %}, and {% data variables.copilot.copilot_gemini_25_pro %} hosted on Google Cloud Platform (GCP). When using {% data variables.copilot.copilot_gemini %} models, prompts and metadata are sent to GCP, which makes the [following data commitment](https://cloud.google.com/vertex-ai/generative-ai/docs/data-governance): _{% data variables.copilot.copilot_gemini %} doesn't use your prompts, or its responses, as data to train its models._
diff --git a/content/copilot/reference/ai-models/supported-models.md b/content/copilot/reference/ai-models/supported-models.md
index 1569893d39ee..28b2f7ead7bf 100644
--- a/content/copilot/reference/ai-models/supported-models.md
+++ b/content/copilot/reference/ai-models/supported-models.md
@@ -96,15 +96,16 @@ Some {% data variables.product.prodname_copilot_short %} models require minimum
{% rowheaders %}
-| Model | {% data variables.product.prodname_vscode %} | {% data variables.product.prodname_vs %} | JetBrains IDEs | Xcode | Eclipse |
-| --- | --- | --- | --- | --- | --- |
-| {% data variables.copilot.copilot_gemini_3_flash %} | `v1.115.0` and later | `17.14.22` or `18.1.0` and later | `1.5.62` and later | `0.46.0` and later | `0.14.0` and later |
-| {% data variables.copilot.copilot_gemini_31_pro %} | `v1.115.0` and later | `17.14.22` or `18.1.0` and later | `1.5.62` and later | `0.46.0` and later | `0.14.0` and later |
-| {% data variables.copilot.copilot_gpt_52_codex %} | No minimum listed | `17.14.19` or `18.0.0` and later | `1.5.61` and later | `0.45.0` and later | `0.13.0` and later |
-| {% data variables.copilot.copilot_gpt_53_codex %} | `v1.104.1` and later | `17.14.19` and later | `1.5.61` and later | `0.45.0` and later | `0.13.0` and later |
-| {% data variables.copilot.copilot_gpt_54 %} | `v1.104.1` and later | `17.14.19` and later | `1.5.66` and later | `0.47.0` and later | `0.15.0` and later |
-| {% data variables.copilot.copilot_gpt_54_mini %} | `v1.104.1` and later | `17.14.19` and later | `1.5.66` and later | `0.47.0` and later | `0.15.0` and later |
-| {% data variables.copilot.copilot_gpt_55 %} | `v1.117` and later | `17.14.19` and later | `1.5.66` and later | `0.47.0` and later | `0.15.0` and later |
+| Model | {% data variables.product.prodname_vscode %} | {% data variables.product.prodname_vs %} | JetBrains IDEs | Xcode | Eclipse |
+|------------------------------------------------------| --- | --- | --- | --- | --- |
+| {% data variables.copilot.copilot_gemini_3_flash %} | `v1.115.0` and later | `17.14.22` or `18.1.0` and later | `1.5.62` and later | `0.46.0` and later | `0.14.0` and later |
+| {% data variables.copilot.copilot_gemini_31_pro %} | `v1.115.0` and later | `17.14.22` or `18.1.0` and later | `1.5.62` and later | `0.46.0` and later | `0.14.0` and later |
+| {% data variables.copilot.copilot_gemini_35_flash %} | `v1.115.0` and later | `17.14.22` or `18.1.0` and later | `1.5.62` and later | `0.46.0` and later | `0.14.0` and later |
+| {% data variables.copilot.copilot_gpt_52_codex %} | No minimum listed | `17.14.19` or `18.0.0` and later | `1.5.61` and later | `0.45.0` and later | `0.13.0` and later |
+| {% data variables.copilot.copilot_gpt_53_codex %} | `v1.104.1` and later | `17.14.19` and later | `1.5.61` and later | `0.45.0` and later | `0.13.0` and later |
+| {% data variables.copilot.copilot_gpt_54 %} | `v1.104.1` and later | `17.14.19` and later | `1.5.66` and later | `0.47.0` and later | `0.15.0` and later |
+| {% data variables.copilot.copilot_gpt_54_mini %} | `v1.104.1` and later | `17.14.19` and later | `1.5.66` and later | `0.47.0` and later | `0.15.0` and later |
+| {% data variables.copilot.copilot_gpt_55 %} | `v1.117` and later | `17.14.19` and later | `1.5.66` and later | `0.47.0` and later | `0.15.0` and later |
{% endrowheaders %}
diff --git a/content/organizations/managing-organization-settings/upgrading-to-the-github-customer-agreement.md b/content/organizations/managing-organization-settings/upgrading-to-the-github-customer-agreement.md
index 36cc25ee73eb..7d850b1fc096 100644
--- a/content/organizations/managing-organization-settings/upgrading-to-the-github-customer-agreement.md
+++ b/content/organizations/managing-organization-settings/upgrading-to-the-github-customer-agreement.md
@@ -24,6 +24,9 @@ You can upgrade to the {% data variables.product.company_short %} Customer Agree
1. In the text field, type the name of the company, non-profit, or group that owns the organization account. This is the entity that will enter into an agreement with {% data variables.product.prodname_dotcom %}.
1. To agree to the {% data variables.product.company_short %} Customer Agreement on behalf of your entity, click **Accept terms**.
+> [!NOTE]
+> When you upgrade or switch your enterprise plan, your existing payment method is not carried forward. If you do not add a new payment method before your next billing cycle, active paid subscriptions—including {% data variables.product.prodname_sponsors %} sponsorships—are automatically cancelled. To avoid disruption, add a payment method immediately after upgrading.
+
## Further reading
* [AUTOTITLE](/free-pro-team@latest/site-policy/github-terms/github-terms-of-service)
diff --git a/data/tables/copilot/annual-subscriber-model-multipliers.yml b/data/tables/copilot/annual-subscriber-model-multipliers.yml
index 169802e4040b..d0a36d734eff 100644
--- a/data/tables/copilot/annual-subscriber-model-multipliers.yml
+++ b/data/tables/copilot/annual-subscriber-model-multipliers.yml
@@ -46,6 +46,10 @@
current_multiplier: '1'
new_multiplier: '6'
+- model: 'Gemini 3.5 Flash'
+ current_multiplier: '14'
+ new_multiplier: '14'
+
- model: 'GPT-4o'
current_multiplier: '0'
new_multiplier: '0.33'
diff --git a/data/tables/copilot/model-comparison.yml b/data/tables/copilot/model-comparison.yml
index 2e221282e4e5..e64b699f8085 100644
--- a/data/tables/copilot/model-comparison.yml
+++ b/data/tables/copilot/model-comparison.yml
@@ -87,7 +87,12 @@
- name: Gemini 3.1 Pro
task_area: Deep reasoning and debugging
excels_at: Effective and efficient edit-then-test loops with high tool precision
- further_reading: 'not applicable'
+ further_reading: 'Not available'
+
+- name: Gemini 3.5 Flash
+ task_area: Fast help with simple or repetitive tasks
+ excels_at: Fast, reliable answers to lightweight coding questions
+ further_reading: '[Gemini 3.5 Flash model card](https://storage.googleapis.com/deepmind-media/Model-Cards/Gemini-3-5-Flash-Model-Card.pdf)'
# Other providers (alphabetized by model name)
- name: Qwen2.5
diff --git a/data/tables/copilot/model-multipliers.yml b/data/tables/copilot/model-multipliers.yml
index 21b62600d84b..8b50ccbfe0e3 100644
--- a/data/tables/copilot/model-multipliers.yml
+++ b/data/tables/copilot/model-multipliers.yml
@@ -49,6 +49,10 @@
multiplier_paid: 1
multiplier_free: Not applicable
+- name: Gemini 3.5 Flash
+ multiplier_paid: 14
+ multiplier_free: Not applicable
+
- name: GPT-4.1
multiplier_paid: 0
multiplier_free: 1
diff --git a/data/tables/copilot/model-release-status.yml b/data/tables/copilot/model-release-status.yml
index cdc260a984bf..6e2fd4e65f50 100644
--- a/data/tables/copilot/model-release-status.yml
+++ b/data/tables/copilot/model-release-status.yml
@@ -154,6 +154,13 @@
ask_mode: true
edit_mode: true
+- name: 'Gemini 3.5 Flash'
+ provider: 'Google'
+ release_status: GA
+ agent_mode: true
+ ask_mode: true
+ edit_mode: true
+
# Fine-tuned OAI models
- name: 'Raptor mini'
provider: 'Fine-tuned GPT-5 mini'
diff --git a/data/tables/copilot/model-supported-clients.yml b/data/tables/copilot/model-supported-clients.yml
index ce6bb9521e09..cad6d48a83fa 100644
--- a/data/tables/copilot/model-supported-clients.yml
+++ b/data/tables/copilot/model-supported-clients.yml
@@ -104,6 +104,15 @@
xcode: true
jetbrains: true
+- name: Gemini 3.5 Flash
+ dotcom: false
+ cli: false
+ vscode: true
+ vs: true
+ eclipse: true
+ xcode: true
+ jetbrains: true
+
- name: GPT-4.1
dotcom: true
cli: true
diff --git a/data/tables/copilot/model-supported-plans.yml b/data/tables/copilot/model-supported-plans.yml
index 96da18e5c107..1de65556e3d3 100644
--- a/data/tables/copilot/model-supported-plans.yml
+++ b/data/tables/copilot/model-supported-plans.yml
@@ -93,6 +93,14 @@
business: true
enterprise: true
+- name: Gemini 3.5 Flash
+ free: false
+ student: false
+ pro: true
+ pro_plus: true
+ business: true
+ enterprise: true
+
- name: GPT-4.1
free: true
student: true
diff --git a/data/tables/copilot/models-and-pricing.yml b/data/tables/copilot/models-and-pricing.yml
index edb549bbeafe..80acfa30cc4a 100644
--- a/data/tables/copilot/models-and-pricing.yml
+++ b/data/tables/copilot/models-and-pricing.yml
@@ -181,6 +181,14 @@
output: $12.00
notes: "Prompts \u2264200K tokens"
+- model: 'Gemini 3.5 Flash'
+ provider: google
+ release_status: GA
+ category: Lightweight
+ input: $1.50
+ cached_input: $0.15
+ output: $9.00
+
# Fine-tuned (GitHub)
- model: 'Raptor mini[^7]'
provider: github
diff --git a/data/variables/copilot.yml b/data/variables/copilot.yml
index 17ca01298d68..ae323b5767d1 100644
--- a/data/variables/copilot.yml
+++ b/data/variables/copilot.yml
@@ -182,6 +182,7 @@ copilot_gemini_3_flash: 'Gemini 3 Flash'
copilot_gemini_25_pro: 'Gemini 2.5 Pro'
copilot_gemini_3_pro: 'Gemini 3 Pro'
copilot_gemini_31_pro: 'Gemini 3.1 Pro'
+copilot_gemini_35_flash: 'Gemini 3.5 Flash'
# OpenAI GPT series:
copilot_gpt_4o: 'GPT-4o'
copilot_gpt_4o_mini: 'GPT-4o mini'