Skip to content

Commit 98d59b5

Browse files
authored
Merge pull request #27258 from github/repo-sync
Repo sync
2 parents 730b7aa + abe7a9c commit 98d59b5

File tree

6 files changed

+9
-6
lines changed

6 files changed

+9
-6
lines changed

data/graphql/ghae/schema.docs-ghae.graphql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39747,7 +39747,8 @@ input StartRepositoryMigrationInput {
3974739747
clientMutationId: String
3974839748

3974939749
"""
39750-
Whether to continue the migration on error. Defaults to `false`.
39750+
Whether to continue the migration on error. Defaults to `false`. We strongly
39751+
recommend setting this to `true` for the smoothest migration experience.
3975139752
"""
3975239753
continueOnError: Boolean
3975339754

data/graphql/ghec/schema.docs.graphql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50405,7 +50405,8 @@ input StartRepositoryMigrationInput {
5040550405
clientMutationId: String
5040650406

5040750407
"""
50408-
Whether to continue the migration on error. Defaults to `false`.
50408+
Whether to continue the migration on error. Defaults to `false`. We strongly
50409+
recommend setting this to `true` for the smoothest migration experience.
5040950410
"""
5041050411
continueOnError: Boolean
5041150412

data/graphql/schema.docs.graphql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50405,7 +50405,8 @@ input StartRepositoryMigrationInput {
5040550405
clientMutationId: String
5040650406

5040750407
"""
50408-
Whether to continue the migration on error. Defaults to `false`.
50408+
Whether to continue the migration on error. Defaults to `false`. We strongly
50409+
recommend setting this to `true` for the smoothest migration experience.
5040950410
"""
5041050411
continueOnError: Boolean
5041150412

src/graphql/data/fpt/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95610,7 +95610,7 @@
9561095610
},
9561195611
{
9561295612
"name": "continueOnError",
95613-
"description": "<p>Whether to continue the migration on error. Defaults to <code>false</code>.</p>",
95613+
"description": "<p>Whether to continue the migration on error. Defaults to <code>false</code>. We strongly\nrecommend setting this to <code>true</code> for the smoothest migration experience.</p>",
9561495614
"type": "Boolean",
9561595615
"id": "boolean",
9561695616
"kind": "scalars",

src/graphql/data/ghae/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77480,7 +77480,7 @@
7748077480
},
7748177481
{
7748277482
"name": "continueOnError",
77483-
"description": "<p>Whether to continue the migration on error. Defaults to <code>false</code>.</p>",
77483+
"description": "<p>Whether to continue the migration on error. Defaults to <code>false</code>. We strongly\nrecommend setting this to <code>true</code> for the smoothest migration experience.</p>",
7748477484
"type": "Boolean",
7748577485
"id": "boolean",
7748677486
"kind": "scalars",

src/graphql/data/ghec/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95610,7 +95610,7 @@
9561095610
},
9561195611
{
9561295612
"name": "continueOnError",
95613-
"description": "<p>Whether to continue the migration on error. Defaults to <code>false</code>.</p>",
95613+
"description": "<p>Whether to continue the migration on error. Defaults to <code>false</code>. We strongly\nrecommend setting this to <code>true</code> for the smoothest migration experience.</p>",
9561495614
"type": "Boolean",
9561595615
"id": "boolean",
9561695616
"kind": "scalars",

0 commit comments

Comments
 (0)