1
0
mirror of synced 2026-01-10 00:03:04 -05:00

Merge pull request #25865 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2023-06-07 13:03:57 -04:00
committed by GitHub
7 changed files with 68 additions and 0 deletions

View File

@@ -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.
"""

View File

@@ -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.
"""

View File

@@ -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.
"""

View File

@@ -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": [
{

View File

@@ -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>"

View File

@@ -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>"

View File

@@ -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>"