From b03843c2cbad82659ed94c0f35cb852c9b32865a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 16:29:36 +0000 Subject: [PATCH 1/3] Bump js-yaml from 4.3.0 to 4.3.1 in the npm_and_yarn group across 1 directory (#62656) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kevin Heis --- package-lock.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2f745e57795d..948ba18976e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1171,9 +1171,9 @@ } }, "node_modules/@eslint/eslintrc/node_modules/js-yaml": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.0.tgz", - "integrity": "sha512-1td788aAnnZ5qs7V2QIRl1owjtYpbKt749Y3xauqQgwIIGF/xXWz1wMTEBx5O3LK3lXLVuqXPdPxj2BoFHaW9Q==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.1.tgz", + "integrity": "sha512-CY6crGq313MX8GkwvB7tzgp99vjQxY1++5y10/BKN/GUfHqWaOGQMNZkBvqSzsZKWk/ijwHlWzzkLulsGHhjWQ==", "dev": true, "funding": [ { @@ -1401,9 +1401,9 @@ } }, "node_modules/@gr2m/gray-matter/node_modules/js-yaml": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.0.tgz", - "integrity": "sha512-1td788aAnnZ5qs7V2QIRl1owjtYpbKt749Y3xauqQgwIIGF/xXWz1wMTEBx5O3LK3lXLVuqXPdPxj2BoFHaW9Q==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.1.tgz", + "integrity": "sha512-CY6crGq313MX8GkwvB7tzgp99vjQxY1++5y10/BKN/GUfHqWaOGQMNZkBvqSzsZKWk/ijwHlWzzkLulsGHhjWQ==", "funding": [ { "type": "github", @@ -10530,9 +10530,9 @@ } }, "node_modules/js-yaml": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.2.tgz", - "integrity": "sha512-dayzUzKkJ1MkuUtZglSebU43utNXH0OWQByK9rKOOuYIO8M5TV1y+n8ALMdG0rdzBnfNkOmZEqrURepb0ejqBw==", + "version": "5.2.3", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.3.tgz", + "integrity": "sha512-n+mUVyUX5bVv7G/G2zyIHOhdxfuU1dY2NOFzTQUWiMUbFss8b57NFlgCCaggU78wSw5KVS9cllzeLyzyR+n5nw==", "funding": [ { "type": "github", From e926e69d648dae42dc9bc95f02db0c1a165f0829 Mon Sep 17 00:00:00 2001 From: docs-bot <77750099+docs-bot@users.noreply.github.com> Date: Mon, 10 Aug 2026 16:46:00 +0000 Subject: [PATCH 2/3] GraphQL schema update (#62688) Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com> --- src/graphql/data/fpt/schema.docs.graphql | 310 ++++++++++++++++------ src/graphql/data/ghec/schema.docs.graphql | 310 ++++++++++++++++------ 2 files changed, 464 insertions(+), 156 deletions(-) diff --git a/src/graphql/data/fpt/schema.docs.graphql b/src/graphql/data/fpt/schema.docs.graphql index e737ed48db83..2052812d4932 100644 --- a/src/graphql/data/fpt/schema.docs.graphql +++ b/src/graphql/data/fpt/schema.docs.graphql @@ -5946,8 +5946,14 @@ input CommitAuthorEmailPatternParametersInput @docsCategory(name: "commits") { """ Represents a comment on a given Commit. """ -type CommitComment implements Comment & Deletable & Minimizable & Node & Reactable & RepositoryNode & Updatable & UpdatableComment - @docsCategory(name: "commits") { +type CommitComment implements Comment & + Deletable & + Minimizable & + Node & + Reactable & + RepositoryNode & + Updatable & + UpdatableComment @docsCategory(name: "commits") { """ The actor who authored the comment. """ @@ -12637,8 +12643,17 @@ type DisconnectedEvent implements Node @docsCategory(name: "issues") { """ A discussion in a repository. """ -type Discussion implements Closable & Comment & Deletable & Labelable & Lockable & Node & Reactable & RepositoryNode & Subscribable & Updatable & Votable - @docsCategory(name: "discussions") { +type Discussion implements Closable & + Comment & + Deletable & + Labelable & + Lockable & + Node & + Reactable & + RepositoryNode & + Subscribable & + Updatable & + Votable @docsCategory(name: "discussions") { """ Reason that the conversation was locked. """ @@ -13088,8 +13103,14 @@ enum DiscussionCloseReason @docsCategory(name: "discussions") { """ A comment on a discussion. """ -type DiscussionComment implements Comment & Deletable & Minimizable & Node & Reactable & Updatable & UpdatableComment & Votable - @docsCategory(name: "discussions") { +type DiscussionComment implements Comment & + Deletable & + Minimizable & + Node & + Reactable & + Updatable & + UpdatableComment & + Votable @docsCategory(name: "discussions") { """ The actor who authored the comment. """ @@ -19900,8 +19921,21 @@ enum IpAllowListUserLevelEnforcementEnabledSettingValue @docsCategory(name: "ent """ An Issue is a place to discuss ideas, enhancements, tasks, and bugs for a project. """ -type Issue implements Assignable & Closable & Comment & Deletable & Labelable & Lockable & Node & ProjectV2Owner & Reactable & RepositoryNode & Subscribable & SubscribableThread & UniformResourceLocatable & Updatable & UpdatableComment - @docsCategory(name: "issues") { +type Issue implements Assignable & + Closable & + Comment & + Deletable & + Labelable & + Lockable & + Node & + ProjectV2Owner & + Reactable & + RepositoryNode & + Subscribable & + SubscribableThread & + UniformResourceLocatable & + Updatable & + UpdatableComment @docsCategory(name: "issues") { """ Reason that the conversation was locked. """ @@ -20885,8 +20919,15 @@ enum IssueClosedStateReason @docsCategory(name: "issues") { """ Represents a comment on an Issue. """ -type IssueComment implements Comment & Deletable & Minimizable & Node & Pinnable & Reactable & RepositoryNode & Updatable & UpdatableComment - @docsCategory(name: "issues") { +type IssueComment implements Comment & + Deletable & + Minimizable & + Node & + Pinnable & + Reactable & + RepositoryNode & + Updatable & + UpdatableComment @docsCategory(name: "issues") { """ The actor who authored the comment. """ @@ -25096,8 +25137,10 @@ interface MemberStatusable @docsCategory(name: "users") { """ Audit log entry for a members_can_delete_repos.clear event. """ -type MembersCanDeleteReposClearAuditEntry implements AuditEntry & EnterpriseAuditEntryData & Node & OrganizationAuditEntryData - @docsCategory(name: "enterprise-admin") { +type MembersCanDeleteReposClearAuditEntry implements AuditEntry & + EnterpriseAuditEntryData & + Node & + OrganizationAuditEntryData @docsCategory(name: "enterprise-admin") { """ The action name """ @@ -25258,8 +25301,10 @@ type MembersCanDeleteReposClearAuditEntry implements AuditEntry & EnterpriseAudi """ Audit log entry for a members_can_delete_repos.disable event. """ -type MembersCanDeleteReposDisableAuditEntry implements AuditEntry & EnterpriseAuditEntryData & Node & OrganizationAuditEntryData - @docsCategory(name: "enterprise-admin") { +type MembersCanDeleteReposDisableAuditEntry implements AuditEntry & + EnterpriseAuditEntryData & + Node & + OrganizationAuditEntryData @docsCategory(name: "enterprise-admin") { """ The action name """ @@ -25420,8 +25465,10 @@ type MembersCanDeleteReposDisableAuditEntry implements AuditEntry & EnterpriseAu """ Audit log entry for a members_can_delete_repos.enable event. """ -type MembersCanDeleteReposEnableAuditEntry implements AuditEntry & EnterpriseAuditEntryData & Node & OrganizationAuditEntryData - @docsCategory(name: "enterprise-admin") { +type MembersCanDeleteReposEnableAuditEntry implements AuditEntry & + EnterpriseAuditEntryData & + Node & + OrganizationAuditEntryData @docsCategory(name: "enterprise-admin") { """ The action name """ @@ -29952,8 +29999,10 @@ interface OauthApplicationAuditEntryData @docsCategory(name: "apps") { """ Audit log entry for a oauth_application.create event. """ -type OauthApplicationCreateAuditEntry implements AuditEntry & Node & OauthApplicationAuditEntryData & OrganizationAuditEntryData - @docsCategory(name: "enterprise-admin") { +type OauthApplicationCreateAuditEntry implements AuditEntry & + Node & + OauthApplicationAuditEntryData & + OrganizationAuditEntryData @docsCategory(name: "enterprise-admin") { """ The action name """ @@ -32494,8 +32543,10 @@ type OrgInviteToBusinessAuditEntry implements AuditEntry & EnterpriseAuditEntryD """ Audit log entry for a org.oauth_app_access_approved event. """ -type OrgOauthAppAccessApprovedAuditEntry implements AuditEntry & Node & OauthApplicationAuditEntryData & OrganizationAuditEntryData - @docsCategory(name: "orgs") { +type OrgOauthAppAccessApprovedAuditEntry implements AuditEntry & + Node & + OauthApplicationAuditEntryData & + OrganizationAuditEntryData @docsCategory(name: "orgs") { """ The action name """ @@ -32656,8 +32707,10 @@ type OrgOauthAppAccessApprovedAuditEntry implements AuditEntry & Node & OauthApp """ Audit log entry for a org.oauth_app_access_blocked event. """ -type OrgOauthAppAccessBlockedAuditEntry implements AuditEntry & Node & OauthApplicationAuditEntryData & OrganizationAuditEntryData - @docsCategory(name: "orgs") { +type OrgOauthAppAccessBlockedAuditEntry implements AuditEntry & + Node & + OauthApplicationAuditEntryData & + OrganizationAuditEntryData @docsCategory(name: "orgs") { """ The action name """ @@ -32818,8 +32871,10 @@ type OrgOauthAppAccessBlockedAuditEntry implements AuditEntry & Node & OauthAppl """ Audit log entry for a org.oauth_app_access_denied event. """ -type OrgOauthAppAccessDeniedAuditEntry implements AuditEntry & Node & OauthApplicationAuditEntryData & OrganizationAuditEntryData - @docsCategory(name: "orgs") { +type OrgOauthAppAccessDeniedAuditEntry implements AuditEntry & + Node & + OauthApplicationAuditEntryData & + OrganizationAuditEntryData @docsCategory(name: "orgs") { """ The action name """ @@ -32980,8 +33035,10 @@ type OrgOauthAppAccessDeniedAuditEntry implements AuditEntry & Node & OauthAppli """ Audit log entry for a org.oauth_app_access_requested event. """ -type OrgOauthAppAccessRequestedAuditEntry implements AuditEntry & Node & OauthApplicationAuditEntryData & OrganizationAuditEntryData - @docsCategory(name: "orgs") { +type OrgOauthAppAccessRequestedAuditEntry implements AuditEntry & + Node & + OauthApplicationAuditEntryData & + OrganizationAuditEntryData @docsCategory(name: "orgs") { """ The action name """ @@ -33142,8 +33199,10 @@ type OrgOauthAppAccessRequestedAuditEntry implements AuditEntry & Node & OauthAp """ Audit log entry for a org.oauth_app_access_unblocked event. """ -type OrgOauthAppAccessUnblockedAuditEntry implements AuditEntry & Node & OauthApplicationAuditEntryData & OrganizationAuditEntryData - @docsCategory(name: "orgs") { +type OrgOauthAppAccessUnblockedAuditEntry implements AuditEntry & + Node & + OauthApplicationAuditEntryData & + OrganizationAuditEntryData @docsCategory(name: "orgs") { """ The action name """ @@ -35118,8 +35177,19 @@ type OrgUpdateMemberRepositoryInvitationPermissionAuditEntry implements AuditEnt """ An account on GitHub, with one or more owners, that has repositories, members and teams. """ -type Organization implements Actor & MemberStatusable & Node & PackageOwner & ProfileOwner & ProjectOwner & ProjectV2Owner & ProjectV2Recent & RepositoryDiscussionAuthor & RepositoryDiscussionCommentAuthor & RepositoryOwner & Sponsorable & UniformResourceLocatable - @docsCategory(name: "orgs") { +type Organization implements Actor & + MemberStatusable & + Node & + PackageOwner & + ProfileOwner & + ProjectOwner & + ProjectV2Owner & + ProjectV2Recent & + RepositoryDiscussionAuthor & + RepositoryDiscussionCommentAuthor & + RepositoryOwner & + Sponsorable & + UniformResourceLocatable @docsCategory(name: "orgs") { """ The announcement banner set on this organization, if any. Only visible to members of the organization's enterprise. """ @@ -39068,8 +39138,11 @@ scalar PreciseDateTime """ Audit log entry for a private_repository_forking.disable event. """ -type PrivateRepositoryForkingDisableAuditEntry implements AuditEntry & EnterpriseAuditEntryData & Node & OrganizationAuditEntryData & RepositoryAuditEntryData - @docsCategory(name: "enterprise-admin") { +type PrivateRepositoryForkingDisableAuditEntry implements AuditEntry & + EnterpriseAuditEntryData & + Node & + OrganizationAuditEntryData & + RepositoryAuditEntryData @docsCategory(name: "enterprise-admin") { """ The action name """ @@ -39250,8 +39323,11 @@ type PrivateRepositoryForkingDisableAuditEntry implements AuditEntry & Enterpris """ Audit log entry for a private_repository_forking.enable event. """ -type PrivateRepositoryForkingEnableAuditEntry implements AuditEntry & EnterpriseAuditEntryData & Node & OrganizationAuditEntryData & RepositoryAuditEntryData - @docsCategory(name: "enterprise-admin") { +type PrivateRepositoryForkingEnableAuditEntry implements AuditEntry & + EnterpriseAuditEntryData & + Node & + OrganizationAuditEntryData & + RepositoryAuditEntryData @docsCategory(name: "enterprise-admin") { """ The action name """ @@ -43891,8 +43967,19 @@ type PublishSponsorsTierPayload { """ A repository pull request. """ -type PullRequest implements Assignable & Closable & Comment & Labelable & Lockable & Node & ProjectV2Owner & Reactable & RepositoryNode & Subscribable & UniformResourceLocatable & Updatable & UpdatableComment - @docsCategory(name: "pulls") { +type PullRequest implements Assignable & + Closable & + Comment & + Labelable & + Lockable & + Node & + ProjectV2Owner & + Reactable & + RepositoryNode & + Subscribable & + UniformResourceLocatable & + Updatable & + UpdatableComment @docsCategory(name: "pulls") { """ Reason that the conversation was locked. """ @@ -45539,8 +45626,14 @@ input PullRequestParametersInput @docsCategory(name: "pulls") { """ A review object for a given pull request. """ -type PullRequestReview implements Comment & Deletable & Minimizable & Node & Reactable & RepositoryNode & Updatable & UpdatableComment - @docsCategory(name: "pulls") { +type PullRequestReview implements Comment & + Deletable & + Minimizable & + Node & + Reactable & + RepositoryNode & + Updatable & + UpdatableComment @docsCategory(name: "pulls") { """ The actor who authored the comment. """ @@ -45826,8 +45919,14 @@ type PullRequestReview implements Comment & Deletable & Minimizable & Node & Rea """ A review comment associated with a given repository pull request. """ -type PullRequestReviewComment implements Comment & Deletable & Minimizable & Node & Reactable & RepositoryNode & Updatable & UpdatableComment - @docsCategory(name: "pulls") { +type PullRequestReviewComment implements Comment & + Deletable & + Minimizable & + Node & + Reactable & + RepositoryNode & + Updatable & + UpdatableComment @docsCategory(name: "pulls") { """ The actor who authored the comment. """ @@ -50775,8 +50874,11 @@ enum RepoAddMemberAuditEntryVisibility @docsCategory(name: "repos") { """ Audit log entry for a repo.add_topic event. """ -type RepoAddTopicAuditEntry implements AuditEntry & Node & OrganizationAuditEntryData & RepositoryAuditEntryData & TopicAuditEntryData - @docsCategory(name: "repos") { +type RepoAddTopicAuditEntry implements AuditEntry & + Node & + OrganizationAuditEntryData & + RepositoryAuditEntryData & + TopicAuditEntryData @docsCategory(name: "repos") { """ The action name """ @@ -51147,8 +51249,10 @@ enum RepoArchivedAuditEntryVisibility @docsCategory(name: "repos") { """ Audit log entry for a repo.change_merge_setting event. """ -type RepoChangeMergeSettingAuditEntry implements AuditEntry & Node & OrganizationAuditEntryData & RepositoryAuditEntryData - @docsCategory(name: "repos") { +type RepoChangeMergeSettingAuditEntry implements AuditEntry & + Node & + OrganizationAuditEntryData & + RepositoryAuditEntryData @docsCategory(name: "repos") { """ The action name """ @@ -51350,8 +51454,10 @@ enum RepoChangeMergeSettingAuditEntryMergeType @docsCategory(name: "repos") { """ Audit log entry for a repo.config.disable_anonymous_git_access event. """ -type RepoConfigDisableAnonymousGitAccessAuditEntry implements AuditEntry & Node & OrganizationAuditEntryData & RepositoryAuditEntryData - @docsCategory(name: "enterprise-admin") { +type RepoConfigDisableAnonymousGitAccessAuditEntry implements AuditEntry & + Node & + OrganizationAuditEntryData & + RepositoryAuditEntryData @docsCategory(name: "enterprise-admin") { """ The action name """ @@ -51517,8 +51623,10 @@ type RepoConfigDisableAnonymousGitAccessAuditEntry implements AuditEntry & Node """ Audit log entry for a repo.config.disable_collaborators_only event. """ -type RepoConfigDisableCollaboratorsOnlyAuditEntry implements AuditEntry & Node & OrganizationAuditEntryData & RepositoryAuditEntryData - @docsCategory(name: "enterprise-admin") { +type RepoConfigDisableCollaboratorsOnlyAuditEntry implements AuditEntry & + Node & + OrganizationAuditEntryData & + RepositoryAuditEntryData @docsCategory(name: "enterprise-admin") { """ The action name """ @@ -51684,8 +51792,10 @@ type RepoConfigDisableCollaboratorsOnlyAuditEntry implements AuditEntry & Node & """ Audit log entry for a repo.config.disable_contributors_only event. """ -type RepoConfigDisableContributorsOnlyAuditEntry implements AuditEntry & Node & OrganizationAuditEntryData & RepositoryAuditEntryData - @docsCategory(name: "enterprise-admin") { +type RepoConfigDisableContributorsOnlyAuditEntry implements AuditEntry & + Node & + OrganizationAuditEntryData & + RepositoryAuditEntryData @docsCategory(name: "enterprise-admin") { """ The action name """ @@ -51851,8 +51961,10 @@ type RepoConfigDisableContributorsOnlyAuditEntry implements AuditEntry & Node & """ Audit log entry for a repo.config.disable_sockpuppet_disallowed event. """ -type RepoConfigDisableSockpuppetDisallowedAuditEntry implements AuditEntry & Node & OrganizationAuditEntryData & RepositoryAuditEntryData - @docsCategory(name: "enterprise-admin") { +type RepoConfigDisableSockpuppetDisallowedAuditEntry implements AuditEntry & + Node & + OrganizationAuditEntryData & + RepositoryAuditEntryData @docsCategory(name: "enterprise-admin") { """ The action name """ @@ -52018,8 +52130,10 @@ type RepoConfigDisableSockpuppetDisallowedAuditEntry implements AuditEntry & Nod """ Audit log entry for a repo.config.enable_anonymous_git_access event. """ -type RepoConfigEnableAnonymousGitAccessAuditEntry implements AuditEntry & Node & OrganizationAuditEntryData & RepositoryAuditEntryData - @docsCategory(name: "enterprise-admin") { +type RepoConfigEnableAnonymousGitAccessAuditEntry implements AuditEntry & + Node & + OrganizationAuditEntryData & + RepositoryAuditEntryData @docsCategory(name: "enterprise-admin") { """ The action name """ @@ -52185,8 +52299,10 @@ type RepoConfigEnableAnonymousGitAccessAuditEntry implements AuditEntry & Node & """ Audit log entry for a repo.config.enable_collaborators_only event. """ -type RepoConfigEnableCollaboratorsOnlyAuditEntry implements AuditEntry & Node & OrganizationAuditEntryData & RepositoryAuditEntryData - @docsCategory(name: "enterprise-admin") { +type RepoConfigEnableCollaboratorsOnlyAuditEntry implements AuditEntry & + Node & + OrganizationAuditEntryData & + RepositoryAuditEntryData @docsCategory(name: "enterprise-admin") { """ The action name """ @@ -52352,8 +52468,10 @@ type RepoConfigEnableCollaboratorsOnlyAuditEntry implements AuditEntry & Node & """ Audit log entry for a repo.config.enable_contributors_only event. """ -type RepoConfigEnableContributorsOnlyAuditEntry implements AuditEntry & Node & OrganizationAuditEntryData & RepositoryAuditEntryData - @docsCategory(name: "enterprise-admin") { +type RepoConfigEnableContributorsOnlyAuditEntry implements AuditEntry & + Node & + OrganizationAuditEntryData & + RepositoryAuditEntryData @docsCategory(name: "enterprise-admin") { """ The action name """ @@ -52519,8 +52637,10 @@ type RepoConfigEnableContributorsOnlyAuditEntry implements AuditEntry & Node & O """ Audit log entry for a repo.config.enable_sockpuppet_disallowed event. """ -type RepoConfigEnableSockpuppetDisallowedAuditEntry implements AuditEntry & Node & OrganizationAuditEntryData & RepositoryAuditEntryData - @docsCategory(name: "enterprise-admin") { +type RepoConfigEnableSockpuppetDisallowedAuditEntry implements AuditEntry & + Node & + OrganizationAuditEntryData & + RepositoryAuditEntryData @docsCategory(name: "enterprise-admin") { """ The action name """ @@ -52686,8 +52806,10 @@ type RepoConfigEnableSockpuppetDisallowedAuditEntry implements AuditEntry & Node """ Audit log entry for a repo.config.lock_anonymous_git_access event. """ -type RepoConfigLockAnonymousGitAccessAuditEntry implements AuditEntry & Node & OrganizationAuditEntryData & RepositoryAuditEntryData - @docsCategory(name: "enterprise-admin") { +type RepoConfigLockAnonymousGitAccessAuditEntry implements AuditEntry & + Node & + OrganizationAuditEntryData & + RepositoryAuditEntryData @docsCategory(name: "enterprise-admin") { """ The action name """ @@ -52853,8 +52975,10 @@ type RepoConfigLockAnonymousGitAccessAuditEntry implements AuditEntry & Node & O """ Audit log entry for a repo.config.unlock_anonymous_git_access event. """ -type RepoConfigUnlockAnonymousGitAccessAuditEntry implements AuditEntry & Node & OrganizationAuditEntryData & RepositoryAuditEntryData - @docsCategory(name: "enterprise-admin") { +type RepoConfigUnlockAnonymousGitAccessAuditEntry implements AuditEntry & + Node & + OrganizationAuditEntryData & + RepositoryAuditEntryData @docsCategory(name: "enterprise-admin") { """ The action name """ @@ -53621,8 +53745,11 @@ enum RepoRemoveMemberAuditEntryVisibility @docsCategory(name: "repos") { """ Audit log entry for a repo.remove_topic event. """ -type RepoRemoveTopicAuditEntry implements AuditEntry & Node & OrganizationAuditEntryData & RepositoryAuditEntryData & TopicAuditEntryData - @docsCategory(name: "repos") { +type RepoRemoveTopicAuditEntry implements AuditEntry & + Node & + OrganizationAuditEntryData & + RepositoryAuditEntryData & + TopicAuditEntryData @docsCategory(name: "repos") { """ The action name """ @@ -53838,8 +53965,14 @@ enum ReportedContentClassifiers @docsCategory(name: "meta") { """ A repository contains the content for a project. """ -type Repository implements Node & PackageOwner & ProjectOwner & ProjectV2Recent & RepositoryInfo & Starrable & Subscribable & UniformResourceLocatable - @docsCategory(name: "repos") { +type Repository implements Node & + PackageOwner & + ProjectOwner & + ProjectV2Recent & + RepositoryInfo & + Starrable & + Subscribable & + UniformResourceLocatable @docsCategory(name: "repos") { """ Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging. @@ -57947,8 +58080,10 @@ enum RepositoryVisibility @docsCategory(name: "repos") { """ Audit log entry for a repository_visibility_change.disable event. """ -type RepositoryVisibilityChangeDisableAuditEntry implements AuditEntry & EnterpriseAuditEntryData & Node & OrganizationAuditEntryData - @docsCategory(name: "enterprise-admin") { +type RepositoryVisibilityChangeDisableAuditEntry implements AuditEntry & + EnterpriseAuditEntryData & + Node & + OrganizationAuditEntryData @docsCategory(name: "enterprise-admin") { """ The action name """ @@ -58109,8 +58244,10 @@ type RepositoryVisibilityChangeDisableAuditEntry implements AuditEntry & Enterpr """ Audit log entry for a repository_visibility_change.enable event. """ -type RepositoryVisibilityChangeEnableAuditEntry implements AuditEntry & EnterpriseAuditEntryData & Node & OrganizationAuditEntryData - @docsCategory(name: "enterprise-admin") { +type RepositoryVisibilityChangeEnableAuditEntry implements AuditEntry & + EnterpriseAuditEntryData & + Node & + OrganizationAuditEntryData @docsCategory(name: "enterprise-admin") { """ The action name """ @@ -65481,8 +65618,11 @@ type TeamAddMemberAuditEntry implements AuditEntry & Node & OrganizationAuditEnt """ Audit log entry for a team.add_repository event. """ -type TeamAddRepositoryAuditEntry implements AuditEntry & Node & OrganizationAuditEntryData & RepositoryAuditEntryData & TeamAuditEntryData - @docsCategory(name: "teams") { +type TeamAddRepositoryAuditEntry implements AuditEntry & + Node & + OrganizationAuditEntryData & + RepositoryAuditEntryData & + TeamAuditEntryData @docsCategory(name: "teams") { """ The action name """ @@ -66326,8 +66466,11 @@ type TeamRemoveMemberAuditEntry implements AuditEntry & Node & OrganizationAudit """ Audit log entry for a team.remove_repository event. """ -type TeamRemoveRepositoryAuditEntry implements AuditEntry & Node & OrganizationAuditEntryData & RepositoryAuditEntryData & TeamAuditEntryData - @docsCategory(name: "teams") { +type TeamRemoveRepositoryAuditEntry implements AuditEntry & + Node & + OrganizationAuditEntryData & + RepositoryAuditEntryData & + TeamAuditEntryData @docsCategory(name: "teams") { """ The action name """ @@ -71373,8 +71516,19 @@ type UpdateUserListsForItemPayload { """ A user is an individual's account on GitHub that owns repositories and can make new content. """ -type User implements Actor & Agentic & Node & PackageOwner & ProfileOwner & ProjectOwner & ProjectV2Owner & ProjectV2Recent & RepositoryDiscussionAuthor & RepositoryDiscussionCommentAuthor & RepositoryOwner & Sponsorable & UniformResourceLocatable - @docsCategory(name: "users") { +type User implements Actor & + Agentic & + Node & + PackageOwner & + ProfileOwner & + ProjectOwner & + ProjectV2Owner & + ProjectV2Recent & + RepositoryDiscussionAuthor & + RepositoryDiscussionCommentAuthor & + RepositoryOwner & + Sponsorable & + UniformResourceLocatable @docsCategory(name: "users") { """ Determine if this repository owner has any items that can be pinned to their profile. """ diff --git a/src/graphql/data/ghec/schema.docs.graphql b/src/graphql/data/ghec/schema.docs.graphql index e737ed48db83..2052812d4932 100644 --- a/src/graphql/data/ghec/schema.docs.graphql +++ b/src/graphql/data/ghec/schema.docs.graphql @@ -5946,8 +5946,14 @@ input CommitAuthorEmailPatternParametersInput @docsCategory(name: "commits") { """ Represents a comment on a given Commit. """ -type CommitComment implements Comment & Deletable & Minimizable & Node & Reactable & RepositoryNode & Updatable & UpdatableComment - @docsCategory(name: "commits") { +type CommitComment implements Comment & + Deletable & + Minimizable & + Node & + Reactable & + RepositoryNode & + Updatable & + UpdatableComment @docsCategory(name: "commits") { """ The actor who authored the comment. """ @@ -12637,8 +12643,17 @@ type DisconnectedEvent implements Node @docsCategory(name: "issues") { """ A discussion in a repository. """ -type Discussion implements Closable & Comment & Deletable & Labelable & Lockable & Node & Reactable & RepositoryNode & Subscribable & Updatable & Votable - @docsCategory(name: "discussions") { +type Discussion implements Closable & + Comment & + Deletable & + Labelable & + Lockable & + Node & + Reactable & + RepositoryNode & + Subscribable & + Updatable & + Votable @docsCategory(name: "discussions") { """ Reason that the conversation was locked. """ @@ -13088,8 +13103,14 @@ enum DiscussionCloseReason @docsCategory(name: "discussions") { """ A comment on a discussion. """ -type DiscussionComment implements Comment & Deletable & Minimizable & Node & Reactable & Updatable & UpdatableComment & Votable - @docsCategory(name: "discussions") { +type DiscussionComment implements Comment & + Deletable & + Minimizable & + Node & + Reactable & + Updatable & + UpdatableComment & + Votable @docsCategory(name: "discussions") { """ The actor who authored the comment. """ @@ -19900,8 +19921,21 @@ enum IpAllowListUserLevelEnforcementEnabledSettingValue @docsCategory(name: "ent """ An Issue is a place to discuss ideas, enhancements, tasks, and bugs for a project. """ -type Issue implements Assignable & Closable & Comment & Deletable & Labelable & Lockable & Node & ProjectV2Owner & Reactable & RepositoryNode & Subscribable & SubscribableThread & UniformResourceLocatable & Updatable & UpdatableComment - @docsCategory(name: "issues") { +type Issue implements Assignable & + Closable & + Comment & + Deletable & + Labelable & + Lockable & + Node & + ProjectV2Owner & + Reactable & + RepositoryNode & + Subscribable & + SubscribableThread & + UniformResourceLocatable & + Updatable & + UpdatableComment @docsCategory(name: "issues") { """ Reason that the conversation was locked. """ @@ -20885,8 +20919,15 @@ enum IssueClosedStateReason @docsCategory(name: "issues") { """ Represents a comment on an Issue. """ -type IssueComment implements Comment & Deletable & Minimizable & Node & Pinnable & Reactable & RepositoryNode & Updatable & UpdatableComment - @docsCategory(name: "issues") { +type IssueComment implements Comment & + Deletable & + Minimizable & + Node & + Pinnable & + Reactable & + RepositoryNode & + Updatable & + UpdatableComment @docsCategory(name: "issues") { """ The actor who authored the comment. """ @@ -25096,8 +25137,10 @@ interface MemberStatusable @docsCategory(name: "users") { """ Audit log entry for a members_can_delete_repos.clear event. """ -type MembersCanDeleteReposClearAuditEntry implements AuditEntry & EnterpriseAuditEntryData & Node & OrganizationAuditEntryData - @docsCategory(name: "enterprise-admin") { +type MembersCanDeleteReposClearAuditEntry implements AuditEntry & + EnterpriseAuditEntryData & + Node & + OrganizationAuditEntryData @docsCategory(name: "enterprise-admin") { """ The action name """ @@ -25258,8 +25301,10 @@ type MembersCanDeleteReposClearAuditEntry implements AuditEntry & EnterpriseAudi """ Audit log entry for a members_can_delete_repos.disable event. """ -type MembersCanDeleteReposDisableAuditEntry implements AuditEntry & EnterpriseAuditEntryData & Node & OrganizationAuditEntryData - @docsCategory(name: "enterprise-admin") { +type MembersCanDeleteReposDisableAuditEntry implements AuditEntry & + EnterpriseAuditEntryData & + Node & + OrganizationAuditEntryData @docsCategory(name: "enterprise-admin") { """ The action name """ @@ -25420,8 +25465,10 @@ type MembersCanDeleteReposDisableAuditEntry implements AuditEntry & EnterpriseAu """ Audit log entry for a members_can_delete_repos.enable event. """ -type MembersCanDeleteReposEnableAuditEntry implements AuditEntry & EnterpriseAuditEntryData & Node & OrganizationAuditEntryData - @docsCategory(name: "enterprise-admin") { +type MembersCanDeleteReposEnableAuditEntry implements AuditEntry & + EnterpriseAuditEntryData & + Node & + OrganizationAuditEntryData @docsCategory(name: "enterprise-admin") { """ The action name """ @@ -29952,8 +29999,10 @@ interface OauthApplicationAuditEntryData @docsCategory(name: "apps") { """ Audit log entry for a oauth_application.create event. """ -type OauthApplicationCreateAuditEntry implements AuditEntry & Node & OauthApplicationAuditEntryData & OrganizationAuditEntryData - @docsCategory(name: "enterprise-admin") { +type OauthApplicationCreateAuditEntry implements AuditEntry & + Node & + OauthApplicationAuditEntryData & + OrganizationAuditEntryData @docsCategory(name: "enterprise-admin") { """ The action name """ @@ -32494,8 +32543,10 @@ type OrgInviteToBusinessAuditEntry implements AuditEntry & EnterpriseAuditEntryD """ Audit log entry for a org.oauth_app_access_approved event. """ -type OrgOauthAppAccessApprovedAuditEntry implements AuditEntry & Node & OauthApplicationAuditEntryData & OrganizationAuditEntryData - @docsCategory(name: "orgs") { +type OrgOauthAppAccessApprovedAuditEntry implements AuditEntry & + Node & + OauthApplicationAuditEntryData & + OrganizationAuditEntryData @docsCategory(name: "orgs") { """ The action name """ @@ -32656,8 +32707,10 @@ type OrgOauthAppAccessApprovedAuditEntry implements AuditEntry & Node & OauthApp """ Audit log entry for a org.oauth_app_access_blocked event. """ -type OrgOauthAppAccessBlockedAuditEntry implements AuditEntry & Node & OauthApplicationAuditEntryData & OrganizationAuditEntryData - @docsCategory(name: "orgs") { +type OrgOauthAppAccessBlockedAuditEntry implements AuditEntry & + Node & + OauthApplicationAuditEntryData & + OrganizationAuditEntryData @docsCategory(name: "orgs") { """ The action name """ @@ -32818,8 +32871,10 @@ type OrgOauthAppAccessBlockedAuditEntry implements AuditEntry & Node & OauthAppl """ Audit log entry for a org.oauth_app_access_denied event. """ -type OrgOauthAppAccessDeniedAuditEntry implements AuditEntry & Node & OauthApplicationAuditEntryData & OrganizationAuditEntryData - @docsCategory(name: "orgs") { +type OrgOauthAppAccessDeniedAuditEntry implements AuditEntry & + Node & + OauthApplicationAuditEntryData & + OrganizationAuditEntryData @docsCategory(name: "orgs") { """ The action name """ @@ -32980,8 +33035,10 @@ type OrgOauthAppAccessDeniedAuditEntry implements AuditEntry & Node & OauthAppli """ Audit log entry for a org.oauth_app_access_requested event. """ -type OrgOauthAppAccessRequestedAuditEntry implements AuditEntry & Node & OauthApplicationAuditEntryData & OrganizationAuditEntryData - @docsCategory(name: "orgs") { +type OrgOauthAppAccessRequestedAuditEntry implements AuditEntry & + Node & + OauthApplicationAuditEntryData & + OrganizationAuditEntryData @docsCategory(name: "orgs") { """ The action name """ @@ -33142,8 +33199,10 @@ type OrgOauthAppAccessRequestedAuditEntry implements AuditEntry & Node & OauthAp """ Audit log entry for a org.oauth_app_access_unblocked event. """ -type OrgOauthAppAccessUnblockedAuditEntry implements AuditEntry & Node & OauthApplicationAuditEntryData & OrganizationAuditEntryData - @docsCategory(name: "orgs") { +type OrgOauthAppAccessUnblockedAuditEntry implements AuditEntry & + Node & + OauthApplicationAuditEntryData & + OrganizationAuditEntryData @docsCategory(name: "orgs") { """ The action name """ @@ -35118,8 +35177,19 @@ type OrgUpdateMemberRepositoryInvitationPermissionAuditEntry implements AuditEnt """ An account on GitHub, with one or more owners, that has repositories, members and teams. """ -type Organization implements Actor & MemberStatusable & Node & PackageOwner & ProfileOwner & ProjectOwner & ProjectV2Owner & ProjectV2Recent & RepositoryDiscussionAuthor & RepositoryDiscussionCommentAuthor & RepositoryOwner & Sponsorable & UniformResourceLocatable - @docsCategory(name: "orgs") { +type Organization implements Actor & + MemberStatusable & + Node & + PackageOwner & + ProfileOwner & + ProjectOwner & + ProjectV2Owner & + ProjectV2Recent & + RepositoryDiscussionAuthor & + RepositoryDiscussionCommentAuthor & + RepositoryOwner & + Sponsorable & + UniformResourceLocatable @docsCategory(name: "orgs") { """ The announcement banner set on this organization, if any. Only visible to members of the organization's enterprise. """ @@ -39068,8 +39138,11 @@ scalar PreciseDateTime """ Audit log entry for a private_repository_forking.disable event. """ -type PrivateRepositoryForkingDisableAuditEntry implements AuditEntry & EnterpriseAuditEntryData & Node & OrganizationAuditEntryData & RepositoryAuditEntryData - @docsCategory(name: "enterprise-admin") { +type PrivateRepositoryForkingDisableAuditEntry implements AuditEntry & + EnterpriseAuditEntryData & + Node & + OrganizationAuditEntryData & + RepositoryAuditEntryData @docsCategory(name: "enterprise-admin") { """ The action name """ @@ -39250,8 +39323,11 @@ type PrivateRepositoryForkingDisableAuditEntry implements AuditEntry & Enterpris """ Audit log entry for a private_repository_forking.enable event. """ -type PrivateRepositoryForkingEnableAuditEntry implements AuditEntry & EnterpriseAuditEntryData & Node & OrganizationAuditEntryData & RepositoryAuditEntryData - @docsCategory(name: "enterprise-admin") { +type PrivateRepositoryForkingEnableAuditEntry implements AuditEntry & + EnterpriseAuditEntryData & + Node & + OrganizationAuditEntryData & + RepositoryAuditEntryData @docsCategory(name: "enterprise-admin") { """ The action name """ @@ -43891,8 +43967,19 @@ type PublishSponsorsTierPayload { """ A repository pull request. """ -type PullRequest implements Assignable & Closable & Comment & Labelable & Lockable & Node & ProjectV2Owner & Reactable & RepositoryNode & Subscribable & UniformResourceLocatable & Updatable & UpdatableComment - @docsCategory(name: "pulls") { +type PullRequest implements Assignable & + Closable & + Comment & + Labelable & + Lockable & + Node & + ProjectV2Owner & + Reactable & + RepositoryNode & + Subscribable & + UniformResourceLocatable & + Updatable & + UpdatableComment @docsCategory(name: "pulls") { """ Reason that the conversation was locked. """ @@ -45539,8 +45626,14 @@ input PullRequestParametersInput @docsCategory(name: "pulls") { """ A review object for a given pull request. """ -type PullRequestReview implements Comment & Deletable & Minimizable & Node & Reactable & RepositoryNode & Updatable & UpdatableComment - @docsCategory(name: "pulls") { +type PullRequestReview implements Comment & + Deletable & + Minimizable & + Node & + Reactable & + RepositoryNode & + Updatable & + UpdatableComment @docsCategory(name: "pulls") { """ The actor who authored the comment. """ @@ -45826,8 +45919,14 @@ type PullRequestReview implements Comment & Deletable & Minimizable & Node & Rea """ A review comment associated with a given repository pull request. """ -type PullRequestReviewComment implements Comment & Deletable & Minimizable & Node & Reactable & RepositoryNode & Updatable & UpdatableComment - @docsCategory(name: "pulls") { +type PullRequestReviewComment implements Comment & + Deletable & + Minimizable & + Node & + Reactable & + RepositoryNode & + Updatable & + UpdatableComment @docsCategory(name: "pulls") { """ The actor who authored the comment. """ @@ -50775,8 +50874,11 @@ enum RepoAddMemberAuditEntryVisibility @docsCategory(name: "repos") { """ Audit log entry for a repo.add_topic event. """ -type RepoAddTopicAuditEntry implements AuditEntry & Node & OrganizationAuditEntryData & RepositoryAuditEntryData & TopicAuditEntryData - @docsCategory(name: "repos") { +type RepoAddTopicAuditEntry implements AuditEntry & + Node & + OrganizationAuditEntryData & + RepositoryAuditEntryData & + TopicAuditEntryData @docsCategory(name: "repos") { """ The action name """ @@ -51147,8 +51249,10 @@ enum RepoArchivedAuditEntryVisibility @docsCategory(name: "repos") { """ Audit log entry for a repo.change_merge_setting event. """ -type RepoChangeMergeSettingAuditEntry implements AuditEntry & Node & OrganizationAuditEntryData & RepositoryAuditEntryData - @docsCategory(name: "repos") { +type RepoChangeMergeSettingAuditEntry implements AuditEntry & + Node & + OrganizationAuditEntryData & + RepositoryAuditEntryData @docsCategory(name: "repos") { """ The action name """ @@ -51350,8 +51454,10 @@ enum RepoChangeMergeSettingAuditEntryMergeType @docsCategory(name: "repos") { """ Audit log entry for a repo.config.disable_anonymous_git_access event. """ -type RepoConfigDisableAnonymousGitAccessAuditEntry implements AuditEntry & Node & OrganizationAuditEntryData & RepositoryAuditEntryData - @docsCategory(name: "enterprise-admin") { +type RepoConfigDisableAnonymousGitAccessAuditEntry implements AuditEntry & + Node & + OrganizationAuditEntryData & + RepositoryAuditEntryData @docsCategory(name: "enterprise-admin") { """ The action name """ @@ -51517,8 +51623,10 @@ type RepoConfigDisableAnonymousGitAccessAuditEntry implements AuditEntry & Node """ Audit log entry for a repo.config.disable_collaborators_only event. """ -type RepoConfigDisableCollaboratorsOnlyAuditEntry implements AuditEntry & Node & OrganizationAuditEntryData & RepositoryAuditEntryData - @docsCategory(name: "enterprise-admin") { +type RepoConfigDisableCollaboratorsOnlyAuditEntry implements AuditEntry & + Node & + OrganizationAuditEntryData & + RepositoryAuditEntryData @docsCategory(name: "enterprise-admin") { """ The action name """ @@ -51684,8 +51792,10 @@ type RepoConfigDisableCollaboratorsOnlyAuditEntry implements AuditEntry & Node & """ Audit log entry for a repo.config.disable_contributors_only event. """ -type RepoConfigDisableContributorsOnlyAuditEntry implements AuditEntry & Node & OrganizationAuditEntryData & RepositoryAuditEntryData - @docsCategory(name: "enterprise-admin") { +type RepoConfigDisableContributorsOnlyAuditEntry implements AuditEntry & + Node & + OrganizationAuditEntryData & + RepositoryAuditEntryData @docsCategory(name: "enterprise-admin") { """ The action name """ @@ -51851,8 +51961,10 @@ type RepoConfigDisableContributorsOnlyAuditEntry implements AuditEntry & Node & """ Audit log entry for a repo.config.disable_sockpuppet_disallowed event. """ -type RepoConfigDisableSockpuppetDisallowedAuditEntry implements AuditEntry & Node & OrganizationAuditEntryData & RepositoryAuditEntryData - @docsCategory(name: "enterprise-admin") { +type RepoConfigDisableSockpuppetDisallowedAuditEntry implements AuditEntry & + Node & + OrganizationAuditEntryData & + RepositoryAuditEntryData @docsCategory(name: "enterprise-admin") { """ The action name """ @@ -52018,8 +52130,10 @@ type RepoConfigDisableSockpuppetDisallowedAuditEntry implements AuditEntry & Nod """ Audit log entry for a repo.config.enable_anonymous_git_access event. """ -type RepoConfigEnableAnonymousGitAccessAuditEntry implements AuditEntry & Node & OrganizationAuditEntryData & RepositoryAuditEntryData - @docsCategory(name: "enterprise-admin") { +type RepoConfigEnableAnonymousGitAccessAuditEntry implements AuditEntry & + Node & + OrganizationAuditEntryData & + RepositoryAuditEntryData @docsCategory(name: "enterprise-admin") { """ The action name """ @@ -52185,8 +52299,10 @@ type RepoConfigEnableAnonymousGitAccessAuditEntry implements AuditEntry & Node & """ Audit log entry for a repo.config.enable_collaborators_only event. """ -type RepoConfigEnableCollaboratorsOnlyAuditEntry implements AuditEntry & Node & OrganizationAuditEntryData & RepositoryAuditEntryData - @docsCategory(name: "enterprise-admin") { +type RepoConfigEnableCollaboratorsOnlyAuditEntry implements AuditEntry & + Node & + OrganizationAuditEntryData & + RepositoryAuditEntryData @docsCategory(name: "enterprise-admin") { """ The action name """ @@ -52352,8 +52468,10 @@ type RepoConfigEnableCollaboratorsOnlyAuditEntry implements AuditEntry & Node & """ Audit log entry for a repo.config.enable_contributors_only event. """ -type RepoConfigEnableContributorsOnlyAuditEntry implements AuditEntry & Node & OrganizationAuditEntryData & RepositoryAuditEntryData - @docsCategory(name: "enterprise-admin") { +type RepoConfigEnableContributorsOnlyAuditEntry implements AuditEntry & + Node & + OrganizationAuditEntryData & + RepositoryAuditEntryData @docsCategory(name: "enterprise-admin") { """ The action name """ @@ -52519,8 +52637,10 @@ type RepoConfigEnableContributorsOnlyAuditEntry implements AuditEntry & Node & O """ Audit log entry for a repo.config.enable_sockpuppet_disallowed event. """ -type RepoConfigEnableSockpuppetDisallowedAuditEntry implements AuditEntry & Node & OrganizationAuditEntryData & RepositoryAuditEntryData - @docsCategory(name: "enterprise-admin") { +type RepoConfigEnableSockpuppetDisallowedAuditEntry implements AuditEntry & + Node & + OrganizationAuditEntryData & + RepositoryAuditEntryData @docsCategory(name: "enterprise-admin") { """ The action name """ @@ -52686,8 +52806,10 @@ type RepoConfigEnableSockpuppetDisallowedAuditEntry implements AuditEntry & Node """ Audit log entry for a repo.config.lock_anonymous_git_access event. """ -type RepoConfigLockAnonymousGitAccessAuditEntry implements AuditEntry & Node & OrganizationAuditEntryData & RepositoryAuditEntryData - @docsCategory(name: "enterprise-admin") { +type RepoConfigLockAnonymousGitAccessAuditEntry implements AuditEntry & + Node & + OrganizationAuditEntryData & + RepositoryAuditEntryData @docsCategory(name: "enterprise-admin") { """ The action name """ @@ -52853,8 +52975,10 @@ type RepoConfigLockAnonymousGitAccessAuditEntry implements AuditEntry & Node & O """ Audit log entry for a repo.config.unlock_anonymous_git_access event. """ -type RepoConfigUnlockAnonymousGitAccessAuditEntry implements AuditEntry & Node & OrganizationAuditEntryData & RepositoryAuditEntryData - @docsCategory(name: "enterprise-admin") { +type RepoConfigUnlockAnonymousGitAccessAuditEntry implements AuditEntry & + Node & + OrganizationAuditEntryData & + RepositoryAuditEntryData @docsCategory(name: "enterprise-admin") { """ The action name """ @@ -53621,8 +53745,11 @@ enum RepoRemoveMemberAuditEntryVisibility @docsCategory(name: "repos") { """ Audit log entry for a repo.remove_topic event. """ -type RepoRemoveTopicAuditEntry implements AuditEntry & Node & OrganizationAuditEntryData & RepositoryAuditEntryData & TopicAuditEntryData - @docsCategory(name: "repos") { +type RepoRemoveTopicAuditEntry implements AuditEntry & + Node & + OrganizationAuditEntryData & + RepositoryAuditEntryData & + TopicAuditEntryData @docsCategory(name: "repos") { """ The action name """ @@ -53838,8 +53965,14 @@ enum ReportedContentClassifiers @docsCategory(name: "meta") { """ A repository contains the content for a project. """ -type Repository implements Node & PackageOwner & ProjectOwner & ProjectV2Recent & RepositoryInfo & Starrable & Subscribable & UniformResourceLocatable - @docsCategory(name: "repos") { +type Repository implements Node & + PackageOwner & + ProjectOwner & + ProjectV2Recent & + RepositoryInfo & + Starrable & + Subscribable & + UniformResourceLocatable @docsCategory(name: "repos") { """ Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging. @@ -57947,8 +58080,10 @@ enum RepositoryVisibility @docsCategory(name: "repos") { """ Audit log entry for a repository_visibility_change.disable event. """ -type RepositoryVisibilityChangeDisableAuditEntry implements AuditEntry & EnterpriseAuditEntryData & Node & OrganizationAuditEntryData - @docsCategory(name: "enterprise-admin") { +type RepositoryVisibilityChangeDisableAuditEntry implements AuditEntry & + EnterpriseAuditEntryData & + Node & + OrganizationAuditEntryData @docsCategory(name: "enterprise-admin") { """ The action name """ @@ -58109,8 +58244,10 @@ type RepositoryVisibilityChangeDisableAuditEntry implements AuditEntry & Enterpr """ Audit log entry for a repository_visibility_change.enable event. """ -type RepositoryVisibilityChangeEnableAuditEntry implements AuditEntry & EnterpriseAuditEntryData & Node & OrganizationAuditEntryData - @docsCategory(name: "enterprise-admin") { +type RepositoryVisibilityChangeEnableAuditEntry implements AuditEntry & + EnterpriseAuditEntryData & + Node & + OrganizationAuditEntryData @docsCategory(name: "enterprise-admin") { """ The action name """ @@ -65481,8 +65618,11 @@ type TeamAddMemberAuditEntry implements AuditEntry & Node & OrganizationAuditEnt """ Audit log entry for a team.add_repository event. """ -type TeamAddRepositoryAuditEntry implements AuditEntry & Node & OrganizationAuditEntryData & RepositoryAuditEntryData & TeamAuditEntryData - @docsCategory(name: "teams") { +type TeamAddRepositoryAuditEntry implements AuditEntry & + Node & + OrganizationAuditEntryData & + RepositoryAuditEntryData & + TeamAuditEntryData @docsCategory(name: "teams") { """ The action name """ @@ -66326,8 +66466,11 @@ type TeamRemoveMemberAuditEntry implements AuditEntry & Node & OrganizationAudit """ Audit log entry for a team.remove_repository event. """ -type TeamRemoveRepositoryAuditEntry implements AuditEntry & Node & OrganizationAuditEntryData & RepositoryAuditEntryData & TeamAuditEntryData - @docsCategory(name: "teams") { +type TeamRemoveRepositoryAuditEntry implements AuditEntry & + Node & + OrganizationAuditEntryData & + RepositoryAuditEntryData & + TeamAuditEntryData @docsCategory(name: "teams") { """ The action name """ @@ -71373,8 +71516,19 @@ type UpdateUserListsForItemPayload { """ A user is an individual's account on GitHub that owns repositories and can make new content. """ -type User implements Actor & Agentic & Node & PackageOwner & ProfileOwner & ProjectOwner & ProjectV2Owner & ProjectV2Recent & RepositoryDiscussionAuthor & RepositoryDiscussionCommentAuthor & RepositoryOwner & Sponsorable & UniformResourceLocatable - @docsCategory(name: "users") { +type User implements Actor & + Agentic & + Node & + PackageOwner & + ProfileOwner & + ProjectOwner & + ProjectV2Owner & + ProjectV2Recent & + RepositoryDiscussionAuthor & + RepositoryDiscussionCommentAuthor & + RepositoryOwner & + Sponsorable & + UniformResourceLocatable @docsCategory(name: "users") { """ Determine if this repository owner has any items that can be pinned to their profile. """ From f66a3182d7be73af127caf21b985333e8b102e03 Mon Sep 17 00:00:00 2001 From: docs-bot <77750099+docs-bot@users.noreply.github.com> Date: Mon, 10 Aug 2026 17:09:53 +0000 Subject: [PATCH 3/3] Fix [AUTOTITLE] ( link corruption in translation correction script (#62691) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- src/languages/lib/correct-translation-content.ts | 3 +++ src/languages/tests/correct-translation-content.ts | 3 +++ 2 files changed, 6 insertions(+) diff --git a/src/languages/lib/correct-translation-content.ts b/src/languages/lib/correct-translation-content.ts index 3aed65d7592d..6a09b387456b 100644 --- a/src/languages/lib/correct-translation-content.ts +++ b/src/languages/lib/correct-translation-content.ts @@ -2198,6 +2198,9 @@ export function correctTranslatedContentStrings( content = content.replaceAll('["AUTOTITLE]', '"[AUTOTITLE]') content = content.replaceAll('[ AUTOTITLE](', '[AUTOTITLE](') content = content.replaceAll('[ "AUTOTITLE](', '[AUTOTITLE](') + // Extra space between the closing `]` and opening `(` breaks the Markdown + // link so it renders as literal text instead of a hyperlink. + content = content.replaceAll('[AUTOTITLE] (', '[AUTOTITLE](') // Double-brace Liquid tag corruptions. content = content.replaceAll('{{% octicon', '{% octicon') diff --git a/src/languages/tests/correct-translation-content.ts b/src/languages/tests/correct-translation-content.ts index 81cc4cf4e994..2a5d338c93dd 100644 --- a/src/languages/tests/correct-translation-content.ts +++ b/src/languages/tests/correct-translation-content.ts @@ -1623,6 +1623,9 @@ describe('correctTranslatedContentStrings', () => { expect(fix('["AUTOTITLE](/path)', 'es')).toBe('"[AUTOTITLE](/path)') expect(fix('[ AUTOTITLE](/path)', 'es')).toBe('[AUTOTITLE](/path)') expect(fix('[ "AUTOTITLE](/path)', 'es')).toBe('[AUTOTITLE](/path)') + expect(fix('[AUTOTITLE] (/path)', 'es')).toBe('[AUTOTITLE](/path)') + // Already-correct input is left unchanged. + expect(fix('[AUTOTITLE](/path)', 'es')).toBe('[AUTOTITLE](/path)') }) test('fixes double-brace Liquid tag corruptions', () => {