46 lines
1.4 KiB
YAML
46 lines
1.4 KiB
YAML
- title: Deployments
|
|
description: >-
|
|
This preview adds support for deployments mutations and new deployments
|
|
features.
|
|
toggled_by: ':flash-preview'
|
|
announcement: null
|
|
updates: null
|
|
toggled_on:
|
|
- DeploymentStatus.environment
|
|
- Mutation.createDeploymentStatus
|
|
- CreateDeploymentStatusInput
|
|
- CreateDeploymentStatusPayload
|
|
- Mutation.createDeployment
|
|
- CreateDeploymentInput
|
|
- CreateDeploymentPayload
|
|
owning_teams:
|
|
- '@github/pages'
|
|
- title: UpdateRefsPreview - Update multiple refs in a single operation.
|
|
description: This preview adds support for updating multiple refs in a single operation.
|
|
toggled_by: ':update-refs-preview'
|
|
announcement: null
|
|
updates: null
|
|
toggled_on:
|
|
- Mutation.updateRefs
|
|
- GitRefname
|
|
- RefUpdate
|
|
- UpdateRefsInput
|
|
- UpdateRefsPayload
|
|
owning_teams:
|
|
- '@github/repos'
|
|
- title: Access to a Repository's Dependency Graph
|
|
description: This preview adds support for reading a dependency graph for a repository.
|
|
toggled_by: ':hawkgirl-preview'
|
|
announcement: null
|
|
updates: null
|
|
toggled_on:
|
|
- DependencyGraphManifest
|
|
- Repository.dependencyGraphManifests
|
|
- DependencyGraphManifestEdge
|
|
- DependencyGraphManifestConnection
|
|
- DependencyGraphDependency
|
|
- DependencyGraphDependencyEdge
|
|
- DependencyGraphDependencyConnection
|
|
owning_teams:
|
|
- '@github/dependency-graph'
|