|
| 1 | +- title: Access to package version deletion |
| 2 | + description: >- |
| 3 | + This preview adds support for the DeletePackageVersion mutation which |
| 4 | + enables deletion of private package versions. |
| 5 | + toggled_by: ':package-deletes-preview' |
| 6 | + announcement: null |
| 7 | + updates: null |
| 8 | + toggled_on: |
| 9 | + - Mutation.deletePackageVersion |
| 10 | + owning_teams: |
| 11 | + - '@github/pe-package-registry' |
| 12 | +- title: Deployments |
| 13 | + description: >- |
| 14 | + This preview adds support for deployments mutations and new deployments |
| 15 | + features. |
| 16 | + toggled_by: ':flash-preview' |
| 17 | + announcement: null |
| 18 | + updates: null |
| 19 | + toggled_on: |
| 20 | + - DeploymentStatus.environment |
| 21 | + - Mutation.createDeploymentStatus |
| 22 | + - CreateDeploymentStatusInput |
| 23 | + - CreateDeploymentStatusPayload |
| 24 | + - Mutation.createDeployment |
| 25 | + - CreateDeploymentInput |
| 26 | + - CreateDeploymentPayload |
| 27 | + owning_teams: |
| 28 | + - '@github/c2c-actions-service' |
| 29 | +- title: >- |
| 30 | + MergeInfoPreview - More detailed information about a pull request's merge |
| 31 | + state. |
| 32 | + description: >- |
| 33 | + This preview adds support for accessing fields that provide more detailed |
| 34 | + information about a pull request's merge state. |
| 35 | + toggled_by: ':merge-info-preview' |
| 36 | + announcement: null |
| 37 | + updates: null |
| 38 | + toggled_on: |
| 39 | + - PullRequest.canBeRebased |
| 40 | + - PullRequest.mergeStateStatus |
| 41 | + owning_teams: |
| 42 | + - '@github/pe-pull-requests' |
| 43 | +- title: UpdateRefsPreview - Update multiple refs in a single operation. |
| 44 | + description: This preview adds support for updating multiple refs in a single operation. |
| 45 | + toggled_by: ':update-refs-preview' |
| 46 | + announcement: null |
| 47 | + updates: null |
| 48 | + toggled_on: |
| 49 | + - Mutation.updateRefs |
| 50 | + - GitRefname |
| 51 | + - RefUpdate |
| 52 | + - UpdateRefsInput |
| 53 | + - UpdateRefsPayload |
| 54 | + owning_teams: |
| 55 | + - '@github/reponauts' |
| 56 | +- title: Access to a Repositories Dependency Graph |
| 57 | + description: This preview adds support for reading a dependency graph for a repository. |
| 58 | + toggled_by: ':hawkgirl-preview' |
| 59 | + announcement: null |
| 60 | + updates: null |
| 61 | + toggled_on: |
| 62 | + - DependencyGraphManifest |
| 63 | + - Repository.dependencyGraphManifests |
| 64 | + - DependencyGraphManifestEdge |
| 65 | + - DependencyGraphManifestConnection |
| 66 | + - DependencyGraphDependency |
| 67 | + - DependencyGraphDependencyEdge |
| 68 | + - DependencyGraphDependencyConnection |
| 69 | + - DependencyGraphPackageRelease.dependencies |
| 70 | + owning_teams: |
| 71 | + - '@github/dsp-dependency-graph' |
| 72 | +- title: Project Event Details |
| 73 | + description: >- |
| 74 | + This preview adds project, project card, and project column details to |
| 75 | + project-related issue events. |
| 76 | + toggled_by: ':starfox-preview' |
| 77 | + announcement: null |
| 78 | + updates: null |
| 79 | + toggled_on: |
| 80 | + - AddedToProjectEvent.project |
| 81 | + - AddedToProjectEvent.projectCard |
| 82 | + - AddedToProjectEvent.projectColumnName |
| 83 | + - ConvertedNoteToIssueEvent.project |
| 84 | + - ConvertedNoteToIssueEvent.projectCard |
| 85 | + - ConvertedNoteToIssueEvent.projectColumnName |
| 86 | + - MovedColumnsInProjectEvent.project |
| 87 | + - MovedColumnsInProjectEvent.projectCard |
| 88 | + - MovedColumnsInProjectEvent.projectColumnName |
| 89 | + - MovedColumnsInProjectEvent.previousProjectColumnName |
| 90 | + - RemovedFromProjectEvent.project |
| 91 | + - RemovedFromProjectEvent.projectColumnName |
| 92 | + owning_teams: |
| 93 | + - '@github/github-projects' |
| 94 | +- title: Create content attachments |
| 95 | + description: This preview adds support for creating content attachments. |
| 96 | + toggled_by: ':corsair-preview' |
| 97 | + announcement: null |
| 98 | + updates: null |
| 99 | + toggled_on: |
| 100 | + - Mutation.createContentAttachment |
| 101 | + owning_teams: |
| 102 | + - '@github/feature-lifecycle' |
| 103 | +- title: Labels Preview |
| 104 | + description: >- |
| 105 | + This preview adds support for adding, updating, creating and deleting |
| 106 | + labels. |
| 107 | + toggled_by: ':bane-preview' |
| 108 | + announcement: null |
| 109 | + updates: null |
| 110 | + toggled_on: |
| 111 | + - Mutation.createLabel |
| 112 | + - CreateLabelPayload |
| 113 | + - CreateLabelInput |
| 114 | + - Mutation.deleteLabel |
| 115 | + - DeleteLabelPayload |
| 116 | + - DeleteLabelInput |
| 117 | + - Mutation.updateLabel |
| 118 | + - UpdateLabelPayload |
| 119 | + - UpdateLabelInput |
| 120 | + owning_teams: |
| 121 | + - '@github/pe-pull-requests' |
| 122 | +- title: Import Project |
| 123 | + description: This preview adds support for importing projects. |
| 124 | + toggled_by: ':slothette-preview' |
| 125 | + announcement: null |
| 126 | + updates: null |
| 127 | + toggled_on: |
| 128 | + - Mutation.importProject |
| 129 | + owning_teams: |
| 130 | + - '@github/pe-issues-projects' |
| 131 | +- title: Team Review Assignments Preview |
| 132 | + description: >- |
| 133 | + This preview adds support for updating the settings for team review |
| 134 | + assignment. |
| 135 | + toggled_by: ':stone-crop-preview' |
| 136 | + announcement: null |
| 137 | + updates: null |
| 138 | + toggled_on: |
| 139 | + - Mutation.updateTeamReviewAssignment |
| 140 | + - UpdateTeamReviewAssignmentInput |
| 141 | + - TeamReviewAssignmentAlgorithm |
| 142 | + - Team.reviewRequestDelegationEnabled |
| 143 | + - Team.reviewRequestDelegationAlgorithm |
| 144 | + - Team.reviewRequestDelegationMemberCount |
| 145 | + - Team.reviewRequestDelegationNotifyTeam |
| 146 | + owning_teams: |
| 147 | + - '@github/pe-pull-requests' |
0 commit comments