Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/changelog-prompt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
" - Did this PR add noteworthy changes to the GitHub docs? If so, you might want to publicize this by adding an entry to " +
"the [Docs changelog](https://github.com/github/docs-internal/blob/main/CHANGELOG.md).\n\n" +
"To do this, type `/changelog` in a new comment on this PR and complete the fields.\n\n" +
"A message will be posted to the **#docs-changelog** channel and a PR will be raised to update the [CHANGELOG.md](/CHANGELOG.md) file.";
"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.";

// Post the comment
await github.rest.issues.createComment({
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Docs changelog

**15 August 2025**

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.

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

<hr>

**12 August 2025**

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).
Expand Down
1 change: 0 additions & 1 deletion data/reusables/copilot/policies-for-dotcom.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
* **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:

* {% data variables.copilot.copilot_spaces %}. See [AUTOTITLE](/copilot/using-github-copilot/copilot-spaces/about-organizing-and-sharing-context-with-copilot-spaces).
* Repository custom instructions for {% data variables.copilot.copilot_code-review_short %}. See [AUTOTITLE](/copilot/concepts/about-customizing-github-copilot-chat-responses).
2 changes: 1 addition & 1 deletion src/github-apps/lib/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
"2022-11-28"
]
},
"sha": "75955297f987e9322203e4e24b6a9e42f83a70ea"
"sha": "fb6b326eb77747361ddffdc26a4b16f042afb279"
}
2 changes: 2 additions & 0 deletions src/links/lib/excluded-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,5 @@
- is: https://www.facebook.com/policies/cookies/
- is: https://help.fullstory.com/hc/en-us/articles/360020623394-GDPR-FAQs
- is: https://collectd.org/documentation/manpages/collectd.conf.html#plugin-fhcount
- is: https://mywiki.wooledge.org/BashPitfalls
- startsWith: https://code.visualstudio.com/docs/configure/telemetry
14 changes: 0 additions & 14 deletions src/rest/data/fpt-2022-11-28/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -305522,20 +305522,6 @@
"state": "open",
"labels": [
"bug"
],
"issue_field_values": [
{
"field_id": "123",
"value": "Critical"
},
{
"field_id": "456",
"value": 5
},
{
"field_id": "789",
"value": null
}
]
},
"parameters": {
Expand Down
90 changes: 38 additions & 52 deletions src/rest/data/ghec-2022-11-28/schema.json

Large diffs are not rendered by default.

290 changes: 138 additions & 152 deletions src/rest/data/ghes-3.14-2022-11-28/schema.json

Large diffs are not rendered by default.

Loading
Loading