* Issue template stuff for creating megabranch * Fix placeholder YAML * update search indexes * update search indexes * update search indexes * update search indexes * update search indexes * update search indexes * update search indexes * update search indexes * update search indexes * update search indexes * update search indexes * update search indexes * update search indexes * Add release candidate banner * update search indexes * update search indexes * update search indexes * update search indexes * [GHES 3.2]: Remove final notes about machine man preview (GA) (#20939) * update search indexes * update search indexes * Add GHES versioning to "Managing your theme settings" (#20950) * update search indexes * [GHES 3.2]: Fix versioning for security alerts (#20761) * made a start * rework * move image to an enterprise 3.1 folder * forgot to commit * simplify reusable * update search indexes * update search indexes * update search indexes * Updated basic 3.2 REST fiels after package change These will be overwritten before release by the new description files when the 3.2 description is properly published * update search indexes * GHAE feature flag for `security alerts` custom notification option (#20979) * made a start * rework * move image to an enterprise 3.1 folder * forgot to commit * simplify reusable * add GHAE feature flag * remove spurious spaces I had added * update search indexes * update search indexes * update search indexes * update search indexes * update search indexes * update search indexes * update search indexes * Update versioning (#21121) Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com> * update search indexes * Add the new service (#21060) * update search indexes * update search indexes * update search indexes * Fix parent category index versioning for security overview * update search indexes * [GHES 3.2] Add documentation for GHES Referrer Policy Admin setting (#20910) Co-authored-by: jmarlena <6732600+jmarlena@users.noreply.github.com> Co-authored-by: Jules Parker <19994093+jules-p@users.noreply.github.com> Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com> * update search indexes * update search indexes * Update "Review hardware considerations" table (#21208) Performance improvements resulted in higher maximum job throughput and the new benchmarks need to be shared with current and potential customers. * update search indexes * Version new GHES 3.2 Actions tested performance (#21212) * update search indexes * Update "Review hardware considerations" table v2 Feedback from additional reviewers requires an update to the benchmarks previously merged. * update search indexes * update search indexes * [GHES 3.2] - Dependency Graph: Simplified enablement in GHES (GA) (#21078) * document UI button for dependency graph GHES 3.2 * update search indexes * Update getting-started-with-github-actions-for-github-enterprise-server.md * update search indexes * update search indexes * update search indexes * update search indexes * update search indexes * update search indexes * [GHES 3.2] Release candidate 1 release notes (#20799) Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com> Co-authored-by: bwestover <bwestover@github.com> Co-authored-by: Martin Lopes <martin389@github.com> Co-authored-by: Laura Coursen <lecoursen@github.com> Co-authored-by: Grey Baker <greysteil@github.com> Co-authored-by: Bas van Schaik <5082246+sj@users.noreply.github.com> Co-authored-by: William Bartholomew <iamwillbar@github.com> * update search indexes * update search indexes * update search indexes * update search indexes * update search indexes * Update OpenAPI Descriptions for GHES 3.2 (#21377) Also contains a rollup of other unmerged OpenAPI changes Co-authored-by: github-openapi-bot <github-openapi-bot@users.noreply.github.com> Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com> * update search indexes Co-authored-by: Rachael Sewell <rachmari@github.com> Co-authored-by: GitHub Actions <action@github.com> Co-authored-by: Docubot <67483024+docubot@users.noreply.github.com> Co-authored-by: Laura Coursen <lecoursen@github.com> Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com> Co-authored-by: Felicity Chapman <felicitymay@github.com> Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com> Co-authored-by: Matthias Wenz <matthiaswenz@github.com> Co-authored-by: jmarlena <6732600+jmarlena@users.noreply.github.com> Co-authored-by: Jules Parker <19994093+jules-p@users.noreply.github.com> Co-authored-by: Steve-Glass <84886334+Steve-Glass@users.noreply.github.com> Co-authored-by: Meg Bird <megbird@github.com> Co-authored-by: bwestover <bwestover@github.com> Co-authored-by: Martin Lopes <martin389@github.com> Co-authored-by: Grey Baker <greysteil@github.com> Co-authored-by: Bas van Schaik <5082246+sj@users.noreply.github.com> Co-authored-by: William Bartholomew <iamwillbar@github.com> Co-authored-by: github-openapi-bot <69533958+github-openapi-bot@users.noreply.github.com> Co-authored-by: github-openapi-bot <github-openapi-bot@users.noreply.github.com>
954 lines
35 KiB
JSON
954 lines
35 KiB
JSON
{
|
|
"dotcom": [
|
|
{
|
|
"title": "Access to package version deletion preview",
|
|
"description": "This preview adds support for the DeletePackageVersion mutation which enables deletion of private package versions.",
|
|
"toggled_by": "package-deletes-preview",
|
|
"toggled_on": [
|
|
"Mutation.deletePackageVersion"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-package-registry"
|
|
],
|
|
"accept_header": "application/vnd.github.package-deletes-preview+json",
|
|
"href": "/graphql/overview/schema-previews#access-to-package-version-deletion-preview"
|
|
},
|
|
{
|
|
"title": "Deployments preview",
|
|
"description": "This preview adds support for deployments mutations and new deployments features.",
|
|
"toggled_by": "flash-preview",
|
|
"toggled_on": [
|
|
"DeploymentStatus.environment",
|
|
"Mutation.createDeploymentStatus",
|
|
"Mutation.createDeployment"
|
|
],
|
|
"owning_teams": [
|
|
"@github/c2c-actions-service"
|
|
],
|
|
"accept_header": "application/vnd.github.flash-preview+json",
|
|
"href": "/graphql/overview/schema-previews#deployments-preview"
|
|
},
|
|
{
|
|
"title": "Merge info preview",
|
|
"description": "This preview adds support for accessing fields that provide more detailed information about a pull request's merge state.",
|
|
"toggled_by": "merge-info-preview",
|
|
"toggled_on": [
|
|
"PullRequest.canBeRebased",
|
|
"PullRequest.mergeStateStatus"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-pull-requests"
|
|
],
|
|
"accept_header": "application/vnd.github.merge-info-preview+json",
|
|
"href": "/graphql/overview/schema-previews#merge-info-preview"
|
|
},
|
|
{
|
|
"title": "Update refs preview",
|
|
"description": "This preview adds support for updating multiple refs in a single operation.",
|
|
"toggled_by": "update-refs-preview",
|
|
"toggled_on": [
|
|
"Mutation.updateRefs",
|
|
"GitRefname",
|
|
"RefUpdate"
|
|
],
|
|
"owning_teams": [
|
|
"@github/reponauts"
|
|
],
|
|
"accept_header": "application/vnd.github.update-refs-preview+json",
|
|
"href": "/graphql/overview/schema-previews#update-refs-preview"
|
|
},
|
|
{
|
|
"title": "Access to a repositories dependency graph preview",
|
|
"description": "This preview adds support for reading a dependency graph for a repository.",
|
|
"toggled_by": "hawkgirl-preview",
|
|
"toggled_on": [
|
|
"DependencyGraphManifest",
|
|
"Repository.dependencyGraphManifests",
|
|
"DependencyGraphManifestEdge",
|
|
"DependencyGraphManifestConnection",
|
|
"DependencyGraphDependency",
|
|
"DependencyGraphDependencyEdge",
|
|
"DependencyGraphDependencyConnection",
|
|
"DependencyGraphPackageRelease.dependencies"
|
|
],
|
|
"owning_teams": [
|
|
"@github/dsp-dependency-graph"
|
|
],
|
|
"accept_header": "application/vnd.github.hawkgirl-preview+json",
|
|
"href": "/graphql/overview/schema-previews#access-to-a-repositories-dependency-graph-preview"
|
|
},
|
|
{
|
|
"title": "Project event details preview",
|
|
"description": "This preview adds project, project card, and project column details to project-related issue events.",
|
|
"toggled_by": "starfox-preview",
|
|
"toggled_on": [
|
|
"AddedToProjectEvent.project",
|
|
"AddedToProjectEvent.projectCard",
|
|
"AddedToProjectEvent.projectColumnName",
|
|
"ConvertedNoteToIssueEvent.project",
|
|
"ConvertedNoteToIssueEvent.projectCard",
|
|
"ConvertedNoteToIssueEvent.projectColumnName",
|
|
"MovedColumnsInProjectEvent.project",
|
|
"MovedColumnsInProjectEvent.projectCard",
|
|
"MovedColumnsInProjectEvent.projectColumnName",
|
|
"MovedColumnsInProjectEvent.previousProjectColumnName",
|
|
"RemovedFromProjectEvent.project",
|
|
"RemovedFromProjectEvent.projectColumnName"
|
|
],
|
|
"owning_teams": [
|
|
"@github/github-projects"
|
|
],
|
|
"accept_header": "application/vnd.github.starfox-preview+json",
|
|
"href": "/graphql/overview/schema-previews#project-event-details-preview"
|
|
},
|
|
{
|
|
"title": "Create content attachments preview",
|
|
"description": "This preview adds support for creating content attachments.",
|
|
"toggled_by": "corsair-preview",
|
|
"toggled_on": [
|
|
"Mutation.createContentAttachment"
|
|
],
|
|
"owning_teams": [
|
|
"@github/feature-lifecycle"
|
|
],
|
|
"accept_header": "application/vnd.github.corsair-preview+json",
|
|
"href": "/graphql/overview/schema-previews#create-content-attachments-preview"
|
|
},
|
|
{
|
|
"title": "Labels preview",
|
|
"description": "This preview adds support for adding, updating, creating and deleting labels.",
|
|
"toggled_by": "bane-preview",
|
|
"toggled_on": [
|
|
"Mutation.createLabel",
|
|
"Mutation.deleteLabel",
|
|
"Mutation.updateLabel"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-pull-requests"
|
|
],
|
|
"accept_header": "application/vnd.github.bane-preview+json",
|
|
"href": "/graphql/overview/schema-previews#labels-preview"
|
|
},
|
|
{
|
|
"title": "Import project preview",
|
|
"description": "This preview adds support for importing projects.",
|
|
"toggled_by": "slothette-preview",
|
|
"toggled_on": [
|
|
"Mutation.importProject"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-issues-projects"
|
|
],
|
|
"accept_header": "application/vnd.github.slothette-preview+json",
|
|
"href": "/graphql/overview/schema-previews#import-project-preview"
|
|
},
|
|
{
|
|
"title": "Team review assignments preview",
|
|
"description": "This preview adds support for updating the settings for team review assignment.",
|
|
"toggled_by": "stone-crop-preview",
|
|
"toggled_on": [
|
|
"Mutation.updateTeamReviewAssignment",
|
|
"TeamReviewAssignmentAlgorithm",
|
|
"Team.reviewRequestDelegationEnabled",
|
|
"Team.reviewRequestDelegationAlgorithm",
|
|
"Team.reviewRequestDelegationMemberCount",
|
|
"Team.reviewRequestDelegationNotifyTeam"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-pull-requests"
|
|
],
|
|
"accept_header": "application/vnd.github.stone-crop-preview+json",
|
|
"href": "/graphql/overview/schema-previews#team-review-assignments-preview"
|
|
}
|
|
],
|
|
"ghes-3.1": [
|
|
{
|
|
"title": "Access to package version deletion preview",
|
|
"description": "This preview adds support for the DeletePackageVersion mutation which enables deletion of private package versions.",
|
|
"toggled_by": "package-deletes-preview",
|
|
"toggled_on": [
|
|
"Mutation.deletePackageVersion"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-package-registry"
|
|
],
|
|
"accept_header": "application/vnd.github.package-deletes-preview+json",
|
|
"href": "/graphql/overview/schema-previews#access-to-package-version-deletion-preview"
|
|
},
|
|
{
|
|
"title": "Deployments preview",
|
|
"description": "This preview adds support for deployments mutations and new deployments features.",
|
|
"toggled_by": "flash-preview",
|
|
"toggled_on": [
|
|
"DeploymentStatus.environment",
|
|
"Mutation.createDeploymentStatus",
|
|
"Mutation.createDeployment"
|
|
],
|
|
"owning_teams": [
|
|
"@github/ecosystem-api"
|
|
],
|
|
"accept_header": "application/vnd.github.flash-preview+json",
|
|
"href": "/graphql/overview/schema-previews#deployments-preview"
|
|
},
|
|
{
|
|
"title": "Merge info preview",
|
|
"description": "This preview adds support for accessing fields that provide more detailed information about a pull request's merge state.",
|
|
"toggled_by": "merge-info-preview",
|
|
"toggled_on": [
|
|
"PullRequest.canBeRebased",
|
|
"PullRequest.mergeStateStatus"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-pull-requests"
|
|
],
|
|
"accept_header": "application/vnd.github.merge-info-preview+json",
|
|
"href": "/graphql/overview/schema-previews#merge-info-preview"
|
|
},
|
|
{
|
|
"title": "Update refs preview",
|
|
"description": "This preview adds support for updating multiple refs in a single operation.",
|
|
"toggled_by": "update-refs-preview",
|
|
"toggled_on": [
|
|
"Mutation.updateRefs",
|
|
"GitRefname",
|
|
"RefUpdate"
|
|
],
|
|
"owning_teams": [
|
|
"@github/reponauts"
|
|
],
|
|
"accept_header": "application/vnd.github.update-refs-preview+json",
|
|
"href": "/graphql/overview/schema-previews#update-refs-preview"
|
|
},
|
|
{
|
|
"title": "Project event details preview",
|
|
"description": "This preview adds project, project card, and project column details to project-related issue events.",
|
|
"toggled_by": "starfox-preview",
|
|
"toggled_on": [
|
|
"AddedToProjectEvent.project",
|
|
"AddedToProjectEvent.projectCard",
|
|
"AddedToProjectEvent.projectColumnName",
|
|
"ConvertedNoteToIssueEvent.project",
|
|
"ConvertedNoteToIssueEvent.projectCard",
|
|
"ConvertedNoteToIssueEvent.projectColumnName",
|
|
"MovedColumnsInProjectEvent.project",
|
|
"MovedColumnsInProjectEvent.projectCard",
|
|
"MovedColumnsInProjectEvent.projectColumnName",
|
|
"MovedColumnsInProjectEvent.previousProjectColumnName",
|
|
"RemovedFromProjectEvent.project",
|
|
"RemovedFromProjectEvent.projectColumnName"
|
|
],
|
|
"owning_teams": [
|
|
"@github/github-projects"
|
|
],
|
|
"accept_header": "application/vnd.github.starfox-preview+json",
|
|
"href": "/graphql/overview/schema-previews#project-event-details-preview"
|
|
},
|
|
{
|
|
"title": "Create content attachments preview",
|
|
"description": "This preview adds support for creating content attachments.",
|
|
"toggled_by": "corsair-preview",
|
|
"toggled_on": [
|
|
"Mutation.createContentAttachment"
|
|
],
|
|
"owning_teams": [
|
|
"@github/feature-lifecycle"
|
|
],
|
|
"accept_header": "application/vnd.github.corsair-preview+json",
|
|
"href": "/graphql/overview/schema-previews#create-content-attachments-preview"
|
|
},
|
|
{
|
|
"title": "Labels preview",
|
|
"description": "This preview adds support for adding, updating, creating and deleting labels.",
|
|
"toggled_by": "bane-preview",
|
|
"toggled_on": [
|
|
"Mutation.createLabel",
|
|
"Mutation.deleteLabel",
|
|
"Mutation.updateLabel"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-pull-requests"
|
|
],
|
|
"accept_header": "application/vnd.github.bane-preview+json",
|
|
"href": "/graphql/overview/schema-previews#labels-preview"
|
|
},
|
|
{
|
|
"title": "Import project preview",
|
|
"description": "This preview adds support for importing projects.",
|
|
"toggled_by": "slothette-preview",
|
|
"toggled_on": [
|
|
"Mutation.importProject"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-issues-projects"
|
|
],
|
|
"accept_header": "application/vnd.github.slothette-preview+json",
|
|
"href": "/graphql/overview/schema-previews#import-project-preview"
|
|
},
|
|
{
|
|
"title": "Team review assignments preview",
|
|
"description": "This preview adds support for updating the settings for team review assignment.",
|
|
"toggled_by": "stone-crop-preview",
|
|
"toggled_on": [
|
|
"Mutation.updateTeamReviewAssignment",
|
|
"TeamReviewAssignmentAlgorithm",
|
|
"Team.reviewRequestDelegationEnabled",
|
|
"Team.reviewRequestDelegationAlgorithm",
|
|
"Team.reviewRequestDelegationMemberCount",
|
|
"Team.reviewRequestDelegationNotifyTeam"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-pull-requests"
|
|
],
|
|
"accept_header": "application/vnd.github.stone-crop-preview+json",
|
|
"href": "/graphql/overview/schema-previews#team-review-assignments-preview"
|
|
}
|
|
],
|
|
"ghes-3.0": [
|
|
{
|
|
"title": "Access to package version deletion preview",
|
|
"description": "This preview adds support for the DeletePackageVersion mutation which enables deletion of private package versions.",
|
|
"toggled_by": "package-deletes-preview",
|
|
"toggled_on": [
|
|
"Mutation.deletePackageVersion"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-package-registry"
|
|
],
|
|
"accept_header": "application/vnd.github.package-deletes-preview+json",
|
|
"href": "/graphql/overview/schema-previews#access-to-package-version-deletion-preview"
|
|
},
|
|
{
|
|
"title": "Deployments preview",
|
|
"description": "This preview adds support for deployments mutations and new deployments features.",
|
|
"toggled_by": "flash-preview",
|
|
"toggled_on": [
|
|
"DeploymentStatus.environment",
|
|
"Mutation.createDeploymentStatus",
|
|
"Mutation.createDeployment"
|
|
],
|
|
"owning_teams": [
|
|
"@github/ecosystem-api"
|
|
],
|
|
"accept_header": "application/vnd.github.flash-preview+json",
|
|
"href": "/graphql/overview/schema-previews#deployments-preview"
|
|
},
|
|
{
|
|
"title": "Merge info preview",
|
|
"description": "This preview adds support for accessing fields that provide more detailed information about a pull request's merge state.",
|
|
"toggled_by": "merge-info-preview",
|
|
"toggled_on": [
|
|
"PullRequest.canBeRebased",
|
|
"PullRequest.mergeStateStatus"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-pull-requests"
|
|
],
|
|
"accept_header": "application/vnd.github.merge-info-preview+json",
|
|
"href": "/graphql/overview/schema-previews#merge-info-preview"
|
|
},
|
|
{
|
|
"title": "Update refs preview",
|
|
"description": "This preview adds support for updating multiple refs in a single operation.",
|
|
"toggled_by": "update-refs-preview",
|
|
"toggled_on": [
|
|
"Mutation.updateRefs",
|
|
"GitRefname",
|
|
"RefUpdate"
|
|
],
|
|
"owning_teams": [
|
|
"@github/reponauts"
|
|
],
|
|
"accept_header": "application/vnd.github.update-refs-preview+json",
|
|
"href": "/graphql/overview/schema-previews#update-refs-preview"
|
|
},
|
|
{
|
|
"title": "Project event details preview",
|
|
"description": "This preview adds project, project card, and project column details to project-related issue events.",
|
|
"toggled_by": "starfox-preview",
|
|
"toggled_on": [
|
|
"AddedToProjectEvent.project",
|
|
"AddedToProjectEvent.projectCard",
|
|
"AddedToProjectEvent.projectColumnName",
|
|
"ConvertedNoteToIssueEvent.project",
|
|
"ConvertedNoteToIssueEvent.projectCard",
|
|
"ConvertedNoteToIssueEvent.projectColumnName",
|
|
"MovedColumnsInProjectEvent.project",
|
|
"MovedColumnsInProjectEvent.projectCard",
|
|
"MovedColumnsInProjectEvent.projectColumnName",
|
|
"MovedColumnsInProjectEvent.previousProjectColumnName",
|
|
"RemovedFromProjectEvent.project",
|
|
"RemovedFromProjectEvent.projectColumnName"
|
|
],
|
|
"owning_teams": [
|
|
"@github/github-projects"
|
|
],
|
|
"accept_header": "application/vnd.github.starfox-preview+json",
|
|
"href": "/graphql/overview/schema-previews#project-event-details-preview"
|
|
},
|
|
{
|
|
"title": "Create content attachments preview",
|
|
"description": "This preview adds support for creating content attachments.",
|
|
"toggled_by": "corsair-preview",
|
|
"toggled_on": [
|
|
"Mutation.createContentAttachment"
|
|
],
|
|
"owning_teams": [
|
|
"@github/feature-lifecycle"
|
|
],
|
|
"accept_header": "application/vnd.github.corsair-preview+json",
|
|
"href": "/graphql/overview/schema-previews#create-content-attachments-preview"
|
|
},
|
|
{
|
|
"title": "Pinned issues preview",
|
|
"description": "This preview adds support for pinned issues.",
|
|
"toggled_by": "elektra-preview",
|
|
"toggled_on": [
|
|
"Repository.pinnedIssues",
|
|
"PinnedIssue",
|
|
"PinnedIssueEdge",
|
|
"PinnedIssueConnection",
|
|
"Mutation.pinIssue",
|
|
"Mutation.unpinIssue"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-pull-requests"
|
|
],
|
|
"accept_header": "application/vnd.github.elektra-preview+json",
|
|
"href": "/graphql/overview/schema-previews#pinned-issues-preview"
|
|
},
|
|
{
|
|
"title": "Labels preview",
|
|
"description": "This preview adds support for adding, updating, creating and deleting labels.",
|
|
"toggled_by": "bane-preview",
|
|
"toggled_on": [
|
|
"Mutation.createLabel",
|
|
"Mutation.deleteLabel",
|
|
"Mutation.updateLabel"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-pull-requests"
|
|
],
|
|
"accept_header": "application/vnd.github.bane-preview+json",
|
|
"href": "/graphql/overview/schema-previews#labels-preview"
|
|
},
|
|
{
|
|
"title": "Import project preview",
|
|
"description": "This preview adds support for importing projects.",
|
|
"toggled_by": "slothette-preview",
|
|
"toggled_on": [
|
|
"Mutation.importProject"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-issues-projects"
|
|
],
|
|
"accept_header": "application/vnd.github.slothette-preview+json",
|
|
"href": "/graphql/overview/schema-previews#import-project-preview"
|
|
},
|
|
{
|
|
"title": "Team review assignments preview",
|
|
"description": "This preview adds support for updating the settings for team review assignment.",
|
|
"toggled_by": "stone-crop-preview",
|
|
"toggled_on": [
|
|
"Mutation.updateTeamReviewAssignment",
|
|
"TeamReviewAssignmentAlgorithm",
|
|
"Team.reviewRequestDelegationEnabled",
|
|
"Team.reviewRequestDelegationAlgorithm",
|
|
"Team.reviewRequestDelegationMemberCount",
|
|
"Team.reviewRequestDelegationNotifyTeam"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-pull-requests"
|
|
],
|
|
"accept_header": "application/vnd.github.stone-crop-preview+json",
|
|
"href": "/graphql/overview/schema-previews#team-review-assignments-preview"
|
|
}
|
|
],
|
|
"ghes-2.22": [
|
|
{
|
|
"title": "Access to package version deletion preview",
|
|
"description": "This preview adds support for the DeletePackageVersion mutation which enables deletion of private package versions.",
|
|
"toggled_by": "package-deletes-preview",
|
|
"toggled_on": [
|
|
"Mutation.deletePackageVersion"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-package-registry"
|
|
],
|
|
"accept_header": "application/vnd.github.package-deletes-preview+json",
|
|
"href": "/graphql/overview/schema-previews#access-to-package-version-deletion-preview"
|
|
},
|
|
{
|
|
"title": "Deployments preview",
|
|
"description": "This preview adds support for deployments mutations and new deployments features.",
|
|
"toggled_by": "flash-preview",
|
|
"toggled_on": [
|
|
"DeploymentStatus.environment",
|
|
"Mutation.createDeploymentStatus",
|
|
"Mutation.createDeployment"
|
|
],
|
|
"owning_teams": [
|
|
"@github/ecosystem-api"
|
|
],
|
|
"accept_header": "application/vnd.github.flash-preview+json",
|
|
"href": "/graphql/overview/schema-previews#deployments-preview"
|
|
},
|
|
{
|
|
"title": "Checks preview",
|
|
"description": "This preview adds support for reading checks created by GitHub Apps.",
|
|
"toggled_by": "antiope-preview",
|
|
"toggled_on": [
|
|
"CheckAnnotationRange",
|
|
"CheckAnnotationPosition",
|
|
"CheckAnnotationSpan",
|
|
"CheckAnnotation",
|
|
"CheckAnnotationConnection.nodes",
|
|
"CheckAnnotationData",
|
|
"CheckAnnotationEdge.node",
|
|
"CheckAnnotationLevel",
|
|
"CheckConclusionState",
|
|
"CheckStatusState",
|
|
"CheckSuiteAutoTriggerPreference",
|
|
"CheckRun",
|
|
"CheckRunConnection.nodes",
|
|
"CheckRunEdge.node",
|
|
"CheckRunAction",
|
|
"CheckRunFilter",
|
|
"CheckRunOutput",
|
|
"CheckRunOutputImage",
|
|
"CheckRunType",
|
|
"CheckSuite",
|
|
"CheckSuiteConnection.nodes",
|
|
"CheckSuiteEdge.node",
|
|
"CheckSuiteFilter",
|
|
"Commit.checkSuites",
|
|
"Mutation.createCheckRun",
|
|
"Mutation.createCheckSuite",
|
|
"Mutation.rerequestCheckSuite",
|
|
"Mutation.updateCheckRun",
|
|
"Mutation.updateCheckSuitePreferences",
|
|
"Push",
|
|
"RequestableCheckStatusState",
|
|
"UpdateCheckSuitePayload.checkSuite"
|
|
],
|
|
"owning_teams": [
|
|
"@github/ce-extensibility"
|
|
],
|
|
"accept_header": "application/vnd.github.antiope-preview+json",
|
|
"href": "/graphql/overview/schema-previews#checks-preview"
|
|
},
|
|
{
|
|
"title": "Merge info preview",
|
|
"description": "This preview adds support for accessing fields that provide more detailed information about a pull request's merge state.",
|
|
"toggled_by": "merge-info-preview",
|
|
"toggled_on": [
|
|
"PullRequest.canBeRebased",
|
|
"PullRequest.mergeStateStatus"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-pull-requests"
|
|
],
|
|
"accept_header": "application/vnd.github.merge-info-preview+json",
|
|
"href": "/graphql/overview/schema-previews#merge-info-preview"
|
|
},
|
|
{
|
|
"title": "Update refs preview",
|
|
"description": "This preview adds support for updating multiple refs in a single operation.",
|
|
"toggled_by": "update-refs-preview",
|
|
"toggled_on": [
|
|
"Mutation.updateRefs",
|
|
"GitRefname",
|
|
"RefUpdate"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-repos"
|
|
],
|
|
"accept_header": "application/vnd.github.update-refs-preview+json",
|
|
"href": "/graphql/overview/schema-previews#update-refs-preview"
|
|
},
|
|
{
|
|
"title": "Project event details preview",
|
|
"description": "This preview adds project, project card, and project column details to project-related issue events.",
|
|
"toggled_by": "starfox-preview",
|
|
"toggled_on": [
|
|
"AddedToProjectEvent.project",
|
|
"AddedToProjectEvent.projectCard",
|
|
"AddedToProjectEvent.projectColumnName",
|
|
"ConvertedNoteToIssueEvent.project",
|
|
"ConvertedNoteToIssueEvent.projectCard",
|
|
"ConvertedNoteToIssueEvent.projectColumnName",
|
|
"MovedColumnsInProjectEvent.project",
|
|
"MovedColumnsInProjectEvent.projectCard",
|
|
"MovedColumnsInProjectEvent.projectColumnName",
|
|
"MovedColumnsInProjectEvent.previousProjectColumnName",
|
|
"RemovedFromProjectEvent.project",
|
|
"RemovedFromProjectEvent.projectColumnName"
|
|
],
|
|
"owning_teams": [
|
|
"@github/github-projects"
|
|
],
|
|
"accept_header": "application/vnd.github.starfox-preview+json",
|
|
"href": "/graphql/overview/schema-previews#project-event-details-preview"
|
|
},
|
|
{
|
|
"title": "Create content attachments preview",
|
|
"description": "This preview adds support for creating content attachments.",
|
|
"toggled_by": "corsair-preview",
|
|
"toggled_on": [
|
|
"Mutation.createContentAttachment"
|
|
],
|
|
"owning_teams": [
|
|
"@github/ce-extensibility"
|
|
],
|
|
"accept_header": "application/vnd.github.corsair-preview+json",
|
|
"href": "/graphql/overview/schema-previews#create-content-attachments-preview"
|
|
},
|
|
{
|
|
"title": "Pinned issues preview",
|
|
"description": "This preview adds support for pinned issues.",
|
|
"toggled_by": "elektra-preview",
|
|
"toggled_on": [
|
|
"Repository.pinnedIssues",
|
|
"PinnedIssue",
|
|
"PinnedIssueEdge",
|
|
"PinnedIssueConnection",
|
|
"Mutation.pinIssue",
|
|
"Mutation.unpinIssue"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-pull-requests"
|
|
],
|
|
"accept_header": "application/vnd.github.elektra-preview+json",
|
|
"href": "/graphql/overview/schema-previews#pinned-issues-preview"
|
|
},
|
|
{
|
|
"title": "Labels preview",
|
|
"description": "This preview adds support for adding, updating, creating and deleting labels.",
|
|
"toggled_by": "bane-preview",
|
|
"toggled_on": [
|
|
"Mutation.createLabel",
|
|
"Mutation.deleteLabel",
|
|
"Mutation.updateLabel"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-pull-requests"
|
|
],
|
|
"accept_header": "application/vnd.github.bane-preview+json",
|
|
"href": "/graphql/overview/schema-previews#labels-preview"
|
|
},
|
|
{
|
|
"title": "Import project preview",
|
|
"description": "This preview adds support for importing projects.",
|
|
"toggled_by": "slothette-preview",
|
|
"toggled_on": [
|
|
"Mutation.importProject"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-issues-projects"
|
|
],
|
|
"accept_header": "application/vnd.github.slothette-preview+json",
|
|
"href": "/graphql/overview/schema-previews#import-project-preview"
|
|
},
|
|
{
|
|
"title": "Team review assignments preview",
|
|
"description": "This preview adds support for updating the settings for team review assignment.",
|
|
"toggled_by": "stone-crop-preview",
|
|
"toggled_on": [
|
|
"Mutation.updateTeamReviewAssignment",
|
|
"TeamReviewAssignmentAlgorithm",
|
|
"Team.reviewRequestDelegationEnabled",
|
|
"Team.reviewRequestDelegationAlgorithm",
|
|
"Team.reviewRequestDelegationMemberCount",
|
|
"Team.reviewRequestDelegationNotifyTeam"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-pull-requests"
|
|
],
|
|
"accept_header": "application/vnd.github.stone-crop-preview+json",
|
|
"href": "/graphql/overview/schema-previews#team-review-assignments-preview"
|
|
}
|
|
],
|
|
"ghae": [
|
|
{
|
|
"title": "Access to package version deletion preview",
|
|
"description": "This preview adds support for the DeletePackageVersion mutation which enables deletion of private package versions.",
|
|
"toggled_by": "package-deletes-preview",
|
|
"toggled_on": [
|
|
"Mutation.deletePackageVersion"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-package-registry"
|
|
],
|
|
"accept_header": "application/vnd.github.package-deletes-preview+json",
|
|
"href": "/graphql/overview/schema-previews#access-to-package-version-deletion-preview"
|
|
},
|
|
{
|
|
"title": "Deployments preview",
|
|
"description": "This preview adds support for deployments mutations and new deployments features.",
|
|
"toggled_by": "flash-preview",
|
|
"toggled_on": [
|
|
"DeploymentStatus.environment",
|
|
"Mutation.createDeploymentStatus",
|
|
"Mutation.createDeployment"
|
|
],
|
|
"owning_teams": [
|
|
"@github/c2c-actions-service"
|
|
],
|
|
"accept_header": "application/vnd.github.flash-preview+json",
|
|
"href": "/graphql/overview/schema-previews#deployments-preview"
|
|
},
|
|
{
|
|
"title": "Merge info preview",
|
|
"description": "This preview adds support for accessing fields that provide more detailed information about a pull request's merge state.",
|
|
"toggled_by": "merge-info-preview",
|
|
"toggled_on": [
|
|
"PullRequest.canBeRebased",
|
|
"PullRequest.mergeStateStatus"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-pull-requests"
|
|
],
|
|
"accept_header": "application/vnd.github.merge-info-preview+json",
|
|
"href": "/graphql/overview/schema-previews#merge-info-preview"
|
|
},
|
|
{
|
|
"title": "Update refs preview",
|
|
"description": "This preview adds support for updating multiple refs in a single operation.",
|
|
"toggled_by": "update-refs-preview",
|
|
"toggled_on": [
|
|
"Mutation.updateRefs",
|
|
"GitRefname",
|
|
"RefUpdate"
|
|
],
|
|
"owning_teams": [
|
|
"@github/reponauts"
|
|
],
|
|
"accept_header": "application/vnd.github.update-refs-preview+json",
|
|
"href": "/graphql/overview/schema-previews#update-refs-preview"
|
|
},
|
|
{
|
|
"title": "Project event details preview",
|
|
"description": "This preview adds project, project card, and project column details to project-related issue events.",
|
|
"toggled_by": "starfox-preview",
|
|
"toggled_on": [
|
|
"AddedToProjectEvent.project",
|
|
"AddedToProjectEvent.projectCard",
|
|
"AddedToProjectEvent.projectColumnName",
|
|
"ConvertedNoteToIssueEvent.project",
|
|
"ConvertedNoteToIssueEvent.projectCard",
|
|
"ConvertedNoteToIssueEvent.projectColumnName",
|
|
"MovedColumnsInProjectEvent.project",
|
|
"MovedColumnsInProjectEvent.projectCard",
|
|
"MovedColumnsInProjectEvent.projectColumnName",
|
|
"MovedColumnsInProjectEvent.previousProjectColumnName",
|
|
"RemovedFromProjectEvent.project",
|
|
"RemovedFromProjectEvent.projectColumnName"
|
|
],
|
|
"owning_teams": [
|
|
"@github/github-projects"
|
|
],
|
|
"accept_header": "application/vnd.github.starfox-preview+json",
|
|
"href": "/graphql/overview/schema-previews#project-event-details-preview"
|
|
},
|
|
{
|
|
"title": "Create content attachments preview",
|
|
"description": "This preview adds support for creating content attachments.",
|
|
"toggled_by": "corsair-preview",
|
|
"toggled_on": [
|
|
"Mutation.createContentAttachment"
|
|
],
|
|
"owning_teams": [
|
|
"@github/feature-lifecycle"
|
|
],
|
|
"accept_header": "application/vnd.github.corsair-preview+json",
|
|
"href": "/graphql/overview/schema-previews#create-content-attachments-preview"
|
|
},
|
|
{
|
|
"title": "Labels preview",
|
|
"description": "This preview adds support for adding, updating, creating and deleting labels.",
|
|
"toggled_by": "bane-preview",
|
|
"toggled_on": [
|
|
"Mutation.createLabel",
|
|
"Mutation.deleteLabel",
|
|
"Mutation.updateLabel"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-pull-requests"
|
|
],
|
|
"accept_header": "application/vnd.github.bane-preview+json",
|
|
"href": "/graphql/overview/schema-previews#labels-preview"
|
|
},
|
|
{
|
|
"title": "Import project preview",
|
|
"description": "This preview adds support for importing projects.",
|
|
"toggled_by": "slothette-preview",
|
|
"toggled_on": [
|
|
"Mutation.importProject"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-issues-projects"
|
|
],
|
|
"accept_header": "application/vnd.github.slothette-preview+json",
|
|
"href": "/graphql/overview/schema-previews#import-project-preview"
|
|
},
|
|
{
|
|
"title": "Team review assignments preview",
|
|
"description": "This preview adds support for updating the settings for team review assignment.",
|
|
"toggled_by": "stone-crop-preview",
|
|
"toggled_on": [
|
|
"Mutation.updateTeamReviewAssignment",
|
|
"TeamReviewAssignmentAlgorithm",
|
|
"Team.reviewRequestDelegationEnabled",
|
|
"Team.reviewRequestDelegationAlgorithm",
|
|
"Team.reviewRequestDelegationMemberCount",
|
|
"Team.reviewRequestDelegationNotifyTeam"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-pull-requests"
|
|
],
|
|
"accept_header": "application/vnd.github.stone-crop-preview+json",
|
|
"href": "/graphql/overview/schema-previews#team-review-assignments-preview"
|
|
}
|
|
],
|
|
"ghes-3.2": [
|
|
{
|
|
"title": "Access to package version deletion preview",
|
|
"description": "This preview adds support for the DeletePackageVersion mutation which enables deletion of private package versions.",
|
|
"toggled_by": "package-deletes-preview",
|
|
"toggled_on": [
|
|
"Mutation.deletePackageVersion"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-package-registry"
|
|
],
|
|
"accept_header": "application/vnd.github.package-deletes-preview+json",
|
|
"href": "/graphql/overview/schema-previews#access-to-package-version-deletion-preview"
|
|
},
|
|
{
|
|
"title": "Deployments preview",
|
|
"description": "This preview adds support for deployments mutations and new deployments features.",
|
|
"toggled_by": "flash-preview",
|
|
"toggled_on": [
|
|
"DeploymentStatus.environment",
|
|
"Mutation.createDeploymentStatus",
|
|
"Mutation.createDeployment"
|
|
],
|
|
"owning_teams": [
|
|
"@github/ecosystem-api"
|
|
],
|
|
"accept_header": "application/vnd.github.flash-preview+json",
|
|
"href": "/graphql/overview/schema-previews#deployments-preview"
|
|
},
|
|
{
|
|
"title": "Merge info preview",
|
|
"description": "This preview adds support for accessing fields that provide more detailed information about a pull request's merge state.",
|
|
"toggled_by": "merge-info-preview",
|
|
"toggled_on": [
|
|
"PullRequest.canBeRebased",
|
|
"PullRequest.mergeStateStatus"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-pull-requests"
|
|
],
|
|
"accept_header": "application/vnd.github.merge-info-preview+json",
|
|
"href": "/graphql/overview/schema-previews#merge-info-preview"
|
|
},
|
|
{
|
|
"title": "Update refs preview",
|
|
"description": "This preview adds support for updating multiple refs in a single operation.",
|
|
"toggled_by": "update-refs-preview",
|
|
"toggled_on": [
|
|
"Mutation.updateRefs",
|
|
"GitRefname",
|
|
"RefUpdate"
|
|
],
|
|
"owning_teams": [
|
|
"@github/reponauts"
|
|
],
|
|
"accept_header": "application/vnd.github.update-refs-preview+json",
|
|
"href": "/graphql/overview/schema-previews#update-refs-preview"
|
|
},
|
|
{
|
|
"title": "Project event details preview",
|
|
"description": "This preview adds project, project card, and project column details to project-related issue events.",
|
|
"toggled_by": "starfox-preview",
|
|
"toggled_on": [
|
|
"AddedToProjectEvent.project",
|
|
"AddedToProjectEvent.projectCard",
|
|
"AddedToProjectEvent.projectColumnName",
|
|
"ConvertedNoteToIssueEvent.project",
|
|
"ConvertedNoteToIssueEvent.projectCard",
|
|
"ConvertedNoteToIssueEvent.projectColumnName",
|
|
"MovedColumnsInProjectEvent.project",
|
|
"MovedColumnsInProjectEvent.projectCard",
|
|
"MovedColumnsInProjectEvent.projectColumnName",
|
|
"MovedColumnsInProjectEvent.previousProjectColumnName",
|
|
"RemovedFromProjectEvent.project",
|
|
"RemovedFromProjectEvent.projectColumnName"
|
|
],
|
|
"owning_teams": [
|
|
"@github/github-projects"
|
|
],
|
|
"accept_header": "application/vnd.github.starfox-preview+json",
|
|
"href": "/graphql/overview/schema-previews#project-event-details-preview"
|
|
},
|
|
{
|
|
"title": "Create content attachments preview",
|
|
"description": "This preview adds support for creating content attachments.",
|
|
"toggled_by": "corsair-preview",
|
|
"toggled_on": [
|
|
"Mutation.createContentAttachment"
|
|
],
|
|
"owning_teams": [
|
|
"@github/feature-lifecycle"
|
|
],
|
|
"accept_header": "application/vnd.github.corsair-preview+json",
|
|
"href": "/graphql/overview/schema-previews#create-content-attachments-preview"
|
|
},
|
|
{
|
|
"title": "Labels preview",
|
|
"description": "This preview adds support for adding, updating, creating and deleting labels.",
|
|
"toggled_by": "bane-preview",
|
|
"toggled_on": [
|
|
"Mutation.createLabel",
|
|
"Mutation.deleteLabel",
|
|
"Mutation.updateLabel"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-pull-requests"
|
|
],
|
|
"accept_header": "application/vnd.github.bane-preview+json",
|
|
"href": "/graphql/overview/schema-previews#labels-preview"
|
|
},
|
|
{
|
|
"title": "Import project preview",
|
|
"description": "This preview adds support for importing projects.",
|
|
"toggled_by": "slothette-preview",
|
|
"toggled_on": [
|
|
"Mutation.importProject"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-issues-projects"
|
|
],
|
|
"accept_header": "application/vnd.github.slothette-preview+json",
|
|
"href": "/graphql/overview/schema-previews#import-project-preview"
|
|
},
|
|
{
|
|
"title": "Team review assignments preview",
|
|
"description": "This preview adds support for updating the settings for team review assignment.",
|
|
"toggled_by": "stone-crop-preview",
|
|
"toggled_on": [
|
|
"Mutation.updateTeamReviewAssignment",
|
|
"TeamReviewAssignmentAlgorithm",
|
|
"Team.reviewRequestDelegationEnabled",
|
|
"Team.reviewRequestDelegationAlgorithm",
|
|
"Team.reviewRequestDelegationMemberCount",
|
|
"Team.reviewRequestDelegationNotifyTeam"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-pull-requests"
|
|
],
|
|
"accept_header": "application/vnd.github.stone-crop-preview+json",
|
|
"href": "/graphql/overview/schema-previews#team-review-assignments-preview"
|
|
}
|
|
]
|
|
} |