Conversation

docs-bot

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.

@CopilotCopilot AI review requested due to automatic review settings June 17, 2025 00:45
@github locked as spam and limited conversation to collaborators Jun 17, 2025
@docs-botdocs-bot merged commit 6dc19a4 into main Jun 17, 2025
@github-actions-actions bot added the triageDo not begin working on this issue until triaged by the teamlabel Jun 17, 2025

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 pull request syncs updates from the public to the private repository, ensuring consistency in configuration hashes, API schemas, and permission definitions.

  • Updated SHA checksums in multiple config.json files
  • Corrected webhook and event descriptions across several schema.json versions
  • Added custom_properties and descriptionHTML fixes, new attestation endpoints, and markdown rendering permissions in various API definitions

Reviewed Changes

Copilot reviewed 132 out of 42 changed files in this pull request and generated no comments.

Show a summary per file
FileDescription
src/webhooks/lib/config.jsonUpdated SHA checksum
src/webhooks/data/ghes-*/schema.jsonCorrected webhook descriptions and cleaned up event descriptions
src/webhooks/data/{ghec,fpt}/schema.jsonAdded custom_properties definitions
src/rest/lib/config.jsonUpdated SHA checksum
src/rest/data/*/schema.jsonReordered and added descriptionHTML fields
src/rest/data/*/schema.jsonAdded new repository permission and default branch settings
src/-apps/lib/config.jsonUpdated SHA checksum
src/-apps/data/*/server-to-server-permissions.jsonAdded markdown rendering permissions
src/-apps/data/*/fine-grained-pat-permissions.jsonAdded markdown rendering permissions
src/-apps/data/*/{user-to-server,server-to-server}-rest.jsonIntroduced new attestation endpoints
src/audit-logs/lib/config.jsonUpdated SHA checksum
data/features/metered-ghe-ghas.ymlRemoved obsolete feature file
Comments suppressed due to low confidence (3)

data/features/metered-ghe-ghas.yml:1

  • This feature file has been deleted but may still be referenced elsewhere; ensure all references to metered-ghe-ghas.yml are removed or updated to prevent build or documentation errors.
-# Reference: 13369

src/rest/data/ghes-3.17-2022-11-28/schema.json:1367

  • [nitpick] The placement of descriptionHTML varies across endpoints; consider standardizing the field order (e.g., always place descriptionHTML after statusCodes) for consistency and easier schema generation.
"descriptionHTML": "<p>Lists repositories and their  Actions cache usage..."

src/-apps/data/ghec-2022-11-28/user-to-server-rest.json:3466

  • New attestation endpoints were added; consider adding or updating tests to cover list-attestations-by-bulk-subject-digests and the related deletion endpoints to ensure their behavior is validated.
"slug": "list-attestations-by-bulk-subject-digests",

Sign up for free to subscribe to this conversation on . Already have an account? Sign in.
triageDo not begin working on this issue until triaged by the team
None yet

Successfully merging this pull request may close these issues.

@docs-bot