|
839 | 839 | "href": "/graphql/overview/schema-previews#team-review-assignments-preview"
|
840 | 840 | }
|
841 | 841 | ],
|
842 |
| - "ghes-3.1": [ |
843 |
| - { |
844 |
| - "title": "Access to package version deletion preview", |
845 |
| - "description": "This preview adds support for the DeletePackageVersion mutation which enables deletion of private package versions.", |
846 |
| - "toggled_by": "package-deletes-preview", |
847 |
| - "toggled_on": [ |
848 |
| - "Mutation.deletePackageVersion" |
849 |
| - ], |
850 |
| - "owning_teams": [ |
851 |
| - "@github/pe-package-registry" |
852 |
| - ], |
853 |
| - "accept_header": "application/vnd.github.package-deletes-preview+json", |
854 |
| - "href": "/graphql/overview/schema-previews#access-to-package-version-deletion-preview" |
855 |
| - }, |
856 |
| - { |
857 |
| - "title": "Deployments preview", |
858 |
| - "description": "This preview adds support for deployments mutations and new deployments features.", |
859 |
| - "toggled_by": "flash-preview", |
860 |
| - "toggled_on": [ |
861 |
| - "DeploymentStatus.environment", |
862 |
| - "Mutation.createDeploymentStatus", |
863 |
| - "Mutation.createDeployment" |
864 |
| - ], |
865 |
| - "owning_teams": [ |
866 |
| - "@github/ecosystem-api" |
867 |
| - ], |
868 |
| - "accept_header": "application/vnd.github.flash-preview+json", |
869 |
| - "href": "/graphql/overview/schema-previews#deployments-preview" |
870 |
| - }, |
871 |
| - { |
872 |
| - "title": "Merge info preview", |
873 |
| - "description": "This preview adds support for accessing fields that provide more detailed information about a pull request's merge state.", |
874 |
| - "toggled_by": "merge-info-preview", |
875 |
| - "toggled_on": [ |
876 |
| - "PullRequest.canBeRebased", |
877 |
| - "PullRequest.mergeStateStatus" |
878 |
| - ], |
879 |
| - "owning_teams": [ |
880 |
| - "@github/pe-pull-requests" |
881 |
| - ], |
882 |
| - "accept_header": "application/vnd.github.merge-info-preview+json", |
883 |
| - "href": "/graphql/overview/schema-previews#merge-info-preview" |
884 |
| - }, |
885 |
| - { |
886 |
| - "title": "Update refs preview", |
887 |
| - "description": "This preview adds support for updating multiple refs in a single operation.", |
888 |
| - "toggled_by": "update-refs-preview", |
889 |
| - "toggled_on": [ |
890 |
| - "Mutation.updateRefs", |
891 |
| - "GitRefname", |
892 |
| - "RefUpdate" |
893 |
| - ], |
894 |
| - "owning_teams": [ |
895 |
| - "@github/reponauts" |
896 |
| - ], |
897 |
| - "accept_header": "application/vnd.github.update-refs-preview+json", |
898 |
| - "href": "/graphql/overview/schema-previews#update-refs-preview" |
899 |
| - }, |
900 |
| - { |
901 |
| - "title": "Project event details preview", |
902 |
| - "description": "This preview adds project, project card, and project column details to project-related issue events.", |
903 |
| - "toggled_by": "starfox-preview", |
904 |
| - "toggled_on": [ |
905 |
| - "AddedToProjectEvent.project", |
906 |
| - "AddedToProjectEvent.projectCard", |
907 |
| - "AddedToProjectEvent.projectColumnName", |
908 |
| - "ConvertedNoteToIssueEvent.project", |
909 |
| - "ConvertedNoteToIssueEvent.projectCard", |
910 |
| - "ConvertedNoteToIssueEvent.projectColumnName", |
911 |
| - "MovedColumnsInProjectEvent.project", |
912 |
| - "MovedColumnsInProjectEvent.projectCard", |
913 |
| - "MovedColumnsInProjectEvent.projectColumnName", |
914 |
| - "MovedColumnsInProjectEvent.previousProjectColumnName", |
915 |
| - "RemovedFromProjectEvent.project", |
916 |
| - "RemovedFromProjectEvent.projectColumnName" |
917 |
| - ], |
918 |
| - "owning_teams": [ |
919 |
| - "@github/github-projects" |
920 |
| - ], |
921 |
| - "accept_header": "application/vnd.github.starfox-preview+json", |
922 |
| - "href": "/graphql/overview/schema-previews#project-event-details-preview" |
923 |
| - }, |
924 |
| - { |
925 |
| - "title": "Create content attachments preview", |
926 |
| - "description": "This preview adds support for creating content attachments.", |
927 |
| - "toggled_by": "corsair-preview", |
928 |
| - "toggled_on": [ |
929 |
| - "Mutation.createContentAttachment" |
930 |
| - ], |
931 |
| - "owning_teams": [ |
932 |
| - "@github/feature-lifecycle" |
933 |
| - ], |
934 |
| - "accept_header": "application/vnd.github.corsair-preview+json", |
935 |
| - "href": "/graphql/overview/schema-previews#create-content-attachments-preview" |
936 |
| - }, |
937 |
| - { |
938 |
| - "title": "Labels preview", |
939 |
| - "description": "This preview adds support for adding, updating, creating and deleting labels.", |
940 |
| - "toggled_by": "bane-preview", |
941 |
| - "toggled_on": [ |
942 |
| - "Mutation.createLabel", |
943 |
| - "Mutation.deleteLabel", |
944 |
| - "Mutation.updateLabel" |
945 |
| - ], |
946 |
| - "owning_teams": [ |
947 |
| - "@github/pe-pull-requests" |
948 |
| - ], |
949 |
| - "accept_header": "application/vnd.github.bane-preview+json", |
950 |
| - "href": "/graphql/overview/schema-previews#labels-preview" |
951 |
| - }, |
952 |
| - { |
953 |
| - "title": "Import project preview", |
954 |
| - "description": "This preview adds support for importing projects.", |
955 |
| - "toggled_by": "slothette-preview", |
956 |
| - "toggled_on": [ |
957 |
| - "Mutation.importProject" |
958 |
| - ], |
959 |
| - "owning_teams": [ |
960 |
| - "@github/pe-issues-projects" |
961 |
| - ], |
962 |
| - "accept_header": "application/vnd.github.slothette-preview+json", |
963 |
| - "href": "/graphql/overview/schema-previews#import-project-preview" |
964 |
| - }, |
965 |
| - { |
966 |
| - "title": "Team review assignments preview", |
967 |
| - "description": "This preview adds support for updating the settings for team review assignment.", |
968 |
| - "toggled_by": "stone-crop-preview", |
969 |
| - "toggled_on": [ |
970 |
| - "Mutation.updateTeamReviewAssignment", |
971 |
| - "TeamReviewAssignmentAlgorithm", |
972 |
| - "Team.reviewRequestDelegationEnabled", |
973 |
| - "Team.reviewRequestDelegationAlgorithm", |
974 |
| - "Team.reviewRequestDelegationMemberCount", |
975 |
| - "Team.reviewRequestDelegationNotifyTeam" |
976 |
| - ], |
977 |
| - "owning_teams": [ |
978 |
| - "@github/pe-pull-requests" |
979 |
| - ], |
980 |
| - "accept_header": "application/vnd.github.stone-crop-preview+json", |
981 |
| - "href": "/graphql/overview/schema-previews#team-review-assignments-preview" |
982 |
| - } |
983 |
| - ], |
984 | 842 | "ghae": [
|
985 | 843 | {
|
986 | 844 | "title": "Access to package version deletion preview",
|
|
0 commit comments