Skip to content

Commit 26e0422

Browse files
authored
Merge pull request #44347 from github/repo-sync
Repo sync
2 parents 2b9d19f + 440a2d4 commit 26e0422

14 files changed

Lines changed: 73 additions & 13 deletions

.github/workflows/site-policy-reminder.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9
23-
env:
24-
GITHUB_TOKEN: ${{ secrets.API_TOKEN_SITEPOLICY }}
2523
with:
24+
token: ${{ secrets.DOCS_BOT_PAT_BASE }}
2625
issue-number: ${{ github.event.pull_request.number }}
2726
body: |
2827
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.

.github/workflows/site-policy-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3434
with:
3535
repository: github/site-policy
36-
token: ${{ secrets.API_TOKEN_SITEPOLICY }}
36+
token: ${{ secrets.DOCS_BOT_PAT_BASE }}
3737
fetch-depth: ''
3838
path: public-repo
3939

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ We published the first iteration of a [journey landing page](https://docs.github
66

77
<hr>
88

9+
**16 May 2026**
10+
11+
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.
12+
13+
- [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
14+
- [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`
15+
- [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
16+
17+
<hr>
18+
919
**15 May 2026**
1020

1121
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.

content/copilot/reference/ai-models/model-hosting.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ Used for:
7878
* {% data variables.copilot.copilot_gemini_25_pro %}
7979
* {% data variables.copilot.copilot_gemini_3_flash %}
8080
* {% data variables.copilot.copilot_gemini_31_pro %}
81+
* {% data variables.copilot.copilot_gemini_35_flash %}
8182

8283
{% 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._
8384

content/copilot/reference/ai-models/supported-models.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -96,15 +96,16 @@ Some {% data variables.product.prodname_copilot_short %} models require minimum
9696

9797
{% rowheaders %}
9898

99-
| Model | {% data variables.product.prodname_vscode %} | {% data variables.product.prodname_vs %} | JetBrains IDEs | Xcode | Eclipse |
100-
| --- | --- | --- | --- | --- | --- |
101-
| {% 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 |
102-
| {% 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 |
103-
| {% 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 |
104-
| {% 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 |
105-
| {% 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 |
106-
| {% 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 |
107-
| {% 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 |
99+
| Model | {% data variables.product.prodname_vscode %} | {% data variables.product.prodname_vs %} | JetBrains IDEs | Xcode | Eclipse |
100+
|------------------------------------------------------| --- | --- | --- | --- | --- |
101+
| {% 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 |
102+
| {% 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 |
103+
| {% 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 |
104+
| {% 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 |
105+
| {% 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 |
106+
| {% 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 |
107+
| {% 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 |
108+
| {% 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 |
108109

109110
{% endrowheaders %}
110111

content/organizations/managing-organization-settings/upgrading-to-the-github-customer-agreement.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ You can upgrade to the {% data variables.product.company_short %} Customer Agree
2424
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 %}.
2525
1. To agree to the {% data variables.product.company_short %} Customer Agreement on behalf of your entity, click **Accept terms**.
2626

27+
> [!NOTE]
28+
> 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.
29+
2730
## Further reading
2831

2932
* [AUTOTITLE](/free-pro-team@latest/site-policy/github-terms/github-terms-of-service)

data/tables/copilot/annual-subscriber-model-multipliers.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@
4646
current_multiplier: '1'
4747
new_multiplier: '6'
4848

49+
- model: 'Gemini 3.5 Flash'
50+
current_multiplier: '14'
51+
new_multiplier: '14'
52+
4953
- model: 'GPT-4o'
5054
current_multiplier: '0'
5155
new_multiplier: '0.33'

data/tables/copilot/model-comparison.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,12 @@
8787
- name: Gemini 3.1 Pro
8888
task_area: Deep reasoning and debugging
8989
excels_at: Effective and efficient edit-then-test loops with high tool precision
90-
further_reading: 'not applicable'
90+
further_reading: 'Not available'
91+
92+
- name: Gemini 3.5 Flash
93+
task_area: Fast help with simple or repetitive tasks
94+
excels_at: Fast, reliable answers to lightweight coding questions
95+
further_reading: '[Gemini 3.5 Flash model card](https://storage.googleapis.com/deepmind-media/Model-Cards/Gemini-3-5-Flash-Model-Card.pdf)'
9196

9297
# Other providers (alphabetized by model name)
9398
- name: Qwen2.5

data/tables/copilot/model-multipliers.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@
4949
multiplier_paid: 1
5050
multiplier_free: Not applicable
5151

52+
- name: Gemini 3.5 Flash
53+
multiplier_paid: 14
54+
multiplier_free: Not applicable
55+
5256
- name: GPT-4.1
5357
multiplier_paid: 0
5458
multiplier_free: 1

data/tables/copilot/model-release-status.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,13 @@
154154
ask_mode: true
155155
edit_mode: true
156156

157+
- name: 'Gemini 3.5 Flash'
158+
provider: 'Google'
159+
release_status: GA
160+
agent_mode: true
161+
ask_mode: true
162+
edit_mode: true
163+
157164
# Fine-tuned OAI models
158165
- name: 'Raptor mini'
159166
provider: 'Fine-tuned GPT-5 mini'

0 commit comments

Comments
 (0)