diff --git a/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/using-your-github-profile-to-enhance-your-resume.md b/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/using-your-github-profile-to-enhance-your-resume.md index d6a1d4a9a8da..38d1a28739c2 100644 --- a/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/using-your-github-profile-to-enhance-your-resume.md +++ b/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/using-your-github-profile-to-enhance-your-resume.md @@ -88,7 +88,9 @@ It's easiest to make these changes in {% data variables.product.prodname_vscode_ ### Update your project's dependencies -To showcase your understanding of security best practices, ensure your project is using the **latest versions** of any dependencies. You can automate this process with {% data variables.product.prodname_dependabot %}, which generates pull requests that update your project to the latest version. See [AUTOTITLE](/code-security/getting-started/dependabot-quickstart-guide). +If your project has any dependencies, you can showcase your understanding of security best practices by ensuring you're using the **latest versions**. + +You can automate this process with {% data variables.product.prodname_dependabot %}, which generates pull requests that update your project to new versions as they become available. See [AUTOTITLE](/code-security/getting-started/dependabot-quickstart-guide). ## Extra credit: Maintaining your projects diff --git a/content/repositories/configuring-branches-and-merges-in-your-repository/managing-rulesets/managing-rulesets-for-a-repository.md b/content/repositories/configuring-branches-and-merges-in-your-repository/managing-rulesets/managing-rulesets-for-a-repository.md index c218cc8848ca..4f3a0e94f036 100644 --- a/content/repositories/configuring-branches-and-merges-in-your-repository/managing-rulesets/managing-rulesets-for-a-repository.md +++ b/content/repositories/configuring-branches-and-merges-in-your-repository/managing-rulesets/managing-rulesets-for-a-repository.md @@ -34,9 +34,18 @@ For push rulesets for forked repositories, the "Rulesets" page will indicate tha {% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.navigate-to-branches %} 1. To the left of the branch name, click {% octicon "shield-lock" aria-label="view rules" %}. + + > [!TIP] Only branches that have a ruleset have a {% octicon "shield" aria-label="The shield icon" %} icon adjacent to their name. + 1. Optionally, to filter the results click the tabs or use the "Search branches" search bar. 1. Click the name of the ruleset you want to view. +You can also view active ruselets: + +* By adding the `/rules` slug to the repository's URL. For example, to view the rules of the open source documentation repository at {% data variables.product.github %}, you would go to https://github.com/github/docs/rules. + +* In the merge box if there are rules blocking the merging of a pull request. + ## Editing a ruleset {% ifversion repo-rules-enterprise %} diff --git a/src/github-apps/lib/config.json b/src/github-apps/lib/config.json index cdef3b5db304..61a515708d37 100644 --- a/src/github-apps/lib/config.json +++ b/src/github-apps/lib/config.json @@ -60,5 +60,5 @@ "2022-11-28" ] }, - "sha": "032fb2e62ebe84fdbf76cc6145c7432c8921a552" + "sha": "b5172cc4a761a05691532a66ffeb6057fcfae879" } \ No newline at end of file diff --git a/src/graphql/data/fpt/changelog.json b/src/graphql/data/fpt/changelog.json index ae2fa530ccd8..3d2e981e755b 100644 --- a/src/graphql/data/fpt/changelog.json +++ b/src/graphql/data/fpt/changelog.json @@ -1,4 +1,102 @@ [ + { + "schemaChanges": [ + { + "title": "The GraphQL schema includes these changes:", + "changes": [] + } + ], + "previewChanges": [], + "upcomingChanges": [ + { + "title": "The following changes will be made to the schema:", + "changes": [ + "
On member AddedToProjectEvent.databaseId
:databaseId
will be removed. Effective 2025-04-01.
On member AddedToProjectEvent.projectCard
:projectCard
will be removed. Effective 2025-04-01.
On member AddedToProjectEvent.projectColumnName
:projectColumnName
will be removed. Effective 2025-04-01.
On member ConvertedNoteToIssueEvent.projectCard
:projectCard
will be removed. Effective 2025-04-01.
On member MovedColumnsInProjectEvent.databaseId
:databaseId
will be removed. Effective 2025-04-01.
On member MovedColumnsInProjectEvent.previousProjectColumnName
:previousProjectColumnName
will be removed. Effective 2025-04-01.
On member MovedColumnsInProjectEvent.projectCard
:projectCard
will be removed. Effective 2025-04-01.
On member MovedColumnsInProjectEvent.projectColumnName
:projectColumnName
will be removed. Effective 2025-04-01.
On member Mutation.addProjectCard
:addProjectCard
will be removed. Effective 2025-04-01.
On member Mutation.addProjectColumn
:addProjectColumn
will be removed. Effective 2025-04-01.
On member Mutation.cloneProject
:cloneProject
will be removed. Effective 2025-04-01.
On member Mutation.convertProjectCardNoteToIssue
:convertProjectCardNoteToIssue
will be removed. Effective 2025-04-01.
On member Mutation.createProject
:createProject
will be removed. Effective 2025-04-01.
On member Mutation.deleteProject
:deleteProject
will be removed. Effective 2025-04-01.
On member Mutation.deleteProjectCard
:deleteProjectCard
will be removed. Effective 2025-04-01.
On member Mutation.deleteProjectColumn
:deleteProjectColumn
will be removed. Effective 2025-04-01.
On member Mutation.importProject
:importProject
will be removed. Effective 2025-04-01.
On member Mutation.linkRepositoryToProject
:linkRepositoryToProject
will be removed. Effective 2025-04-01.
On member Mutation.moveProjectCard
:moveProjectCard
will be removed. Effective 2025-04-01.
On member Mutation.moveProjectColumn
:moveProjectColumn
will be removed. Effective 2025-04-01.
On member Mutation.unlinkRepositoryFromProject
:unlinkRepositoryFromProject
will be removed. Effective 2025-04-01.
On member Mutation.updateProject
:updateProject
will be removed. Effective 2025-04-01.
On member Mutation.updateProjectCard
:updateProjectCard
will be removed. Effective 2025-04-01.
On member Mutation.updateProjectColumn
:updateProjectColumn
will be removed. Effective 2025-04-01.
On member Organization.project
:project
will be removed. Effective 2025-04-01.
On member Organization.projects
:projects
will be removed. Effective 2025-04-01.
On member Project.body
:body
will be removed. Effective 2025-04-01.
On member Project.bodyHTML
:bodyHtml
will be removed. Effective 2025-04-01.
On member Project.columns
:columns
will be removed. Effective 2025-04-01.
On member Project.createdAt
:createdAt
will be removed. Effective 2025-04-01.
On member Project.creator
:creator
will be removed. Effective 2025-04-01.
On member Project.databaseId
:databaseId
will be removed. Effective 2025-04-01.
On member Project.id
:id
will be removed. Effective 2025-04-01.
On member Project.name
:name
will be removed. Effective 2025-04-01.
On member Project.number
:number
will be removed. Effective 2025-04-01.
On member Project.owner
:owner
will be removed. Effective 2025-04-01.
On member Project.pendingCards
:pendingCards
will be removed. Effective 2025-04-01.
On member Project.progress
:progress
will be removed. Effective 2025-04-01.
On member Project.resourcePath
:resourcePath
will be removed. Effective 2025-04-01.
On member Project.state
:state
will be removed. Effective 2025-04-01.
On member Project.updatedAt
:updatedAt
will be removed. Effective 2025-04-01.
On member Project.url
:url
will be removed. Effective 2025-04-01.
On member ProjectCard.column
:column
will be removed. Effective 2025-04-01.
On member ProjectCard.content
:content
will be removed. Effective 2025-04-01.
On member ProjectCard.createdAt
:createdAt
will be removed. Effective 2025-04-01.
On member ProjectCard.creator
:creator
will be removed. Effective 2025-04-01.
On member ProjectCard.databaseId
:databaseId
will be removed. Effective 2025-04-01.
On member ProjectCard.id
:id
will be removed. Effective 2025-04-01.
On member ProjectCard.isArchived
:isArchived
will be removed. Effective 2025-04-01.
On member ProjectCard.note
:note
will be removed. Effective 2025-04-01.
On member ProjectCard.project
:project
will be removed. Effective 2025-04-01.
On member ProjectCard.resourcePath
:resourcePath
will be removed. Effective 2025-04-01.
On member ProjectCard.state
:state
will be removed. Effective 2025-04-01.
On member ProjectCard.updatedAt
:updatedAt
will be removed. Effective 2025-04-01.
On member ProjectCard.url
:url
will be removed. Effective 2025-04-01.
On member ProjectColumn.cards
:cards
will be removed. Effective 2025-04-01.
On member ProjectColumn.createdAt
:createdAt
will be removed. Effective 2025-04-01.
On member ProjectColumn.databaseId
:databaseId
will be removed. Effective 2025-04-01.
On member ProjectColumn.id
:id
will be removed. Effective 2025-04-01.
On member ProjectColumn.name
:name
will be removed. Effective 2025-04-01.
On member ProjectColumn.project
:project
will be removed. Effective 2025-04-01.
On member ProjectColumn.purpose
:purpose
will be removed. Effective 2025-04-01.
On member ProjectColumn.resourcePath
:resourcePath
will be removed. Effective 2025-04-01.
On member ProjectColumn.updatedAt
:updatedAt
will be removed. Effective 2025-04-01.
On member ProjectColumn.url
:url
will be removed. Effective 2025-04-01.
On member ProjectOwner.project
:project
will be removed. Effective 2025-04-01.
On member ProjectOwner.projects
:projects
will be removed. Effective 2025-04-01.
On member ProjectProgress.doneCount
:doneCount
will be removed. Effective 2025-04-01.
On member ProjectProgress.donePercentage
:donePercentage
will be removed. Effective 2025-04-01.
On member ProjectProgress.enabled
:enabled
will be removed. Effective 2025-04-01.
On member ProjectProgress.inProgressCount
:inProgressCount
will be removed. Effective 2025-04-01.
On member ProjectProgress.inProgressPercentage
:inProgressPercentage
will be removed. Effective 2025-04-01.
On member ProjectProgress.todoCount
:todoCount
will be removed. Effective 2025-04-01.
On member ProjectProgress.todoPercentage
:todoPercentage
will be removed. Effective 2025-04-01.
On member RemovedFromProjectEvent.databaseId
:databaseId
will be removed. Effective 2025-04-01.
On member RemovedFromProjectEvent.projectColumnName
:projectColumnName
will be removed. Effective 2025-04-01.
On member Repository.project
:project
will be removed. Effective 2025-04-01.
On member Repository.projects
:projects
will be removed. Effective 2025-04-01.
On member SearchShortcutQueryProjectTerm.project
:project
will be removed. Effective 2025-04-01.
On member User.project
:project
will be removed. Effective 2025-04-01.
On member User.projects
:projects
will be removed. Effective 2025-04-01.
Adds a card to a ProjectColumn. Either contentId
or note
must be provided but not both.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
", "inputFields": [ { "name": "input", @@ -1459,6 +1461,8 @@ "id": "addprojectcolumn", "href": "/graphql/reference/mutations#addprojectcolumn", "description": "Adds a column to a Project.
", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
", "inputFields": [ { "name": "input", @@ -2271,6 +2275,8 @@ "id": "cloneproject", "href": "/graphql/reference/mutations#cloneproject", "description": "Creates a new project by cloning configuration from an existing project.
", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
", "inputFields": [ { "name": "input", @@ -2449,6 +2455,8 @@ "id": "convertprojectcardnotetoissue", "href": "/graphql/reference/mutations#convertprojectcardnotetoissue", "description": "Convert a project note card to one associated with a newly created issue.
", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
", "inputFields": [ { "name": "input", @@ -3143,6 +3151,8 @@ "id": "createproject", "href": "/graphql/reference/mutations#createproject", "description": "Creates a new project.
", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
", "inputFields": [ { "name": "input", @@ -4035,6 +4045,8 @@ "id": "deleteproject", "href": "/graphql/reference/mutations#deleteproject", "description": "Deletes a project.
", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
", "inputFields": [ { "name": "input", @@ -4069,6 +4081,8 @@ "id": "deleteprojectcard", "href": "/graphql/reference/mutations#deleteprojectcard", "description": "Deletes a project card.
", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
", "inputFields": [ { "name": "input", @@ -4111,6 +4125,8 @@ "id": "deleteprojectcolumn", "href": "/graphql/reference/mutations#deleteprojectcolumn", "description": "Deletes a project column.
", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
", "inputFields": [ { "name": "input", @@ -4943,6 +4959,8 @@ "id": "importproject", "href": "/graphql/reference/mutations#importproject", "description": "Creates a new project by importing columns and a list of issues/PRs.
", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
", "inputFields": [ { "name": "input", @@ -5113,6 +5131,8 @@ "id": "linkrepositorytoproject", "href": "/graphql/reference/mutations#linkrepositorytoproject", "description": "Creates a repository link for a project.
", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
", "inputFields": [ { "name": "input", @@ -5443,6 +5463,8 @@ "id": "moveprojectcard", "href": "/graphql/reference/mutations#moveprojectcard", "description": "Moves a project card to another place.
", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
", "inputFields": [ { "name": "input", @@ -5477,6 +5499,8 @@ "id": "moveprojectcolumn", "href": "/graphql/reference/mutations#moveprojectcolumn", "description": "Moves a project column to another place.
", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
", "inputFields": [ { "name": "input", @@ -7153,6 +7177,8 @@ "id": "unlinkrepositoryfromproject", "href": "/graphql/reference/mutations#unlinkrepositoryfromproject", "description": "Deletes a repository link from a project.
", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
", "inputFields": [ { "name": "input", @@ -8825,6 +8851,8 @@ "id": "updateproject", "href": "/graphql/reference/mutations#updateproject", "description": "Updates an existing project.
", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
", "inputFields": [ { "name": "input", @@ -8859,6 +8887,8 @@ "id": "updateprojectcard", "href": "/graphql/reference/mutations#updateprojectcard", "description": "Updates an existing project card.
", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
", "inputFields": [ { "name": "input", @@ -8893,6 +8923,8 @@ "id": "updateprojectcolumn", "href": "/graphql/reference/mutations#updateprojectcolumn", "description": "Updates an existing project column.
", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
", "inputFields": [ { "name": "input", @@ -9996,7 +10028,9 @@ "type": "Int", "id": "int", "kind": "scalars", - "href": "/graphql/reference/scalars#int" + "href": "/graphql/reference/scalars#int", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "id", @@ -10020,7 +10054,9 @@ "type": "ProjectCard", "id": "projectcard", "kind": "objects", - "href": "/graphql/reference/objects#projectcard" + "href": "/graphql/reference/objects#projectcard", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "projectColumnName", @@ -10028,7 +10064,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" } ] }, @@ -16734,7 +16772,9 @@ "type": "ProjectCard", "id": "projectcard", "kind": "objects", - "href": "/graphql/reference/objects#projectcard" + "href": "/graphql/reference/objects#projectcard", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "projectColumnName", @@ -34451,7 +34491,9 @@ "type": "Int", "id": "int", "kind": "scalars", - "href": "/graphql/reference/scalars#int" + "href": "/graphql/reference/scalars#int", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "id", @@ -34467,7 +34509,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "project", @@ -34483,7 +34527,9 @@ "type": "ProjectCard", "id": "projectcard", "kind": "objects", - "href": "/graphql/reference/objects#projectcard" + "href": "/graphql/reference/objects#projectcard", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "projectColumnName", @@ -34491,7 +34537,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" } ] }, @@ -41447,7 +41495,9 @@ "href": "/graphql/reference/scalars#int" } } - ] + ], + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "projectV2", @@ -41547,7 +41597,9 @@ "href": "/graphql/reference/enums#projectstate" } } - ] + ], + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "projectsResourcePath", @@ -45927,7 +45979,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "bodyHTML", @@ -45935,7 +45989,9 @@ "type": "HTML!", "id": "html", "kind": "scalars", - "href": "/graphql/reference/scalars#html" + "href": "/graphql/reference/scalars#html", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "closed", @@ -46001,7 +46057,9 @@ "href": "/graphql/reference/scalars#int" } } - ] + ], + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "createdAt", @@ -46009,7 +46067,9 @@ "type": "DateTime!", "id": "datetime", "kind": "scalars", - "href": "/graphql/reference/scalars#datetime" + "href": "/graphql/reference/scalars#datetime", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "creator", @@ -46017,7 +46077,9 @@ "type": "Actor", "id": "actor", "kind": "interfaces", - "href": "/graphql/reference/interfaces#actor" + "href": "/graphql/reference/interfaces#actor", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "databaseId", @@ -46025,7 +46087,9 @@ "type": "Int", "id": "int", "kind": "scalars", - "href": "/graphql/reference/scalars#int" + "href": "/graphql/reference/scalars#int", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "id", @@ -46033,7 +46097,9 @@ "type": "ID!", "id": "id", "kind": "scalars", - "href": "/graphql/reference/scalars#id" + "href": "/graphql/reference/scalars#id", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "name", @@ -46041,7 +46107,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "number", @@ -46049,7 +46117,9 @@ "type": "Int!", "id": "int", "kind": "scalars", - "href": "/graphql/reference/scalars#int" + "href": "/graphql/reference/scalars#int", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "owner", @@ -46057,7 +46127,9 @@ "type": "ProjectOwner!", "id": "projectowner", "kind": "interfaces", - "href": "/graphql/reference/interfaces#projectowner" + "href": "/graphql/reference/interfaces#projectowner", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "pendingCards", @@ -46117,7 +46189,9 @@ "href": "/graphql/reference/scalars#int" } } - ] + ], + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "progress", @@ -46125,7 +46199,9 @@ "type": "ProjectProgress!", "id": "projectprogress", "kind": "objects", - "href": "/graphql/reference/objects#projectprogress" + "href": "/graphql/reference/objects#projectprogress", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "resourcePath", @@ -46133,7 +46209,9 @@ "type": "URI!", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "state", @@ -46141,7 +46219,9 @@ "type": "ProjectState!", "id": "projectstate", "kind": "enums", - "href": "/graphql/reference/enums#projectstate" + "href": "/graphql/reference/enums#projectstate", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "updatedAt", @@ -46149,7 +46229,9 @@ "type": "DateTime!", "id": "datetime", "kind": "scalars", - "href": "/graphql/reference/scalars#datetime" + "href": "/graphql/reference/scalars#datetime", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "url", @@ -46157,7 +46239,9 @@ "type": "URI!", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "viewerCanClose", @@ -46205,7 +46289,9 @@ "type": "ProjectColumn", "id": "projectcolumn", "kind": "objects", - "href": "/graphql/reference/objects#projectcolumn" + "href": "/graphql/reference/objects#projectcolumn", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "content", @@ -46213,7 +46299,9 @@ "type": "ProjectCardItem", "id": "projectcarditem", "kind": "unions", - "href": "/graphql/reference/unions#projectcarditem" + "href": "/graphql/reference/unions#projectcarditem", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "createdAt", @@ -46221,7 +46309,9 @@ "type": "DateTime!", "id": "datetime", "kind": "scalars", - "href": "/graphql/reference/scalars#datetime" + "href": "/graphql/reference/scalars#datetime", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "creator", @@ -46229,7 +46319,9 @@ "type": "Actor", "id": "actor", "kind": "interfaces", - "href": "/graphql/reference/interfaces#actor" + "href": "/graphql/reference/interfaces#actor", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "databaseId", @@ -46237,7 +46329,9 @@ "type": "Int", "id": "int", "kind": "scalars", - "href": "/graphql/reference/scalars#int" + "href": "/graphql/reference/scalars#int", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "id", @@ -46245,7 +46339,9 @@ "type": "ID!", "id": "id", "kind": "scalars", - "href": "/graphql/reference/scalars#id" + "href": "/graphql/reference/scalars#id", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "isArchived", @@ -46253,7 +46349,9 @@ "type": "Boolean!", "id": "boolean", "kind": "scalars", - "href": "/graphql/reference/scalars#boolean" + "href": "/graphql/reference/scalars#boolean", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "note", @@ -46261,7 +46359,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "project", @@ -46269,7 +46369,9 @@ "type": "Project!", "id": "project", "kind": "objects", - "href": "/graphql/reference/objects#project" + "href": "/graphql/reference/objects#project", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "resourcePath", @@ -46277,7 +46379,9 @@ "type": "URI!", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "state", @@ -46285,7 +46389,9 @@ "type": "ProjectCardState", "id": "projectcardstate", "kind": "enums", - "href": "/graphql/reference/enums#projectcardstate" + "href": "/graphql/reference/enums#projectcardstate", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "updatedAt", @@ -46293,7 +46399,9 @@ "type": "DateTime!", "id": "datetime", "kind": "scalars", - "href": "/graphql/reference/scalars#datetime" + "href": "/graphql/reference/scalars#datetime", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "url", @@ -46301,7 +46409,9 @@ "type": "URI!", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" } ] }, @@ -46443,7 +46553,9 @@ "href": "/graphql/reference/scalars#int" } } - ] + ], + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "createdAt", @@ -46451,7 +46563,9 @@ "type": "DateTime!", "id": "datetime", "kind": "scalars", - "href": "/graphql/reference/scalars#datetime" + "href": "/graphql/reference/scalars#datetime", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "databaseId", @@ -46459,7 +46573,9 @@ "type": "Int", "id": "int", "kind": "scalars", - "href": "/graphql/reference/scalars#int" + "href": "/graphql/reference/scalars#int", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "id", @@ -46467,7 +46583,9 @@ "type": "ID!", "id": "id", "kind": "scalars", - "href": "/graphql/reference/scalars#id" + "href": "/graphql/reference/scalars#id", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "name", @@ -46475,7 +46593,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "project", @@ -46483,7 +46603,9 @@ "type": "Project!", "id": "project", "kind": "objects", - "href": "/graphql/reference/objects#project" + "href": "/graphql/reference/objects#project", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "purpose", @@ -46491,7 +46613,9 @@ "type": "ProjectColumnPurpose", "id": "projectcolumnpurpose", "kind": "enums", - "href": "/graphql/reference/enums#projectcolumnpurpose" + "href": "/graphql/reference/enums#projectcolumnpurpose", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "resourcePath", @@ -46499,7 +46623,9 @@ "type": "URI!", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "updatedAt", @@ -46507,7 +46633,9 @@ "type": "DateTime!", "id": "datetime", "kind": "scalars", - "href": "/graphql/reference/scalars#datetime" + "href": "/graphql/reference/scalars#datetime", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "url", @@ -46515,7 +46643,9 @@ "type": "URI!", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" } ] }, @@ -46664,7 +46794,9 @@ "type": "Int!", "id": "int", "kind": "scalars", - "href": "/graphql/reference/scalars#int" + "href": "/graphql/reference/scalars#int", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "donePercentage", @@ -46672,7 +46804,9 @@ "type": "Float!", "id": "float", "kind": "scalars", - "href": "/graphql/reference/scalars#float" + "href": "/graphql/reference/scalars#float", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "enabled", @@ -46680,7 +46814,9 @@ "type": "Boolean!", "id": "boolean", "kind": "scalars", - "href": "/graphql/reference/scalars#boolean" + "href": "/graphql/reference/scalars#boolean", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "inProgressCount", @@ -46688,7 +46824,9 @@ "type": "Int!", "id": "int", "kind": "scalars", - "href": "/graphql/reference/scalars#int" + "href": "/graphql/reference/scalars#int", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "inProgressPercentage", @@ -46696,7 +46834,9 @@ "type": "Float!", "id": "float", "kind": "scalars", - "href": "/graphql/reference/scalars#float" + "href": "/graphql/reference/scalars#float", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "todoCount", @@ -46704,7 +46844,9 @@ "type": "Int!", "id": "int", "kind": "scalars", - "href": "/graphql/reference/scalars#int" + "href": "/graphql/reference/scalars#int", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "todoPercentage", @@ -46712,7 +46854,9 @@ "type": "Float!", "id": "float", "kind": "scalars", - "href": "/graphql/reference/scalars#float" + "href": "/graphql/reference/scalars#float", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" } ] }, @@ -57009,7 +57153,9 @@ "type": "Int", "id": "int", "kind": "scalars", - "href": "/graphql/reference/scalars#int" + "href": "/graphql/reference/scalars#int", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "id", @@ -57033,7 +57179,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" } ] }, @@ -63307,7 +63455,9 @@ "href": "/graphql/reference/scalars#int" } } - ] + ], + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "projectV2", @@ -63407,7 +63557,9 @@ "href": "/graphql/reference/enums#projectstate" } } - ] + ], + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "projectsResourcePath", @@ -76789,7 +76941,9 @@ "href": "/graphql/reference/scalars#int" } } - ] + ], + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "projectV2", @@ -76889,7 +77043,9 @@ "href": "/graphql/reference/enums#projectstate" } } - ] + ], + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "projectsResourcePath", @@ -81884,7 +82040,9 @@ "href": "/graphql/reference/scalars#int" } } - ] + ], + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "projects", @@ -81964,7 +82122,9 @@ "href": "/graphql/reference/enums#projectstate" } } - ] + ], + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "projectsResourcePath", diff --git a/src/graphql/data/fpt/upcoming-changes.json b/src/graphql/data/fpt/upcoming-changes.json index f3d101c3c25f..a9e005a96bd7 100644 --- a/src/graphql/data/fpt/upcoming-changes.json +++ b/src/graphql/data/fpt/upcoming-changes.json @@ -10,6 +10,62 @@ } ], "2025-04-01": [ + { + "location": "User.projects", + "description": "projects
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "User.project", + "description": "project
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "SearchShortcutQueryProjectTerm.project", + "description": "project
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Repository.projects", + "description": "projects
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Repository.project", + "description": "project
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "RemovedFromProjectEvent.projectColumnName", + "description": "projectColumnName
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "RemovedFromProjectEvent.databaseId", + "description": "databaseId
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, { "location": "ProjectV2Workflow.databaseId", "description": "databaseId
will be removed. Use fullDatabaseId
instead.
todoPercentage
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectProgress.todoCount", + "description": "todoCount
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectProgress.inProgressPercentage", + "description": "inProgressPercentage
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectProgress.inProgressCount", + "description": "inProgressCount
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectProgress.enabled", + "description": "enabled
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectProgress.donePercentage", + "description": "donePercentage
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectProgress.doneCount", + "description": "doneCount
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectOwner.projects", + "description": "projects
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectOwner.project", + "description": "project
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectColumn.url", + "description": "url
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectColumn.updatedAt", + "description": "updatedAt
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectColumn.resourcePath", + "description": "resourcePath
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectColumn.purpose", + "description": "purpose
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectColumn.project", + "description": "project
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectColumn.name", + "description": "name
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectColumn.id", + "description": "id
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectColumn.databaseId", + "description": "databaseId
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectColumn.createdAt", + "description": "createdAt
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectColumn.cards", + "description": "cards
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectCard.url", + "description": "url
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectCard.updatedAt", + "description": "updatedAt
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectCard.state", + "description": "state
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectCard.resourcePath", + "description": "resourcePath
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectCard.project", + "description": "project
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectCard.note", + "description": "note
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectCard.isArchived", + "description": "isArchived
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectCard.id", + "description": "id
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectCard.databaseId", + "description": "databaseId
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectCard.creator", + "description": "creator
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectCard.createdAt", + "description": "createdAt
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectCard.content", + "description": "content
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectCard.column", + "description": "column
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Project.url", + "description": "url
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Project.updatedAt", + "description": "updatedAt
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Project.state", + "description": "state
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Project.resourcePath", + "description": "resourcePath
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Project.progress", + "description": "progress
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Project.pendingCards", + "description": "pendingCards
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Project.owner", + "description": "owner
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Project.number", + "description": "number
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Project.name", + "description": "name
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Project.id", + "description": "id
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Project.databaseId", + "description": "databaseId
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Project.creator", + "description": "creator
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Project.createdAt", + "description": "createdAt
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Project.columns", + "description": "columns
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Project.bodyHTML", + "description": "bodyHtml
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Project.body", + "description": "body
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Organization.projects", + "description": "projects
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Organization.project", + "description": "project
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, { "location": "Organization.announcementUserDismissible", "description": "announcementUserDismissible
will be removed. Use the announcementBanner
object instead.
updateProjectColumn
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Mutation.updateProjectCard", + "description": "updateProjectCard
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Mutation.updateProject", + "description": "updateProject
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Mutation.unlinkRepositoryFromProject", + "description": "unlinkRepositoryFromProject
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Mutation.moveProjectColumn", + "description": "moveProjectColumn
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Mutation.moveProjectCard", + "description": "moveProjectCard
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Mutation.linkRepositoryToProject", + "description": "linkRepositoryToProject
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Mutation.importProject", + "description": "importProject
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Mutation.deleteProjectColumn", + "description": "deleteProjectColumn
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Mutation.deleteProjectCard", + "description": "deleteProjectCard
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Mutation.deleteProject", + "description": "deleteProject
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Mutation.createProject", + "description": "createProject
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Mutation.convertProjectCardNoteToIssue", + "description": "convertProjectCardNoteToIssue
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Mutation.cloneProject", + "description": "cloneProject
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Mutation.addProjectColumn", + "description": "addProjectColumn
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Mutation.addProjectCard", + "description": "addProjectCard
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "MovedColumnsInProjectEvent.projectColumnName", + "description": "projectColumnName
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "MovedColumnsInProjectEvent.projectCard", + "description": "projectCard
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "MovedColumnsInProjectEvent.previousProjectColumnName", + "description": "previousProjectColumnName
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "MovedColumnsInProjectEvent.databaseId", + "description": "databaseId
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, { "location": "EnterpriseOwnerInfo.outsideCollaborators.hasTwoFactorEnabled", "description": "hasTwoFactorEnabled
will be removed. Use two_factor_method_security
instead.
projectCard
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, { "location": "AnnouncementBannerI.announcementUserDismissible", "description": "announcementUserDismissible
will be removed. Use the announcementBanner
object instead.
projectColumnName
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "AddedToProjectEvent.projectCard", + "description": "projectCard
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "AddedToProjectEvent.databaseId", + "description": "databaseId
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" } ], "2025-01-01": [ diff --git a/src/graphql/data/ghec/graphql_upcoming_changes.public.yml b/src/graphql/data/ghec/graphql_upcoming_changes.public.yml index 7849695f58f3..e19c30dd14a9 100644 --- a/src/graphql/data/ghec/graphql_upcoming_changes.public.yml +++ b/src/graphql/data/ghec/graphql_upcoming_changes.public.yml @@ -666,6 +666,30 @@ upcoming_changes: date: '2025-01-01T00:00:00+00:00' criticality: breaking owner: chriskirkland + - location: AddedToProjectEvent.databaseId + description: '`databaseId` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: AddedToProjectEvent.projectCard + description: '`projectCard` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: AddedToProjectEvent.projectColumnName + description: '`projectColumnName` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex - location: AnnouncementBannerI.announcement description: '`announcement` will be removed. Use the `announcementBanner` object @@ -706,6 +730,14 @@ upcoming_changes: date: '2025-04-01T00:00:00+00:00' criticality: breaking owner: vaindil + - location: ConvertedNoteToIssueEvent.projectCard + description: '`projectCard` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex - location: Enterprise.announcement description: '`announcement` will be removed. Use the `announcementBanner` object @@ -770,6 +802,166 @@ upcoming_changes: date: '2025-04-01T00:00:00+00:00' criticality: breaking owner: authentication + - location: MovedColumnsInProjectEvent.databaseId + description: '`databaseId` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: MovedColumnsInProjectEvent.previousProjectColumnName + description: '`previousProjectColumnName` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: MovedColumnsInProjectEvent.projectCard + description: '`projectCard` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: MovedColumnsInProjectEvent.projectColumnName + description: '`projectColumnName` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: Mutation.addProjectCard + description: '`addProjectCard` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: Mutation.addProjectColumn + description: '`addProjectColumn` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: Mutation.cloneProject + description: '`cloneProject` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: Mutation.convertProjectCardNoteToIssue + description: '`convertProjectCardNoteToIssue` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: Mutation.createProject + description: '`createProject` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: Mutation.deleteProject + description: '`deleteProject` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: Mutation.deleteProjectCard + description: '`deleteProjectCard` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: Mutation.deleteProjectColumn + description: '`deleteProjectColumn` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: Mutation.importProject + description: '`importProject` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: Mutation.linkRepositoryToProject + description: '`linkRepositoryToProject` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: Mutation.moveProjectCard + description: '`moveProjectCard` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: Mutation.moveProjectColumn + description: '`moveProjectColumn` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: Mutation.unlinkRepositoryFromProject + description: '`unlinkRepositoryFromProject` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: Mutation.updateProject + description: '`updateProject` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: Mutation.updateProjectCard + description: '`updateProjectCard` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: Mutation.updateProjectColumn + description: '`updateProjectColumn` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex - location: Organization.announcement description: '`announcement` will be removed. Use the `announcementBanner` object @@ -810,6 +1002,406 @@ upcoming_changes: date: '2025-04-01T00:00:00+00:00' criticality: breaking owner: vaindil + - location: Organization.project + description: '`project` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: Organization.projects + description: '`projects` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: Project.body + description: '`body` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: Project.bodyHTML + description: '`bodyHtml` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: Project.columns + description: '`columns` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: Project.createdAt + description: '`createdAt` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: Project.creator + description: '`creator` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: Project.databaseId + description: '`databaseId` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: Project.id + description: '`id` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: Project.name + description: '`name` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: Project.number + description: '`number` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: Project.owner + description: '`owner` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: Project.pendingCards + description: '`pendingCards` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: Project.progress + description: '`progress` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: Project.resourcePath + description: '`resourcePath` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: Project.state + description: '`state` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: Project.updatedAt + description: '`updatedAt` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: Project.url + description: '`url` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: ProjectCard.column + description: '`column` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: ProjectCard.content + description: '`content` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: ProjectCard.createdAt + description: '`createdAt` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: ProjectCard.creator + description: '`creator` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: ProjectCard.databaseId + description: '`databaseId` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: ProjectCard.id + description: '`id` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: ProjectCard.isArchived + description: '`isArchived` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: ProjectCard.note + description: '`note` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: ProjectCard.project + description: '`project` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: ProjectCard.resourcePath + description: '`resourcePath` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: ProjectCard.state + description: '`state` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: ProjectCard.updatedAt + description: '`updatedAt` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: ProjectCard.url + description: '`url` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: ProjectColumn.cards + description: '`cards` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: ProjectColumn.createdAt + description: '`createdAt` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: ProjectColumn.databaseId + description: '`databaseId` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: ProjectColumn.id + description: '`id` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: ProjectColumn.name + description: '`name` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: ProjectColumn.project + description: '`project` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: ProjectColumn.purpose + description: '`purpose` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: ProjectColumn.resourcePath + description: '`resourcePath` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: ProjectColumn.updatedAt + description: '`updatedAt` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: ProjectColumn.url + description: '`url` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: ProjectOwner.project + description: '`project` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: ProjectOwner.projects + description: '`projects` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: ProjectProgress.doneCount + description: '`doneCount` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: ProjectProgress.donePercentage + description: '`donePercentage` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: ProjectProgress.enabled + description: '`enabled` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: ProjectProgress.inProgressCount + description: '`inProgressCount` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: ProjectProgress.inProgressPercentage + description: '`inProgressPercentage` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: ProjectProgress.todoCount + description: '`todoCount` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: ProjectProgress.todoPercentage + description: '`todoPercentage` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex - location: ProjectV2.databaseId description: '`databaseId` will be removed. Use `fullDatabaseId` instead.' reason: @@ -850,6 +1442,62 @@ upcoming_changes: date: '2025-04-01T00:00:00+00:00' criticality: breaking owner: dewski + - location: RemovedFromProjectEvent.databaseId + description: '`databaseId` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: RemovedFromProjectEvent.projectColumnName + description: '`projectColumnName` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: Repository.project + description: '`project` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: Repository.projects + description: '`projects` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: SearchShortcutQueryProjectTerm.project + description: '`project` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: User.project + description: '`project` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex + - location: User.projects + description: '`projects` will be removed.' + reason: + 'Projects (classic) is being deprecated in favor of the new Projects experience, + see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' + date: '2025-04-01T00:00:00+00:00' + criticality: breaking + owner: github/memex - location: SecurityAdvisory.cvss description: '`cvss` will be removed. New `cvss_severities` field will now contain diff --git a/src/graphql/data/ghec/schema.docs.graphql b/src/graphql/data/ghec/schema.docs.graphql index 7a189dbb49f0..72abd17a8fd7 100644 --- a/src/graphql/data/ghec/schema.docs.graphql +++ b/src/graphql/data/ghec/schema.docs.graphql @@ -1276,6 +1276,9 @@ type AddedToProjectEvent implements Node { Identifies the primary key from the database. """ databaseId: Int + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ The Node ID of the AddedToProjectEvent object @@ -1291,11 +1294,17 @@ type AddedToProjectEvent implements Node { Project card referenced by this project event. """ projectCard: ProjectCard + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ Column name referenced by this project event. """ projectColumnName: String! + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) } """ @@ -6916,6 +6925,9 @@ type ConvertedNoteToIssueEvent implements Node { Project card referenced by this project event. """ projectCard: ProjectCard + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ Column name referenced by this project event. @@ -23191,6 +23203,9 @@ type MovedColumnsInProjectEvent implements Node { Identifies the primary key from the database. """ databaseId: Int + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ The Node ID of the MovedColumnsInProjectEvent object @@ -23201,6 +23216,9 @@ type MovedColumnsInProjectEvent implements Node { Column name the issue or pull request was moved from. """ previousProjectColumnName: String! + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ Project referenced by event. @@ -23211,11 +23229,17 @@ type MovedColumnsInProjectEvent implements Node { Project card referenced by this project event. """ projectCard: ProjectCard + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ Column name the issue or pull request was moved to. """ projectColumnName: String! + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) } """ @@ -23361,6 +23385,9 @@ type Mutation { """ input: AddProjectCardInput! ): AddProjectCardPayload + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ Adds a column to a Project. @@ -23371,6 +23398,9 @@ type Mutation { """ input: AddProjectColumnInput! ): AddProjectColumnPayload + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ Creates a new draft issue and add it to a Project. @@ -23593,6 +23623,9 @@ type Mutation { """ input: CloneProjectInput! ): CloneProjectPayload + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ Create a new repository with the same files and directory structure as a template repository. @@ -23643,6 +23676,9 @@ type Mutation { """ input: ConvertProjectCardNoteToIssueInput! ): ConvertProjectCardNoteToIssuePayload + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ Converts a projectV2 draft issue item to an issue. @@ -23879,6 +23915,9 @@ type Mutation { """ input: CreateProjectInput! ): CreateProjectPayload + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ Creates a new project. @@ -24150,6 +24189,9 @@ type Mutation { """ input: DeleteProjectInput! ): DeleteProjectPayload + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ Deletes a project card. @@ -24160,6 +24202,9 @@ type Mutation { """ input: DeleteProjectCardInput! ): DeleteProjectCardPayload + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ Deletes a project column. @@ -24170,6 +24215,9 @@ type Mutation { """ input: DeleteProjectColumnInput! ): DeleteProjectColumnPayload + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ Delete a project. @@ -24410,6 +24458,9 @@ type Mutation { """ input: ImportProjectInput! ): ImportProjectPayload + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ Invite someone to become an administrator of the enterprise. @@ -24460,6 +24511,9 @@ type Mutation { """ input: LinkRepositoryToProjectInput! ): LinkRepositoryToProjectPayload + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ Lock a lockable object @@ -24550,6 +24604,9 @@ type Mutation { """ input: MoveProjectCardInput! ): MoveProjectCardPayload + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ Moves a project column to another place. @@ -24560,6 +24617,9 @@ type Mutation { """ input: MoveProjectColumnInput! ): MoveProjectColumnPayload + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ Pin an environment to a repository @@ -25021,6 +25081,9 @@ type Mutation { """ input: UnlinkRepositoryFromProjectInput! ): UnlinkRepositoryFromProjectPayload + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ Unlock a lockable object @@ -25464,6 +25527,9 @@ type Mutation { """ input: UpdateProjectInput! ): UpdateProjectPayload + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ Updates an existing project card. @@ -25474,6 +25540,9 @@ type Mutation { """ input: UpdateProjectCardInput! ): UpdateProjectCardPayload + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ Updates an existing project column. @@ -25484,6 +25553,9 @@ type Mutation { """ input: UpdateProjectColumnInput! ): UpdateProjectColumnPayload + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ Updates an existing project. @@ -30010,6 +30082,9 @@ type Organization implements Actor & AnnouncementBannerI & MemberStatusable & No """ number: Int! ): Project + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ Find a project by number. @@ -30060,6 +30135,9 @@ type Organization implements Actor & AnnouncementBannerI & MemberStatusable & No """ states: [ProjectState!] ): ProjectConnection! + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ The HTTP path listing organization's projects @@ -33306,11 +33384,17 @@ type Project implements Closable & Node & Updatable { The project's description body. """ body: String + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ The projects description body rendered to HTML. """ bodyHTML: HTML! + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ Indicates if the object is closed (definition of closed may depend on type) @@ -33346,41 +33430,65 @@ type Project implements Closable & Node & Updatable { """ last: Int ): ProjectColumnConnection! + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ Identifies the date and time when the object was created. """ createdAt: DateTime! + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ The actor who originally created the project. """ creator: Actor + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ Identifies the primary key from the database. """ databaseId: Int + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ The Node ID of the Project object """ id: ID! + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ The project's name. """ name: String! + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ The project's number. """ number: Int! + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ The project's owner. Currently limited to repositories, organizations, and users. """ owner: ProjectOwner! + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ List of pending cards in this project @@ -33411,31 +33519,49 @@ type Project implements Closable & Node & Updatable { """ last: Int ): ProjectCardConnection! + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ Project progress details. """ progress: ProjectProgress! + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ The HTTP path for this project """ resourcePath: URI! + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ Whether the project is open or closed. """ state: ProjectState! + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ Identifies the date and time when the object was last updated. """ updatedAt: DateTime! + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ The HTTP URL for this project """ url: URI! + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ Indicates if the object can be closed by the viewer. @@ -33464,66 +33590,105 @@ type ProjectCard implements Node { associated with a column, they will not become pending in the future. """ column: ProjectColumn + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ The card content item """ content: ProjectCardItem + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ Identifies the date and time when the object was created. """ createdAt: DateTime! + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ The actor who created this card """ creator: Actor + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ Identifies the primary key from the database. """ databaseId: Int + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ The Node ID of the ProjectCard object """ id: ID! + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ Whether the card is archived """ isArchived: Boolean! + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ The card note """ note: String + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ The project that contains this card. """ project: Project! + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ The HTTP path for this card """ resourcePath: URI! + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ The state of ProjectCard """ state: ProjectCardState + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ Identifies the date and time when the object was last updated. """ updatedAt: DateTime! + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ The HTTP URL for this card """ url: URI! + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) } """ @@ -33654,51 +33819,81 @@ type ProjectColumn implements Node { """ last: Int ): ProjectCardConnection! + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ Identifies the date and time when the object was created. """ createdAt: DateTime! + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ Identifies the primary key from the database. """ databaseId: Int + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ The Node ID of the ProjectColumn object """ id: ID! + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ The project column's name. """ name: String! + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ The project that contains this column. """ project: Project! + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ The semantic purpose of the column """ purpose: ProjectColumnPurpose + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ The HTTP path for this project column """ resourcePath: URI! + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ Identifies the date and time when the object was last updated. """ updatedAt: DateTime! + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ The HTTP URL for this project column """ url: URI! + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) } """ @@ -33874,6 +34069,9 @@ interface ProjectOwner { """ number: Int! ): Project + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ A list of projects under the owner. @@ -33914,6 +34112,9 @@ interface ProjectOwner { """ states: [ProjectState!] ): ProjectConnection! + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ The HTTP path listing owners projects @@ -33939,36 +34140,57 @@ type ProjectProgress { The number of done cards. """ doneCount: Int! + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ The percentage of done cards. """ donePercentage: Float! + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ Whether progress tracking is enabled and cards with purpose exist for this project """ enabled: Boolean! + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ The number of in-progress cards. """ inProgressCount: Int! + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ The percentage of in-progress cards. """ inProgressPercentage: Float! + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ The number of to do cards. """ todoCount: Int! + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ The percentage of to do cards. """ todoPercentage: Float! + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) } """ @@ -42579,6 +42801,9 @@ type RemovedFromProjectEvent implements Node { Identifies the primary key from the database. """ databaseId: Int + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ The Node ID of the RemovedFromProjectEvent object @@ -42594,6 +42819,9 @@ type RemovedFromProjectEvent implements Node { Column name referenced by this project event. """ projectColumnName: String! + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) } """ @@ -46307,6 +46535,9 @@ type Repository implements Node & PackageOwner & ProjectOwner & ProjectV2Recent """ number: Int! ): Project + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ Finds and returns the Project according to the provided Project number. @@ -46357,6 +46588,9 @@ type Repository implements Node & PackageOwner & ProjectOwner & ProjectV2Recent """ states: [ProjectState!] ): ProjectConnection! + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ The HTTP path listing the repository's projects @@ -62553,6 +62787,9 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner & """ number: Int! ): Project + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ Find a project by number. @@ -62603,6 +62840,9 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner & """ states: [ProjectState!] ): ProjectConnection! + @deprecated( + reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC." + ) """ The HTTP path listing user's projects diff --git a/src/graphql/data/ghec/schema.json b/src/graphql/data/ghec/schema.json index 461d929e01b6..bd75a3b90c60 100644 --- a/src/graphql/data/ghec/schema.json +++ b/src/graphql/data/ghec/schema.json @@ -1417,6 +1417,8 @@ "id": "addprojectcard", "href": "/graphql/reference/mutations#addprojectcard", "description": "Adds a card to a ProjectColumn. Either contentId
or note
must be provided but not both.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
", "inputFields": [ { "name": "input", @@ -1459,6 +1461,8 @@ "id": "addprojectcolumn", "href": "/graphql/reference/mutations#addprojectcolumn", "description": "Adds a column to a Project.
", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
", "inputFields": [ { "name": "input", @@ -2271,6 +2275,8 @@ "id": "cloneproject", "href": "/graphql/reference/mutations#cloneproject", "description": "Creates a new project by cloning configuration from an existing project.
", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
", "inputFields": [ { "name": "input", @@ -2449,6 +2455,8 @@ "id": "convertprojectcardnotetoissue", "href": "/graphql/reference/mutations#convertprojectcardnotetoissue", "description": "Convert a project note card to one associated with a newly created issue.
", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
", "inputFields": [ { "name": "input", @@ -3143,6 +3151,8 @@ "id": "createproject", "href": "/graphql/reference/mutations#createproject", "description": "Creates a new project.
", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
", "inputFields": [ { "name": "input", @@ -4035,6 +4045,8 @@ "id": "deleteproject", "href": "/graphql/reference/mutations#deleteproject", "description": "Deletes a project.
", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
", "inputFields": [ { "name": "input", @@ -4069,6 +4081,8 @@ "id": "deleteprojectcard", "href": "/graphql/reference/mutations#deleteprojectcard", "description": "Deletes a project card.
", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
", "inputFields": [ { "name": "input", @@ -4111,6 +4125,8 @@ "id": "deleteprojectcolumn", "href": "/graphql/reference/mutations#deleteprojectcolumn", "description": "Deletes a project column.
", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
", "inputFields": [ { "name": "input", @@ -4943,6 +4959,8 @@ "id": "importproject", "href": "/graphql/reference/mutations#importproject", "description": "Creates a new project by importing columns and a list of issues/PRs.
", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
", "inputFields": [ { "name": "input", @@ -5113,6 +5131,8 @@ "id": "linkrepositorytoproject", "href": "/graphql/reference/mutations#linkrepositorytoproject", "description": "Creates a repository link for a project.
", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
", "inputFields": [ { "name": "input", @@ -5443,6 +5463,8 @@ "id": "moveprojectcard", "href": "/graphql/reference/mutations#moveprojectcard", "description": "Moves a project card to another place.
", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
", "inputFields": [ { "name": "input", @@ -5477,6 +5499,8 @@ "id": "moveprojectcolumn", "href": "/graphql/reference/mutations#moveprojectcolumn", "description": "Moves a project column to another place.
", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
", "inputFields": [ { "name": "input", @@ -7153,6 +7177,8 @@ "id": "unlinkrepositoryfromproject", "href": "/graphql/reference/mutations#unlinkrepositoryfromproject", "description": "Deletes a repository link from a project.
", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
", "inputFields": [ { "name": "input", @@ -8825,6 +8851,8 @@ "id": "updateproject", "href": "/graphql/reference/mutations#updateproject", "description": "Updates an existing project.
", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
", "inputFields": [ { "name": "input", @@ -8859,6 +8887,8 @@ "id": "updateprojectcard", "href": "/graphql/reference/mutations#updateprojectcard", "description": "Updates an existing project card.
", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
", "inputFields": [ { "name": "input", @@ -8893,6 +8923,8 @@ "id": "updateprojectcolumn", "href": "/graphql/reference/mutations#updateprojectcolumn", "description": "Updates an existing project column.
", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
", "inputFields": [ { "name": "input", @@ -9996,7 +10028,9 @@ "type": "Int", "id": "int", "kind": "scalars", - "href": "/graphql/reference/scalars#int" + "href": "/graphql/reference/scalars#int", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "id", @@ -10020,7 +10054,9 @@ "type": "ProjectCard", "id": "projectcard", "kind": "objects", - "href": "/graphql/reference/objects#projectcard" + "href": "/graphql/reference/objects#projectcard", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "projectColumnName", @@ -10028,7 +10064,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" } ] }, @@ -16734,7 +16772,9 @@ "type": "ProjectCard", "id": "projectcard", "kind": "objects", - "href": "/graphql/reference/objects#projectcard" + "href": "/graphql/reference/objects#projectcard", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "projectColumnName", @@ -34451,7 +34491,9 @@ "type": "Int", "id": "int", "kind": "scalars", - "href": "/graphql/reference/scalars#int" + "href": "/graphql/reference/scalars#int", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "id", @@ -34467,7 +34509,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "project", @@ -34483,7 +34527,9 @@ "type": "ProjectCard", "id": "projectcard", "kind": "objects", - "href": "/graphql/reference/objects#projectcard" + "href": "/graphql/reference/objects#projectcard", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "projectColumnName", @@ -34491,7 +34537,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" } ] }, @@ -41447,7 +41495,9 @@ "href": "/graphql/reference/scalars#int" } } - ] + ], + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "projectV2", @@ -41547,7 +41597,9 @@ "href": "/graphql/reference/enums#projectstate" } } - ] + ], + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "projectsResourcePath", @@ -45927,7 +45979,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "bodyHTML", @@ -45935,7 +45989,9 @@ "type": "HTML!", "id": "html", "kind": "scalars", - "href": "/graphql/reference/scalars#html" + "href": "/graphql/reference/scalars#html", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "closed", @@ -46001,7 +46057,9 @@ "href": "/graphql/reference/scalars#int" } } - ] + ], + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "createdAt", @@ -46009,7 +46067,9 @@ "type": "DateTime!", "id": "datetime", "kind": "scalars", - "href": "/graphql/reference/scalars#datetime" + "href": "/graphql/reference/scalars#datetime", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "creator", @@ -46017,7 +46077,9 @@ "type": "Actor", "id": "actor", "kind": "interfaces", - "href": "/graphql/reference/interfaces#actor" + "href": "/graphql/reference/interfaces#actor", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "databaseId", @@ -46025,7 +46087,9 @@ "type": "Int", "id": "int", "kind": "scalars", - "href": "/graphql/reference/scalars#int" + "href": "/graphql/reference/scalars#int", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "id", @@ -46033,7 +46097,9 @@ "type": "ID!", "id": "id", "kind": "scalars", - "href": "/graphql/reference/scalars#id" + "href": "/graphql/reference/scalars#id", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "name", @@ -46041,7 +46107,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "number", @@ -46049,7 +46117,9 @@ "type": "Int!", "id": "int", "kind": "scalars", - "href": "/graphql/reference/scalars#int" + "href": "/graphql/reference/scalars#int", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "owner", @@ -46057,7 +46127,9 @@ "type": "ProjectOwner!", "id": "projectowner", "kind": "interfaces", - "href": "/graphql/reference/interfaces#projectowner" + "href": "/graphql/reference/interfaces#projectowner", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "pendingCards", @@ -46117,7 +46189,9 @@ "href": "/graphql/reference/scalars#int" } } - ] + ], + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "progress", @@ -46125,7 +46199,9 @@ "type": "ProjectProgress!", "id": "projectprogress", "kind": "objects", - "href": "/graphql/reference/objects#projectprogress" + "href": "/graphql/reference/objects#projectprogress", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "resourcePath", @@ -46133,7 +46209,9 @@ "type": "URI!", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "state", @@ -46141,7 +46219,9 @@ "type": "ProjectState!", "id": "projectstate", "kind": "enums", - "href": "/graphql/reference/enums#projectstate" + "href": "/graphql/reference/enums#projectstate", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "updatedAt", @@ -46149,7 +46229,9 @@ "type": "DateTime!", "id": "datetime", "kind": "scalars", - "href": "/graphql/reference/scalars#datetime" + "href": "/graphql/reference/scalars#datetime", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "url", @@ -46157,7 +46239,9 @@ "type": "URI!", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "viewerCanClose", @@ -46205,7 +46289,9 @@ "type": "ProjectColumn", "id": "projectcolumn", "kind": "objects", - "href": "/graphql/reference/objects#projectcolumn" + "href": "/graphql/reference/objects#projectcolumn", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "content", @@ -46213,7 +46299,9 @@ "type": "ProjectCardItem", "id": "projectcarditem", "kind": "unions", - "href": "/graphql/reference/unions#projectcarditem" + "href": "/graphql/reference/unions#projectcarditem", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "createdAt", @@ -46221,7 +46309,9 @@ "type": "DateTime!", "id": "datetime", "kind": "scalars", - "href": "/graphql/reference/scalars#datetime" + "href": "/graphql/reference/scalars#datetime", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "creator", @@ -46229,7 +46319,9 @@ "type": "Actor", "id": "actor", "kind": "interfaces", - "href": "/graphql/reference/interfaces#actor" + "href": "/graphql/reference/interfaces#actor", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "databaseId", @@ -46237,7 +46329,9 @@ "type": "Int", "id": "int", "kind": "scalars", - "href": "/graphql/reference/scalars#int" + "href": "/graphql/reference/scalars#int", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "id", @@ -46245,7 +46339,9 @@ "type": "ID!", "id": "id", "kind": "scalars", - "href": "/graphql/reference/scalars#id" + "href": "/graphql/reference/scalars#id", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "isArchived", @@ -46253,7 +46349,9 @@ "type": "Boolean!", "id": "boolean", "kind": "scalars", - "href": "/graphql/reference/scalars#boolean" + "href": "/graphql/reference/scalars#boolean", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "note", @@ -46261,7 +46359,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "project", @@ -46269,7 +46369,9 @@ "type": "Project!", "id": "project", "kind": "objects", - "href": "/graphql/reference/objects#project" + "href": "/graphql/reference/objects#project", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "resourcePath", @@ -46277,7 +46379,9 @@ "type": "URI!", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "state", @@ -46285,7 +46389,9 @@ "type": "ProjectCardState", "id": "projectcardstate", "kind": "enums", - "href": "/graphql/reference/enums#projectcardstate" + "href": "/graphql/reference/enums#projectcardstate", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "updatedAt", @@ -46293,7 +46399,9 @@ "type": "DateTime!", "id": "datetime", "kind": "scalars", - "href": "/graphql/reference/scalars#datetime" + "href": "/graphql/reference/scalars#datetime", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "url", @@ -46301,7 +46409,9 @@ "type": "URI!", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" } ] }, @@ -46443,7 +46553,9 @@ "href": "/graphql/reference/scalars#int" } } - ] + ], + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "createdAt", @@ -46451,7 +46563,9 @@ "type": "DateTime!", "id": "datetime", "kind": "scalars", - "href": "/graphql/reference/scalars#datetime" + "href": "/graphql/reference/scalars#datetime", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "databaseId", @@ -46459,7 +46573,9 @@ "type": "Int", "id": "int", "kind": "scalars", - "href": "/graphql/reference/scalars#int" + "href": "/graphql/reference/scalars#int", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "id", @@ -46467,7 +46583,9 @@ "type": "ID!", "id": "id", "kind": "scalars", - "href": "/graphql/reference/scalars#id" + "href": "/graphql/reference/scalars#id", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "name", @@ -46475,7 +46593,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "project", @@ -46483,7 +46603,9 @@ "type": "Project!", "id": "project", "kind": "objects", - "href": "/graphql/reference/objects#project" + "href": "/graphql/reference/objects#project", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "purpose", @@ -46491,7 +46613,9 @@ "type": "ProjectColumnPurpose", "id": "projectcolumnpurpose", "kind": "enums", - "href": "/graphql/reference/enums#projectcolumnpurpose" + "href": "/graphql/reference/enums#projectcolumnpurpose", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "resourcePath", @@ -46499,7 +46623,9 @@ "type": "URI!", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "updatedAt", @@ -46507,7 +46633,9 @@ "type": "DateTime!", "id": "datetime", "kind": "scalars", - "href": "/graphql/reference/scalars#datetime" + "href": "/graphql/reference/scalars#datetime", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "url", @@ -46515,7 +46643,9 @@ "type": "URI!", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" } ] }, @@ -46664,7 +46794,9 @@ "type": "Int!", "id": "int", "kind": "scalars", - "href": "/graphql/reference/scalars#int" + "href": "/graphql/reference/scalars#int", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "donePercentage", @@ -46672,7 +46804,9 @@ "type": "Float!", "id": "float", "kind": "scalars", - "href": "/graphql/reference/scalars#float" + "href": "/graphql/reference/scalars#float", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "enabled", @@ -46680,7 +46814,9 @@ "type": "Boolean!", "id": "boolean", "kind": "scalars", - "href": "/graphql/reference/scalars#boolean" + "href": "/graphql/reference/scalars#boolean", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "inProgressCount", @@ -46688,7 +46824,9 @@ "type": "Int!", "id": "int", "kind": "scalars", - "href": "/graphql/reference/scalars#int" + "href": "/graphql/reference/scalars#int", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "inProgressPercentage", @@ -46696,7 +46834,9 @@ "type": "Float!", "id": "float", "kind": "scalars", - "href": "/graphql/reference/scalars#float" + "href": "/graphql/reference/scalars#float", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "todoCount", @@ -46704,7 +46844,9 @@ "type": "Int!", "id": "int", "kind": "scalars", - "href": "/graphql/reference/scalars#int" + "href": "/graphql/reference/scalars#int", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "todoPercentage", @@ -46712,7 +46854,9 @@ "type": "Float!", "id": "float", "kind": "scalars", - "href": "/graphql/reference/scalars#float" + "href": "/graphql/reference/scalars#float", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" } ] }, @@ -57009,7 +57153,9 @@ "type": "Int", "id": "int", "kind": "scalars", - "href": "/graphql/reference/scalars#int" + "href": "/graphql/reference/scalars#int", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "id", @@ -57033,7 +57179,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" } ] }, @@ -63307,7 +63455,9 @@ "href": "/graphql/reference/scalars#int" } } - ] + ], + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "projectV2", @@ -63407,7 +63557,9 @@ "href": "/graphql/reference/enums#projectstate" } } - ] + ], + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "projectsResourcePath", @@ -76789,7 +76941,9 @@ "href": "/graphql/reference/scalars#int" } } - ] + ], + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "projectV2", @@ -76889,7 +77043,9 @@ "href": "/graphql/reference/enums#projectstate" } } - ] + ], + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "projectsResourcePath", @@ -81884,7 +82040,9 @@ "href": "/graphql/reference/scalars#int" } } - ] + ], + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "projects", @@ -81964,7 +82122,9 @@ "href": "/graphql/reference/enums#projectstate" } } - ] + ], + "isDeprecated": true, + "deprecationReason": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
" }, { "name": "projectsResourcePath", diff --git a/src/graphql/data/ghec/upcoming-changes.json b/src/graphql/data/ghec/upcoming-changes.json index f3d101c3c25f..a9e005a96bd7 100644 --- a/src/graphql/data/ghec/upcoming-changes.json +++ b/src/graphql/data/ghec/upcoming-changes.json @@ -10,6 +10,62 @@ } ], "2025-04-01": [ + { + "location": "User.projects", + "description": "projects
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "User.project", + "description": "project
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "SearchShortcutQueryProjectTerm.project", + "description": "project
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Repository.projects", + "description": "projects
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Repository.project", + "description": "project
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "RemovedFromProjectEvent.projectColumnName", + "description": "projectColumnName
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "RemovedFromProjectEvent.databaseId", + "description": "databaseId
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, { "location": "ProjectV2Workflow.databaseId", "description": "databaseId
will be removed. Use fullDatabaseId
instead.
todoPercentage
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectProgress.todoCount", + "description": "todoCount
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectProgress.inProgressPercentage", + "description": "inProgressPercentage
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectProgress.inProgressCount", + "description": "inProgressCount
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectProgress.enabled", + "description": "enabled
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectProgress.donePercentage", + "description": "donePercentage
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectProgress.doneCount", + "description": "doneCount
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectOwner.projects", + "description": "projects
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectOwner.project", + "description": "project
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectColumn.url", + "description": "url
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectColumn.updatedAt", + "description": "updatedAt
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectColumn.resourcePath", + "description": "resourcePath
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectColumn.purpose", + "description": "purpose
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectColumn.project", + "description": "project
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectColumn.name", + "description": "name
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectColumn.id", + "description": "id
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectColumn.databaseId", + "description": "databaseId
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectColumn.createdAt", + "description": "createdAt
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectColumn.cards", + "description": "cards
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectCard.url", + "description": "url
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectCard.updatedAt", + "description": "updatedAt
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectCard.state", + "description": "state
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectCard.resourcePath", + "description": "resourcePath
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectCard.project", + "description": "project
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectCard.note", + "description": "note
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectCard.isArchived", + "description": "isArchived
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectCard.id", + "description": "id
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectCard.databaseId", + "description": "databaseId
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectCard.creator", + "description": "creator
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectCard.createdAt", + "description": "createdAt
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectCard.content", + "description": "content
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "ProjectCard.column", + "description": "column
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Project.url", + "description": "url
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Project.updatedAt", + "description": "updatedAt
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Project.state", + "description": "state
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Project.resourcePath", + "description": "resourcePath
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Project.progress", + "description": "progress
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Project.pendingCards", + "description": "pendingCards
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Project.owner", + "description": "owner
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Project.number", + "description": "number
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Project.name", + "description": "name
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Project.id", + "description": "id
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Project.databaseId", + "description": "databaseId
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Project.creator", + "description": "creator
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Project.createdAt", + "description": "createdAt
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Project.columns", + "description": "columns
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Project.bodyHTML", + "description": "bodyHtml
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Project.body", + "description": "body
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Organization.projects", + "description": "projects
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Organization.project", + "description": "project
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, { "location": "Organization.announcementUserDismissible", "description": "announcementUserDismissible
will be removed. Use the announcementBanner
object instead.
updateProjectColumn
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Mutation.updateProjectCard", + "description": "updateProjectCard
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Mutation.updateProject", + "description": "updateProject
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Mutation.unlinkRepositoryFromProject", + "description": "unlinkRepositoryFromProject
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Mutation.moveProjectColumn", + "description": "moveProjectColumn
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Mutation.moveProjectCard", + "description": "moveProjectCard
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Mutation.linkRepositoryToProject", + "description": "linkRepositoryToProject
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Mutation.importProject", + "description": "importProject
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Mutation.deleteProjectColumn", + "description": "deleteProjectColumn
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Mutation.deleteProjectCard", + "description": "deleteProjectCard
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Mutation.deleteProject", + "description": "deleteProject
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Mutation.createProject", + "description": "createProject
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Mutation.convertProjectCardNoteToIssue", + "description": "convertProjectCardNoteToIssue
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Mutation.cloneProject", + "description": "cloneProject
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Mutation.addProjectColumn", + "description": "addProjectColumn
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "Mutation.addProjectCard", + "description": "addProjectCard
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "MovedColumnsInProjectEvent.projectColumnName", + "description": "projectColumnName
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "MovedColumnsInProjectEvent.projectCard", + "description": "projectCard
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "MovedColumnsInProjectEvent.previousProjectColumnName", + "description": "previousProjectColumnName
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "MovedColumnsInProjectEvent.databaseId", + "description": "databaseId
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, { "location": "EnterpriseOwnerInfo.outsideCollaborators.hasTwoFactorEnabled", "description": "hasTwoFactorEnabled
will be removed. Use two_factor_method_security
instead.
projectCard
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, { "location": "AnnouncementBannerI.announcementUserDismissible", "description": "announcementUserDismissible
will be removed. Use the announcementBanner
object instead.
projectColumnName
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "AddedToProjectEvent.projectCard", + "description": "projectCard
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" + }, + { + "location": "AddedToProjectEvent.databaseId", + "description": "databaseId
will be removed.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
", + "date": "2025-04-01", + "criticality": "breaking", + "owner": "github/memex" } ], "2025-01-01": [ diff --git a/src/rest/data/fpt-2022-11-28/schema.json b/src/rest/data/fpt-2022-11-28/schema.json index acda4cecada1..a15ecc0a9d72 100644 --- a/src/rest/data/fpt-2022-11-28/schema.json +++ b/src/rest/data/fpt-2022-11-28/schema.json @@ -108584,7 +108584,7 @@ }, { "name": "year", - "description": "If specified, only return results for a single year. The value of year
is an integer with four digits representing a year. For example, 2024
. Default value is the current year.
If specified, only return results for a single year. The value of year
is an integer with four digits representing a year. For example, 2025
. Default value is the current year.
If specified, only return results for a single month. The value of month
is an integer between 1
and 12
.
If specified, only return results for a single month. The value of month
is an integer between 1
and 12
. If no year is specified the default year
is used.
If specified, only return results for a single day. The value of day
is an integer between 1
and 31
.
If specified, only return results for a single day. The value of day
is an integer between 1
and 31
. If no year
or month
is specified, the default year
and month
are used.
If specified, only return results for a single hour. The value of hour
is an integer between 0
and 23
.
If specified, only return results for a single hour. The value of hour
is an integer between 0
and 23
. If no year
, month
, or day
is specified, the default year
, month
, and day
are used.
The type of repositories to attach the configuration to. selected
means the configuration will be attached to only the repositories specified by selected_repository_ids
The type of repositories to attach the configuration to.
", "isRequired": true, "enum": [ "all", diff --git a/src/rest/data/ghec-2022-11-28/schema.json b/src/rest/data/ghec-2022-11-28/schema.json index f9c15c7409cf..d6f86e55b4d7 100644 --- a/src/rest/data/ghec-2022-11-28/schema.json +++ b/src/rest/data/ghec-2022-11-28/schema.json @@ -118000,7 +118000,7 @@ }, { "name": "year", - "description": "If specified, only return results for a single year. The value of year
is an integer with four digits representing a year. For example, 2024
. Default value is the current year.
If specified, only return results for a single year. The value of year
is an integer with four digits representing a year. For example, 2025
. Default value is the current year.
If specified, only return results for a single month. The value of month
is an integer between 1
and 12
.
If specified, only return results for a single month. The value of month
is an integer between 1
and 12
. If no year is specified the default year
is used.
If specified, only return results for a single day. The value of day
is an integer between 1
and 31
.
If specified, only return results for a single day. The value of day
is an integer between 1
and 31
. If no year
or month
is specified, the default year
and month
are used.
If specified, only return results for a single hour. The value of hour
is an integer between 0
and 23
.
If specified, only return results for a single hour. The value of hour
is an integer between 0
and 23
. If no year
, month
, or day
is specified, the default year
, month
, and day
are used.
The type of repositories to attach the configuration to. selected
means the configuration will be attached to only the repositories specified by selected_repository_ids
The type of repositories to attach the configuration to.
", "isRequired": true, "enum": [ "all", @@ -277695,7 +277695,7 @@ }, { "name": "year", - "description": "If specified, only return results for a single year. The value of year
is an integer with four digits representing a year. For example, 2024
. Default value is the current year.
If specified, only return results for a single year. The value of year
is an integer with four digits representing a year. For example, 2025
. Default value is the current year.
If specified, only return results for a single month. The value of month
is an integer between 1
and 12
.
If specified, only return results for a single month. The value of month
is an integer between 1
and 12
. If no year is specified the default year
is used.
If specified, only return results for a single day. The value of day
is an integer between 1
and 31
.
If specified, only return results for a single day. The value of day
is an integer between 1
and 31
. If no year
or month
is specified, the default year
and month
are used.
If specified, only return results for a single hour. The value of hour
is an integer between 0
and 23
.
If specified, only return results for a single hour. The value of hour
is an integer between 0
and 23
. If no year
, month
, or day
is specified, the default year
, month
, and day
are used.