Skip to content

Commit 358a5d0

Browse files
Action ran graphql script"update-files" (#18383)
1 parent 38ad333 commit 358a5d0

7 files changed

Lines changed: 14 additions & 3098 deletions

File tree

data/graphql/ghae/schema.docs-ghae.graphql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9264,7 +9264,7 @@ type EnterpriseRepositoryInfo implements Node {
92649264
id: ID!
92659265

92669266
"""
9267-
Identifies if the repository is private.
9267+
Identifies if the repository is private or internal.
92689268
"""
92699269
isPrivate: Boolean!
92709270

@@ -28422,7 +28422,7 @@ type Repository implements Node & ProjectOwner & RepositoryInfo & Starrable & Su
2842228422
isMirror: Boolean!
2842328423

2842428424
"""
28425-
Identifies if the repository is private.
28425+
Identifies if the repository is private or internal.
2842628426
"""
2842728427
isPrivate: Boolean!
2842828428

@@ -29491,7 +29491,7 @@ interface RepositoryInfo {
2949129491
isMirror: Boolean!
2949229492

2949329493
"""
29494-
Identifies if the repository is private.
29494+
Identifies if the repository is private or internal.
2949529495
"""
2949629496
isPrivate: Boolean!
2949729497

data/graphql/schema.docs.graphql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9665,7 +9665,7 @@ type EnterpriseRepositoryInfo implements Node {
96659665
id: ID!
96669666

96679667
"""
9668-
Identifies if the repository is private.
9668+
Identifies if the repository is private or internal.
96699669
"""
96709670
isPrivate: Boolean!
96719671

@@ -30546,7 +30546,7 @@ type Repository implements Node & PackageOwner & ProjectOwner & RepositoryInfo &
3054630546
isMirror: Boolean!
3054730547

3054830548
"""
30549-
Identifies if the repository is private.
30549+
Identifies if the repository is private or internal.
3055030550
"""
3055130551
isPrivate: Boolean!
3055230552

@@ -31655,7 +31655,7 @@ interface RepositoryInfo {
3165531655
isMirror: Boolean!
3165631656

3165731657
"""
31658-
Identifies if the repository is private.
31658+
Identifies if the repository is private or internal.
3165931659
"""
3166031660
isPrivate: Boolean!
3166131661

lib/graphql/static/prerendered-objects.json

Lines changed: 2 additions & 2142 deletions
Large diffs are not rendered by default.

lib/graphql/static/previews.json

Lines changed: 0 additions & 294 deletions
Original file line numberDiff line numberDiff line change
@@ -774,300 +774,6 @@
774774
"href": "/graphql/overview/schema-previews#team-review-assignments-preview"
775775
}
776776
],
777-
"ghes-2.20": [
778-
{
779-
"title": "GitHub packages preview",
780-
"description": "This preview adds support for objects relating to GitHub Packages.",
781-
"toggled_by": "packages-preview",
782-
"toggled_on": [
783-
"Package",
784-
"PackageFile",
785-
"PackageFileOrder",
786-
"PackageFileOrderField",
787-
"PackageOrder",
788-
"PackageOrderField",
789-
"PackageOwner",
790-
"PackageStatistics",
791-
"PackageTag",
792-
"PackageVersion",
793-
"PackageVersionOrder",
794-
"PackageVersionOrderField",
795-
"PackageVersionStatistics",
796-
"Organization.packages",
797-
"PackageMetadatum.packageVersion",
798-
"Repository.packages",
799-
"User.packages",
800-
"PackageConnection.nodes",
801-
"PackageFileConnection.nodes",
802-
"PackageTagConnection.nodes",
803-
"PackageVersionConnection.nodes",
804-
"PackageEdge.node",
805-
"PackageFileEdge.node",
806-
"PackageTagEdge.node",
807-
"PackageVersionEdge.node",
808-
"CreateRegistryPackageFilePayload.packageFile",
809-
"CreateRegistryPackageVersionMetadataPayload.packageVersion",
810-
"CreateRegistryPackageVersionPayload.packageVersion",
811-
"DeleteRegistryPackagePayload.package",
812-
"DeleteRegistryPackageTagPayload.package",
813-
"SetRegistryPackageTagPayload.package",
814-
"UpdateRegistryPackageFilePayload.packageFile",
815-
"UpdateRegistryPackageVersionPayload.packageVersion",
816-
"CreatePackageVersionPayload.packageVersion",
817-
"UpdatePackageVersionPayload.packageVersion",
818-
"CreatePackageFilePayload.packageFile",
819-
"UpdatePackageFilePayload.packageFile",
820-
"CreatePackageVersionMetadataPayload.packageVersion",
821-
"AddPackageTagPayload.package",
822-
"DeletePackageTagPayload.package"
823-
],
824-
"owning_teams": [
825-
"@github/pe-package-registry"
826-
],
827-
"accept_header": "application/vnd.github.packages-preview+json",
828-
"href": "/graphql/overview/schema-previews#github-packages-preview"
829-
},
830-
{
831-
"title": "Deployments preview",
832-
"description": "This preview adds support for deployments mutations and new deployments features.",
833-
"toggled_by": "flash-preview",
834-
"toggled_on": [
835-
"DeploymentStatus.environment",
836-
"Mutation.createDeploymentStatus",
837-
"Mutation.createDeployment"
838-
],
839-
"owning_teams": [
840-
"@github/ecosystem-api"
841-
],
842-
"accept_header": "application/vnd.github.flash-preview+json",
843-
"href": "/graphql/overview/schema-previews#deployments-preview"
844-
},
845-
{
846-
"title": "Draft pull requests preview",
847-
"description": "This preview adds support for draft pull requests.",
848-
"toggled_by": "shadow-cat-preview",
849-
"toggled_on": [
850-
"Mutation.markPullRequestReadyForReview",
851-
"CreatePullRequestInput.draft",
852-
"PullRequest.isDraft"
853-
],
854-
"owning_teams": [
855-
"@github/pe-pull-requests"
856-
],
857-
"accept_header": "application/vnd.github.shadow-cat-preview+json",
858-
"href": "/graphql/overview/schema-previews#draft-pull-requests-preview"
859-
},
860-
{
861-
"title": "Checks preview",
862-
"description": "This preview adds support for reading checks created by GitHub Apps.",
863-
"toggled_by": "antiope-preview",
864-
"toggled_on": [
865-
"CheckAnnotationRange",
866-
"CheckAnnotationPosition",
867-
"CheckAnnotationSpan",
868-
"CheckAnnotation",
869-
"CheckAnnotationConnection.nodes",
870-
"CheckAnnotationData",
871-
"CheckAnnotationEdge.node",
872-
"CheckAnnotationLevel",
873-
"CheckConclusionState",
874-
"CheckStatusState",
875-
"CheckSuiteAutoTriggerPreference",
876-
"CheckRun",
877-
"CheckRunConnection.nodes",
878-
"CheckRunEdge.node",
879-
"CheckRunAction",
880-
"CheckRunFilter",
881-
"CheckRunOutput",
882-
"CheckRunOutputImage",
883-
"CheckRunType",
884-
"CheckSuite",
885-
"CheckSuiteConnection.nodes",
886-
"CheckSuiteEdge.node",
887-
"CheckSuiteFilter",
888-
"Commit.checkSuites",
889-
"Mutation.createCheckRun",
890-
"Mutation.createCheckSuite",
891-
"Mutation.rerequestCheckSuite",
892-
"Mutation.updateCheckRun",
893-
"Mutation.updateCheckSuitePreferences",
894-
"Push",
895-
"RequestableCheckStatusState",
896-
"UpdateCheckSuitePayload.checkSuite"
897-
],
898-
"owning_teams": [
899-
"@github/ecosystem-primitives"
900-
],
901-
"accept_header": "application/vnd.github.antiope-preview+json",
902-
"href": "/graphql/overview/schema-previews#checks-preview"
903-
},
904-
{
905-
"title": "Merge info preview",
906-
"description": "This preview adds support for accessing fields that provide more detailed information about a pull request's merge state.",
907-
"toggled_by": "merge-info-preview",
908-
"toggled_on": [
909-
"PullRequest.canBeRebased",
910-
"PullRequest.mergeStateStatus"
911-
],
912-
"owning_teams": [
913-
"@github/pe-pull-requests"
914-
],
915-
"accept_header": "application/vnd.github.merge-info-preview+json",
916-
"href": "/graphql/overview/schema-previews#merge-info-preview"
917-
},
918-
{
919-
"title": "Update refs preview",
920-
"description": "This preview adds support for updating multiple refs in a single operation.",
921-
"toggled_by": "update-refs-preview",
922-
"toggled_on": [
923-
"Mutation.updateRefs",
924-
"GitRefname",
925-
"RefUpdate"
926-
],
927-
"owning_teams": [
928-
"@github/pe-repos"
929-
],
930-
"accept_header": "application/vnd.github.update-refs-preview+json",
931-
"href": "/graphql/overview/schema-previews#update-refs-preview"
932-
},
933-
{
934-
"title": "Project event details preview",
935-
"description": "This preview adds project, project card, and project column details to project-related issue events.",
936-
"toggled_by": "starfox-preview",
937-
"toggled_on": [
938-
"AddedToProjectEvent.project",
939-
"AddedToProjectEvent.projectCard",
940-
"AddedToProjectEvent.projectColumnName",
941-
"ConvertedNoteToIssueEvent.project",
942-
"ConvertedNoteToIssueEvent.projectCard",
943-
"ConvertedNoteToIssueEvent.projectColumnName",
944-
"MovedColumnsInProjectEvent.project",
945-
"MovedColumnsInProjectEvent.projectCard",
946-
"MovedColumnsInProjectEvent.projectColumnName",
947-
"MovedColumnsInProjectEvent.previousProjectColumnName",
948-
"RemovedFromProjectEvent.project",
949-
"RemovedFromProjectEvent.projectColumnName"
950-
],
951-
"owning_teams": [
952-
"@github/github-projects"
953-
],
954-
"accept_header": "application/vnd.github.starfox-preview+json",
955-
"href": "/graphql/overview/schema-previews#project-event-details-preview"
956-
},
957-
{
958-
"title": "Minimize comments preview",
959-
"description": "This preview adds support for minimizing comments on issues, pull requests, commits, and gists.",
960-
"toggled_by": "queen-beryl-preview",
961-
"toggled_on": [
962-
"Mutation.minimizeComment",
963-
"Mutation.unminimizeComment",
964-
"Minimizable"
965-
],
966-
"owning_teams": [
967-
"@github/ce-community-and-safety"
968-
],
969-
"accept_header": "application/vnd.github.queen-beryl-preview+json",
970-
"href": "/graphql/overview/schema-previews#minimize-comments-preview"
971-
},
972-
{
973-
"title": "Create content attachments preview",
974-
"description": "This preview adds support for creating content attachments.",
975-
"toggled_by": "corsair-preview",
976-
"toggled_on": [
977-
"Mutation.createContentAttachment"
978-
],
979-
"owning_teams": [
980-
"@github/ecosystem-primitives"
981-
],
982-
"accept_header": "application/vnd.github.corsair-preview+json",
983-
"href": "/graphql/overview/schema-previews#create-content-attachments-preview"
984-
},
985-
{
986-
"title": "Pinned issues preview",
987-
"description": "This preview adds support for pinned issues.",
988-
"toggled_by": "elektra-preview",
989-
"toggled_on": [
990-
"Repository.pinnedIssues",
991-
"PinnedIssue",
992-
"PinnedIssueEdge",
993-
"PinnedIssueConnection",
994-
"Mutation.pinIssue",
995-
"Mutation.unpinIssue"
996-
],
997-
"owning_teams": [
998-
"@github/pe-pull-requests"
999-
],
1000-
"accept_header": "application/vnd.github.elektra-preview+json",
1001-
"href": "/graphql/overview/schema-previews#pinned-issues-preview"
1002-
},
1003-
{
1004-
"title": "Labels preview",
1005-
"description": "This preview adds support for adding, updating, creating and deleting labels.",
1006-
"toggled_by": "bane-preview",
1007-
"toggled_on": [
1008-
"Mutation.createLabel",
1009-
"Mutation.deleteLabel",
1010-
"Mutation.updateLabel"
1011-
],
1012-
"owning_teams": [
1013-
"@github/pe-pull-requests"
1014-
],
1015-
"accept_header": "application/vnd.github.bane-preview+json",
1016-
"href": "/graphql/overview/schema-previews#labels-preview"
1017-
},
1018-
{
1019-
"title": "Import project preview",
1020-
"description": "This preview adds support for importing projects.",
1021-
"toggled_by": "slothette-preview",
1022-
"toggled_on": [
1023-
"Mutation.importProject"
1024-
],
1025-
"owning_teams": [
1026-
"@github/pe-issues-projects"
1027-
],
1028-
"accept_header": "application/vnd.github.slothette-preview+json",
1029-
"href": "/graphql/overview/schema-previews#import-project-preview"
1030-
},
1031-
{
1032-
"title": "Multi line comments preview",
1033-
"description": "This preview adds support for blob-positioned and multi-line comments.",
1034-
"toggled_by": "comfort-fade-preview",
1035-
"toggled_on": [
1036-
"Mutation.addPullRequestReviewThread",
1037-
"AddPullRequestReviewInput.threads",
1038-
"DiffSide",
1039-
"PullRequestReviewThread.startLine",
1040-
"PullRequestReviewThread.originalStartLine",
1041-
"PullRequestReviewThread.startDiffSide",
1042-
"PullRequestReviewThread.line",
1043-
"PullRequestReviewThread.originalLine",
1044-
"PullRequestReviewThread.diffSide"
1045-
],
1046-
"owning_teams": [
1047-
"@github/pe-pull-requests"
1048-
],
1049-
"accept_header": "application/vnd.github.comfort-fade-preview+json",
1050-
"href": "/graphql/overview/schema-previews#multi-line-comments-preview"
1051-
},
1052-
{
1053-
"title": "Team review assignments preview",
1054-
"description": "This preview adds support for updating the settings for team review assignment.",
1055-
"toggled_by": "stone-crop-preview",
1056-
"toggled_on": [
1057-
"Mutation.updateTeamReviewAssignment",
1058-
"TeamReviewAssignmentAlgorithm",
1059-
"Team.reviewRequestDelegationEnabled",
1060-
"Team.reviewRequestDelegationAlgorithm",
1061-
"Team.reviewRequestDelegationMemberCount",
1062-
"Team.reviewRequestDelegationNotifyTeam"
1063-
],
1064-
"owning_teams": [
1065-
"@github/pe-pull-requests"
1066-
],
1067-
"accept_header": "application/vnd.github.stone-crop-preview+json",
1068-
"href": "/graphql/overview/schema-previews#team-review-assignments-preview"
1069-
}
1070-
],
1071777
"ghae": [
1072778
{
1073779
"title": "Access to package version deletion preview",

lib/graphql/static/schema-dotcom.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17089,7 +17089,7 @@
1708917089
"fields": [
1709017090
{
1709117091
"name": "isPrivate",
17092-
"description": "<p>Identifies if the repository is private.</p>",
17092+
"description": "<p>Identifies if the repository is private or internal.</p>",
1709317093
"type": "Boolean!",
1709417094
"id": "boolean",
1709517095
"kind": "scalars",
@@ -43989,7 +43989,7 @@
4398943989
},
4399043990
{
4399143991
"name": "isPrivate",
43992-
"description": "<p>Identifies if the repository is private.</p>",
43992+
"description": "<p>Identifies if the repository is private or internal.</p>",
4399343993
"type": "Boolean!",
4399443994
"id": "boolean",
4399543995
"kind": "scalars",
@@ -57836,7 +57836,7 @@
5783657836
},
5783757837
{
5783857838
"name": "isPrivate",
57839-
"description": "<p>Identifies if the repository is private.</p>",
57839+
"description": "<p>Identifies if the repository is private or internal.</p>",
5784057840
"type": "Boolean!",
5784157841
"id": "boolean",
5784257842
"kind": "scalars",

0 commit comments

Comments
 (0)