Action ran graphql script"update-files"
This commit is contained in:
@@ -185,6 +185,16 @@ upcoming_changes:
|
||||
date: '2022-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: lukewar
|
||||
- location: ProjectNextFieldType.TASKS
|
||||
description:
|
||||
'`TASKS` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,
|
||||
to find a suitable replacement.'
|
||||
reason:
|
||||
The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2`
|
||||
API.
|
||||
date: '2022-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: lukewar
|
||||
- location: ProjectNextFieldType.TEXT
|
||||
description:
|
||||
'`TEXT` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,
|
||||
@@ -205,16 +215,6 @@ upcoming_changes:
|
||||
date: '2022-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: lukewar
|
||||
- location: ProjectNextFieldType.TRACKS
|
||||
description:
|
||||
'`TRACKS` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,
|
||||
to find a suitable replacement.'
|
||||
reason:
|
||||
The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2`
|
||||
API.
|
||||
date: '2022-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: lukewar
|
||||
- location: RemovePullRequestFromMergeQueueInput.branch
|
||||
description: '`branch` will be removed.'
|
||||
reason:
|
||||
|
||||
@@ -782,6 +782,16 @@ upcoming_changes:
|
||||
date: '2022-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: lukewar
|
||||
- location: ProjectNextFieldType.TASKS
|
||||
description:
|
||||
'`TASKS` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,
|
||||
to find a suitable replacement.'
|
||||
reason:
|
||||
The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2`
|
||||
API.
|
||||
date: '2022-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: lukewar
|
||||
- location: ProjectNextFieldType.TEXT
|
||||
description:
|
||||
'`TEXT` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,
|
||||
@@ -802,16 +812,6 @@ upcoming_changes:
|
||||
date: '2022-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: lukewar
|
||||
- location: ProjectNextFieldType.TRACKS
|
||||
description:
|
||||
'`TRACKS` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,
|
||||
to find a suitable replacement.'
|
||||
reason:
|
||||
The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2`
|
||||
API.
|
||||
date: '2022-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: lukewar
|
||||
- location: ProjectNextItem.content
|
||||
description:
|
||||
'`content` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,
|
||||
|
||||
@@ -28693,6 +28693,14 @@ enum ProjectNextFieldType {
|
||||
reason: "The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2022-10-01 UTC."
|
||||
)
|
||||
|
||||
"""
|
||||
Tasks
|
||||
"""
|
||||
TASKS
|
||||
@deprecated(
|
||||
reason: "The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2022-10-01 UTC."
|
||||
)
|
||||
|
||||
"""
|
||||
Text
|
||||
"""
|
||||
@@ -28708,14 +28716,6 @@ enum ProjectNextFieldType {
|
||||
@deprecated(
|
||||
reason: "The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2022-10-01 UTC."
|
||||
)
|
||||
|
||||
"""
|
||||
Tracks
|
||||
"""
|
||||
TRACKS
|
||||
@deprecated(
|
||||
reason: "The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2022-10-01 UTC."
|
||||
)
|
||||
}
|
||||
|
||||
"""
|
||||
@@ -29750,6 +29750,11 @@ enum ProjectV2FieldType {
|
||||
"""
|
||||
SINGLE_SELECT
|
||||
|
||||
"""
|
||||
Tasks
|
||||
"""
|
||||
TASKS
|
||||
|
||||
"""
|
||||
Text
|
||||
"""
|
||||
@@ -29759,11 +29764,6 @@ enum ProjectV2FieldType {
|
||||
Title
|
||||
"""
|
||||
TITLE
|
||||
|
||||
"""
|
||||
Tracks
|
||||
"""
|
||||
TRACKS
|
||||
}
|
||||
|
||||
"""
|
||||
|
||||
@@ -782,6 +782,16 @@ upcoming_changes:
|
||||
date: '2022-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: lukewar
|
||||
- location: ProjectNextFieldType.TASKS
|
||||
description:
|
||||
'`TASKS` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,
|
||||
to find a suitable replacement.'
|
||||
reason:
|
||||
The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2`
|
||||
API.
|
||||
date: '2022-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: lukewar
|
||||
- location: ProjectNextFieldType.TEXT
|
||||
description:
|
||||
'`TEXT` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,
|
||||
@@ -802,16 +812,6 @@ upcoming_changes:
|
||||
date: '2022-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: lukewar
|
||||
- location: ProjectNextFieldType.TRACKS
|
||||
description:
|
||||
'`TRACKS` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,
|
||||
to find a suitable replacement.'
|
||||
reason:
|
||||
The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2`
|
||||
API.
|
||||
date: '2022-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: lukewar
|
||||
- location: ProjectNextItem.content
|
||||
description:
|
||||
'`content` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,
|
||||
|
||||
@@ -28693,6 +28693,14 @@ enum ProjectNextFieldType {
|
||||
reason: "The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2022-10-01 UTC."
|
||||
)
|
||||
|
||||
"""
|
||||
Tasks
|
||||
"""
|
||||
TASKS
|
||||
@deprecated(
|
||||
reason: "The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2022-10-01 UTC."
|
||||
)
|
||||
|
||||
"""
|
||||
Text
|
||||
"""
|
||||
@@ -28708,14 +28716,6 @@ enum ProjectNextFieldType {
|
||||
@deprecated(
|
||||
reason: "The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2022-10-01 UTC."
|
||||
)
|
||||
|
||||
"""
|
||||
Tracks
|
||||
"""
|
||||
TRACKS
|
||||
@deprecated(
|
||||
reason: "The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2022-10-01 UTC."
|
||||
)
|
||||
}
|
||||
|
||||
"""
|
||||
@@ -29750,6 +29750,11 @@ enum ProjectV2FieldType {
|
||||
"""
|
||||
SINGLE_SELECT
|
||||
|
||||
"""
|
||||
Tasks
|
||||
"""
|
||||
TASKS
|
||||
|
||||
"""
|
||||
Text
|
||||
"""
|
||||
@@ -29759,11 +29764,6 @@ enum ProjectV2FieldType {
|
||||
Title
|
||||
"""
|
||||
TITLE
|
||||
|
||||
"""
|
||||
Tracks
|
||||
"""
|
||||
TRACKS
|
||||
}
|
||||
|
||||
"""
|
||||
|
||||
@@ -1,4 +1,27 @@
|
||||
[
|
||||
{
|
||||
"schemaChanges": [
|
||||
{
|
||||
"title": "The GraphQL schema includes these changes:",
|
||||
"changes": [
|
||||
"<p>Enum value <code>TASKS</code> was added to enum <code>ProjectNextFieldType</code></p>",
|
||||
"<p>Enum value <code>TRACKS</code> (deprecated) was removed from enum <code>ProjectNextFieldType</code></p>",
|
||||
"<p>Enum value <code>TASKS</code> was added to enum 'ProjectV2FieldType'</p>",
|
||||
"<p>Enum value <code>TRACKS</code> was removed from enum 'ProjectV2FieldType'</p>"
|
||||
]
|
||||
}
|
||||
],
|
||||
"previewChanges": [],
|
||||
"upcomingChanges": [
|
||||
{
|
||||
"title": "The following changes will be made to the schema:",
|
||||
"changes": [
|
||||
"<p>On member <code>ProjectNextFieldType.TASKS</code>:<code>TASKS</code> will be removed. Follow the ProjectV2 guide at <a href=\"https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/\">https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/</a>, to find a suitable replacement. <strong>Effective 2022-10-01</strong>.</p>"
|
||||
]
|
||||
}
|
||||
],
|
||||
"date": "2022-08-06"
|
||||
},
|
||||
{
|
||||
"schemaChanges": [
|
||||
{
|
||||
|
||||
@@ -75629,6 +75629,10 @@
|
||||
"name": "SINGLE_SELECT",
|
||||
"description": "<p>Single Select.</p>"
|
||||
},
|
||||
{
|
||||
"name": "TASKS",
|
||||
"description": "<p>Tasks.</p>"
|
||||
},
|
||||
{
|
||||
"name": "TEXT",
|
||||
"description": "<p>Text.</p>"
|
||||
@@ -75636,10 +75640,6 @@
|
||||
{
|
||||
"name": "TITLE",
|
||||
"description": "<p>Title.</p>"
|
||||
},
|
||||
{
|
||||
"name": "TRACKS",
|
||||
"description": "<p>Tracks.</p>"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -75799,6 +75799,10 @@
|
||||
"name": "SINGLE_SELECT",
|
||||
"description": "<p>Single Select.</p>"
|
||||
},
|
||||
{
|
||||
"name": "TASKS",
|
||||
"description": "<p>Tasks.</p>"
|
||||
},
|
||||
{
|
||||
"name": "TEXT",
|
||||
"description": "<p>Text.</p>"
|
||||
@@ -75806,10 +75810,6 @@
|
||||
{
|
||||
"name": "TITLE",
|
||||
"description": "<p>Title.</p>"
|
||||
},
|
||||
{
|
||||
"name": "TRACKS",
|
||||
"description": "<p>Tracks.</p>"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -75629,6 +75629,10 @@
|
||||
"name": "SINGLE_SELECT",
|
||||
"description": "<p>Single Select.</p>"
|
||||
},
|
||||
{
|
||||
"name": "TASKS",
|
||||
"description": "<p>Tasks.</p>"
|
||||
},
|
||||
{
|
||||
"name": "TEXT",
|
||||
"description": "<p>Text.</p>"
|
||||
@@ -75636,10 +75640,6 @@
|
||||
{
|
||||
"name": "TITLE",
|
||||
"description": "<p>Title.</p>"
|
||||
},
|
||||
{
|
||||
"name": "TRACKS",
|
||||
"description": "<p>Tracks.</p>"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -75799,6 +75799,10 @@
|
||||
"name": "SINGLE_SELECT",
|
||||
"description": "<p>Single Select.</p>"
|
||||
},
|
||||
{
|
||||
"name": "TASKS",
|
||||
"description": "<p>Tasks.</p>"
|
||||
},
|
||||
{
|
||||
"name": "TEXT",
|
||||
"description": "<p>Text.</p>"
|
||||
@@ -75806,10 +75810,6 @@
|
||||
{
|
||||
"name": "TITLE",
|
||||
"description": "<p>Title.</p>"
|
||||
},
|
||||
{
|
||||
"name": "TRACKS",
|
||||
"description": "<p>Tracks.</p>"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -729,14 +729,6 @@
|
||||
"criticality": "breaking",
|
||||
"owner": "lukewar"
|
||||
},
|
||||
{
|
||||
"location": "ProjectNextFieldType.TRACKS",
|
||||
"description": "<p><code>TRACKS</code> will be removed. Follow the ProjectV2 guide at <a href=\"https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/\">https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/</a>, to find a suitable replacement.</p>",
|
||||
"reason": "<p>The <code>ProjectNext</code> API is deprecated in favour of the more capable <code>ProjectV2</code> API.</p>",
|
||||
"date": "2022-10-01",
|
||||
"criticality": "breaking",
|
||||
"owner": "lukewar"
|
||||
},
|
||||
{
|
||||
"location": "ProjectNextFieldType.TITLE",
|
||||
"description": "<p><code>TITLE</code> will be removed. Follow the ProjectV2 guide at <a href=\"https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/\">https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/</a>, to find a suitable replacement.</p>",
|
||||
@@ -753,6 +745,14 @@
|
||||
"criticality": "breaking",
|
||||
"owner": "lukewar"
|
||||
},
|
||||
{
|
||||
"location": "ProjectNextFieldType.TASKS",
|
||||
"description": "<p><code>TASKS</code> will be removed. Follow the ProjectV2 guide at <a href=\"https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/\">https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/</a>, to find a suitable replacement.</p>",
|
||||
"reason": "<p>The <code>ProjectNext</code> API is deprecated in favour of the more capable <code>ProjectV2</code> API.</p>",
|
||||
"date": "2022-10-01",
|
||||
"criticality": "breaking",
|
||||
"owner": "lukewar"
|
||||
},
|
||||
{
|
||||
"location": "ProjectNextFieldType.SINGLE_SELECT",
|
||||
"description": "<p><code>SINGLE_SELECT</code> will be removed. Follow the ProjectV2 guide at <a href=\"https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/\">https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/</a>, to find a suitable replacement.</p>",
|
||||
@@ -2159,14 +2159,6 @@
|
||||
"criticality": "breaking",
|
||||
"owner": "lukewar"
|
||||
},
|
||||
{
|
||||
"location": "ProjectNextFieldType.TRACKS",
|
||||
"description": "<p><code>TRACKS</code> will be removed. Follow the ProjectV2 guide at <a href=\"https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/\">https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/</a>, to find a suitable replacement.</p>",
|
||||
"reason": "<p>The <code>ProjectNext</code> API is deprecated in favour of the more capable <code>ProjectV2</code> API.</p>",
|
||||
"date": "2022-10-01",
|
||||
"criticality": "breaking",
|
||||
"owner": "lukewar"
|
||||
},
|
||||
{
|
||||
"location": "ProjectNextFieldType.TITLE",
|
||||
"description": "<p><code>TITLE</code> will be removed. Follow the ProjectV2 guide at <a href=\"https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/\">https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/</a>, to find a suitable replacement.</p>",
|
||||
@@ -2183,6 +2175,14 @@
|
||||
"criticality": "breaking",
|
||||
"owner": "lukewar"
|
||||
},
|
||||
{
|
||||
"location": "ProjectNextFieldType.TASKS",
|
||||
"description": "<p><code>TASKS</code> will be removed. Follow the ProjectV2 guide at <a href=\"https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/\">https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/</a>, to find a suitable replacement.</p>",
|
||||
"reason": "<p>The <code>ProjectNext</code> API is deprecated in favour of the more capable <code>ProjectV2</code> API.</p>",
|
||||
"date": "2022-10-01",
|
||||
"criticality": "breaking",
|
||||
"owner": "lukewar"
|
||||
},
|
||||
{
|
||||
"location": "ProjectNextFieldType.SINGLE_SELECT",
|
||||
"description": "<p><code>SINGLE_SELECT</code> will be removed. Follow the ProjectV2 guide at <a href=\"https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/\">https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/</a>, to find a suitable replacement.</p>",
|
||||
@@ -3599,14 +3599,6 @@
|
||||
"criticality": "breaking",
|
||||
"owner": "jhunschejones"
|
||||
},
|
||||
{
|
||||
"location": "ProjectNextFieldType.TRACKS",
|
||||
"description": "<p><code>TRACKS</code> will be removed. Follow the ProjectV2 guide at <a href=\"https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/\">https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/</a>, to find a suitable replacement.</p>",
|
||||
"reason": "<p>The <code>ProjectNext</code> API is deprecated in favour of the more capable <code>ProjectV2</code> API.</p>",
|
||||
"date": "2022-10-01",
|
||||
"criticality": "breaking",
|
||||
"owner": "lukewar"
|
||||
},
|
||||
{
|
||||
"location": "ProjectNextFieldType.TITLE",
|
||||
"description": "<p><code>TITLE</code> will be removed. Follow the ProjectV2 guide at <a href=\"https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/\">https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/</a>, to find a suitable replacement.</p>",
|
||||
@@ -3623,6 +3615,14 @@
|
||||
"criticality": "breaking",
|
||||
"owner": "lukewar"
|
||||
},
|
||||
{
|
||||
"location": "ProjectNextFieldType.TASKS",
|
||||
"description": "<p><code>TASKS</code> will be removed. Follow the ProjectV2 guide at <a href=\"https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/\">https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/</a>, to find a suitable replacement.</p>",
|
||||
"reason": "<p>The <code>ProjectNext</code> API is deprecated in favour of the more capable <code>ProjectV2</code> API.</p>",
|
||||
"date": "2022-10-01",
|
||||
"criticality": "breaking",
|
||||
"owner": "lukewar"
|
||||
},
|
||||
{
|
||||
"location": "ProjectNextFieldType.SINGLE_SELECT",
|
||||
"description": "<p><code>SINGLE_SELECT</code> will be removed. Follow the ProjectV2 guide at <a href=\"https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/\">https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/</a>, to find a suitable replacement.</p>",
|
||||
|
||||
Reference in New Issue
Block a user