Co-authored-by: rachmari <rachmari@users.noreply.github.com>
This commit is contained in:
Octomerger Bot 2023-06-07 12:38:36 -04:00 коммит произвёл GitHub
Родитель 6f9209dc69
Коммит dd0f476d49
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
7 изменённых файлов: 68 добавлений и 0 удалений

Просмотреть файл

@ -24917,6 +24917,11 @@ enum OrganizationMigrationState {
"""
FAILED
"""
The Octoshift migration has invalid credentials.
"""
FAILED_VALIDATION
"""
The Octoshift migration is in progress.
"""
@ -24927,6 +24932,11 @@ enum OrganizationMigrationState {
"""
NOT_STARTED
"""
The Octoshift migration needs to have its credentials validated.
"""
PENDING_VALIDATION
"""
The Octoshift migration is performing post repository migrations.
"""

Просмотреть файл

@ -28691,6 +28691,11 @@ enum OrganizationMigrationState {
"""
FAILED
"""
The Octoshift migration has invalid credentials.
"""
FAILED_VALIDATION
"""
The Octoshift migration is in progress.
"""
@ -28701,6 +28706,11 @@ enum OrganizationMigrationState {
"""
NOT_STARTED
"""
The Octoshift migration needs to have its credentials validated.
"""
PENDING_VALIDATION
"""
The Octoshift migration is performing post repository migrations.
"""

Просмотреть файл

@ -28691,6 +28691,11 @@ enum OrganizationMigrationState {
"""
FAILED
"""
The Octoshift migration has invalid credentials.
"""
FAILED_VALIDATION
"""
The Octoshift migration is in progress.
"""
@ -28701,6 +28706,11 @@ enum OrganizationMigrationState {
"""
NOT_STARTED
"""
The Octoshift migration needs to have its credentials validated.
"""
PENDING_VALIDATION
"""
The Octoshift migration is performing post repository migrations.
"""

Просмотреть файл

@ -1,4 +1,18 @@
[
{
"schemaChanges": [
{
"title": "The GraphQL schema includes these changes:",
"changes": [
"<p>Enum value 'FAILED_VALIDATION<code>was added to enum</code>OrganizationMigrationState'</p>",
"<p>Enum value 'PENDING_VALIDATION<code>was added to enum</code>OrganizationMigrationState'</p>"
]
}
],
"previewChanges": [],
"upcomingChanges": [],
"date": "2023-06-07"
},
{
"schemaChanges": [
{

Просмотреть файл

@ -79672,6 +79672,10 @@
"name": "FAILED",
"description": "<p>The Octoshift migration has failed.</p>"
},
{
"name": "FAILED_VALIDATION",
"description": "<p>The Octoshift migration has invalid credentials.</p>"
},
{
"name": "IN_PROGRESS",
"description": "<p>The Octoshift migration is in progress.</p>"
@ -79680,6 +79684,10 @@
"name": "NOT_STARTED",
"description": "<p>The Octoshift migration has not started.</p>"
},
{
"name": "PENDING_VALIDATION",
"description": "<p>The Octoshift migration needs to have its credentials validated.</p>"
},
{
"name": "POST_REPO_MIGRATION",
"description": "<p>The Octoshift migration is performing post repository migrations.</p>"

Просмотреть файл

@ -66256,6 +66256,10 @@
"name": "FAILED",
"description": "<p>The Octoshift migration has failed.</p>"
},
{
"name": "FAILED_VALIDATION",
"description": "<p>The Octoshift migration has invalid credentials.</p>"
},
{
"name": "IN_PROGRESS",
"description": "<p>The Octoshift migration is in progress.</p>"
@ -66264,6 +66268,10 @@
"name": "NOT_STARTED",
"description": "<p>The Octoshift migration has not started.</p>"
},
{
"name": "PENDING_VALIDATION",
"description": "<p>The Octoshift migration needs to have its credentials validated.</p>"
},
{
"name": "POST_REPO_MIGRATION",
"description": "<p>The Octoshift migration is performing post repository migrations.</p>"

Просмотреть файл

@ -79672,6 +79672,10 @@
"name": "FAILED",
"description": "<p>The Octoshift migration has failed.</p>"
},
{
"name": "FAILED_VALIDATION",
"description": "<p>The Octoshift migration has invalid credentials.</p>"
},
{
"name": "IN_PROGRESS",
"description": "<p>The Octoshift migration is in progress.</p>"
@ -79680,6 +79684,10 @@
"name": "NOT_STARTED",
"description": "<p>The Octoshift migration has not started.</p>"
},
{
"name": "PENDING_VALIDATION",
"description": "<p>The Octoshift migration needs to have its credentials validated.</p>"
},
{
"name": "POST_REPO_MIGRATION",
"description": "<p>The Octoshift migration is performing post repository migrations.</p>"