Skip to content

Commit 06ac2b3

Browse files
authored
Merge pull request #39953 from github/repo-sync
Repo sync
2 parents 397eb1d + e5ab65e commit 06ac2b3

File tree

13 files changed

+374
-449
lines changed

13 files changed

+374
-449
lines changed

.github/workflows/changelog-prompt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
" - Did this PR add noteworthy changes to the GitHub docs? If so, you might want to publicize this by adding an entry to " +
5656
"the [Docs changelog](https://github.com/github/docs-internal/blob/main/CHANGELOG.md).\n\n" +
5757
"To do this, type `/changelog` in a new comment on this PR and complete the fields.\n\n" +
58-
"A message will be posted to the **#docs-changelog** channel and a PR will be raised to update the [CHANGELOG.md](/CHANGELOG.md) file.";
58+
"A message will be posted to the **#docs-changelog** channel and a PR will be raised to update the [CHANGELOG.md](https://github.com/github/docs-internal/blob/main/CHANGELOG.md) file.";
5959
6060
// Post the comment
6161
await github.rest.issues.createComment({

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Docs changelog
22

3+
**15 August 2025**
4+
5+
When interacting with the GitHub MCP server for a public repository, push protection blocks secrets from appearing in AI-generated responses and also prevents secrets from being included in any actions you perform, such as creating an issue.
6+
7+
See [Working with push protection and the GitHub MCP server](https://docs.github.com/en/code-security/secret-scanning/working-with-secret-scanning-and-push-protection/working-with-push-protection-and-the-github-mcp-server).
8+
9+
<hr>
10+
311
**12 August 2025**
412

513
OpenAI GPT-5 is now available in public preview for GitHub Copilot. GPT-5 is slowly rolling out to all paid Copilot plans and you will be able to access the model in GitHub Copilot Chat on github.com and Visual Studio Code (Agent, Ask, and Edit modes).

data/reusables/copilot/policies-for-dotcom.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
* **Opt in to preview features:** If enabled, users can test new {% data variables.product.prodname_copilot_short %} features that are not yet generally available. Be aware that previews of features may have flaws, and the features may be changed or discontinued at any time. Current previews of {% data variables.product.prodname_copilot_short %} features include:
33

44
* {% data variables.copilot.copilot_spaces %}. See [AUTOTITLE](/copilot/using-github-copilot/copilot-spaces/about-organizing-and-sharing-context-with-copilot-spaces).
5-
* Repository custom instructions for {% data variables.copilot.copilot_code-review_short %}. See [AUTOTITLE](/copilot/concepts/about-customizing-github-copilot-chat-responses).

src/github-apps/lib/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@
6060
"2022-11-28"
6161
]
6262
},
63-
"sha": "75955297f987e9322203e4e24b6a9e42f83a70ea"
63+
"sha": "fb6b326eb77747361ddffdc26a4b16f042afb279"
6464
}

src/links/lib/excluded-links.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,5 @@
110110
- is: https://www.facebook.com/policies/cookies/
111111
- is: https://help.fullstory.com/hc/en-us/articles/360020623394-GDPR-FAQs
112112
- is: https://collectd.org/documentation/manpages/collectd.conf.html#plugin-fhcount
113+
- is: https://mywiki.wooledge.org/BashPitfalls
114+
- startsWith: https://code.visualstudio.com/docs/configure/telemetry

src/rest/data/fpt-2022-11-28/schema.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -305522,20 +305522,6 @@
305522305522
"state": "open",
305523305523
"labels": [
305524305524
"bug"
305525-
],
305526-
"issue_field_values": [
305527-
{
305528-
"field_id": "123",
305529-
"value": "Critical"
305530-
},
305531-
{
305532-
"field_id": "456",
305533-
"value": 5
305534-
},
305535-
{
305536-
"field_id": "789",
305537-
"value": null
305538-
}
305539305525
]
305540305526
},
305541305527
"parameters": {

src/rest/data/ghec-2022-11-28/schema.json

Lines changed: 38 additions & 52 deletions
Large diffs are not rendered by default.

src/rest/data/ghes-3.14-2022-11-28/schema.json

Lines changed: 138 additions & 152 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)