Skip to content

Repo sync #38561

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 28, 2025
Merged

Repo sync #38561

merged 4 commits into from
May 28, 2025

Conversation

docs-bot
Copy link
Collaborator

This is an automated pull request to sync changes between the public and private repos.
Our bot will merge this pull request automatically.
To preserve continuity across repos, do not squash this pull request.

docs-bot and others added 4 commits May 27, 2025 20:41
…and teachers (#55805)

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: jules-p <19994093+jules-p@users.noreply.github.com>
Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com>
@Copilot Copilot AI review requested due to automatic review settings May 28, 2025 09:37
@github github locked as spam and limited conversation to collaborators May 28, 2025
@docs-bot docs-bot merged commit 032824b into main May 28, 2025
2 checks passed
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This automated sync updates configuration SHAs, enriches multiple schemas with a new digest field, expands registry type enums, adds a hide_secret query parameter, and adjusts a few markdown links for Copilot Pro.

  • Bumped sha values in several config.json files
  • Inserted digest fields across Webhooks and REST schemas and expanded registry_type enums
  • Added hide_secret query parameter and updated Markdown for redirect and Copilot Pro links

Reviewed Changes

Copilot reviewed 20 out of 20 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
src/webhooks/lib/config.json, src/rest/lib/config.json, src/github-apps/lib/config.json Updated "sha" to "6cde50ea96a7a5686a4670681356b3bb0eec899f"
src/webhooks/data/**/schema.json Added digest property (type string or null) before state in multiple GHES versions
src/rest/data/**/schema.json Added digest (type ["string","null"]), expanded registry_type enum, added hide_secret query param, and moved descriptionHTML into object
content/github-models/...workflow.md Introduced redirect_from for legacy URL
content/education/...teachers.md, students.md Updated Copilot link from free Copilot to free Copilot Pro and corrected link path

@@ -195827,6 +195827,12 @@
"description": "",
"isRequired": true
},
{
"type": "string or null",
Copy link
Preview

Copilot AI May 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new digest field has an empty description and uses a nonstandard "string or null" syntax. Consider adding a clear description and aligning the type declaration with the JSON Schema convention (e.g., "type": ["string", "null"]) for consistency across schemas.

Copilot uses AI. Check for mistakes.

@github-actions github-actions bot added the triage Do not begin working on this issue until triaged by the team label May 28, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
triage Do not begin working on this issue until triaged by the team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants