Skip to content

Commit

Permalink
fix: comment update (#902)
Browse files Browse the repository at this point in the history
  • Loading branch information
octokitbot authored Feb 23, 2024
1 parent 8c745ee commit 4be66bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions schema.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10419,7 +10419,7 @@ export type Migration = {
state: MigrationState;
/**
* The number of warnings encountered for this migration. To review the warnings,
* check the [Migration Log](https://docs.github.com/en/migrations/using-github-enterprise-importer/completing-your-migration-with-github-enterprise-importer/accessing-your-migration-logs-for-github-enterprise-importer).
* check the [Migration Log](https://docs.github.com/migrations/using-github-enterprise-importer/completing-your-migration-with-github-enterprise-importer/accessing-your-migration-logs-for-github-enterprise-importer).
*/
warningsCount: Scalars['Int']['output'];
};
Expand Down Expand Up @@ -22127,7 +22127,7 @@ export type RepositoryMigration = Migration & Node & {
state: MigrationState;
/**
* The number of warnings encountered for this migration. To review the warnings,
* check the [Migration Log](https://docs.github.com/en/migrations/using-github-enterprise-importer/completing-your-migration-with-github-enterprise-importer/accessing-your-migration-logs-for-github-enterprise-importer).
* check the [Migration Log](https://docs.github.com/migrations/using-github-enterprise-importer/completing-your-migration-with-github-enterprise-importer/accessing-your-migration-logs-for-github-enterprise-importer).
*/
warningsCount: Scalars['Int']['output'];
};
Expand Down
4 changes: 2 additions & 2 deletions schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -20702,7 +20702,7 @@ interface Migration {

"""
The number of warnings encountered for this migration. To review the warnings,
check the [Migration Log](https://docs.github.com/en/migrations/using-github-enterprise-importer/completing-your-migration-with-github-enterprise-importer/accessing-your-migration-logs-for-github-enterprise-importer).
check the [Migration Log](https://docs.github.com/migrations/using-github-enterprise-importer/completing-your-migration-with-github-enterprise-importer/accessing-your-migration-logs-for-github-enterprise-importer).
"""
warningsCount: Int!
}
Expand Down Expand Up @@ -44484,7 +44484,7 @@ type RepositoryMigration implements Migration & Node {

"""
The number of warnings encountered for this migration. To review the warnings,
check the [Migration Log](https://docs.github.com/en/migrations/using-github-enterprise-importer/completing-your-migration-with-github-enterprise-importer/accessing-your-migration-logs-for-github-enterprise-importer).
check the [Migration Log](https://docs.github.com/migrations/using-github-enterprise-importer/completing-your-migration-with-github-enterprise-importer/accessing-your-migration-logs-for-github-enterprise-importer).
"""
warningsCount: Int!
}
Expand Down
4 changes: 2 additions & 2 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -52821,7 +52821,7 @@
},
{
"name": "warningsCount",
"description": "The number of warnings encountered for this migration. To review the warnings, check the [Migration Log](https://docs.github.com/en/migrations/using-github-enterprise-importer/completing-your-migration-with-github-enterprise-importer/accessing-your-migration-logs-for-github-enterprise-importer).",
"description": "The number of warnings encountered for this migration. To review the warnings, check the [Migration Log](https://docs.github.com/migrations/using-github-enterprise-importer/completing-your-migration-with-github-enterprise-importer/accessing-your-migration-logs-for-github-enterprise-importer).",
"args": [],
"type": {
"kind": "NON_NULL",
Expand Down Expand Up @@ -116043,7 +116043,7 @@
},
{
"name": "warningsCount",
"description": "The number of warnings encountered for this migration. To review the warnings, check the [Migration Log](https://docs.github.com/en/migrations/using-github-enterprise-importer/completing-your-migration-with-github-enterprise-importer/accessing-your-migration-logs-for-github-enterprise-importer).",
"description": "The number of warnings encountered for this migration. To review the warnings, check the [Migration Log](https://docs.github.com/migrations/using-github-enterprise-importer/completing-your-migration-with-github-enterprise-importer/accessing-your-migration-logs-for-github-enterprise-importer).",
"args": [],
"type": {
"kind": "NON_NULL",
Expand Down

0 comments on commit 4be66bb

Please sign in to comment.