From 098bf10a624b05e11f2017f764a16acc970cbc0f Mon Sep 17 00:00:00 2001 From: docs-bot <77750099+docs-bot@users.noreply.github.com> Date: Fri, 23 Feb 2024 08:31:19 -0800 Subject: [PATCH 1/2] Update audit log event data (#49353) --- src/audit-logs/lib/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/audit-logs/lib/config.json b/src/audit-logs/lib/config.json index d63904399708..445bb0172789 100644 --- a/src/audit-logs/lib/config.json +++ b/src/audit-logs/lib/config.json @@ -1,4 +1,4 @@ { "apiOnlyEventsAdditionalDescription": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.", - "sha": "8d67adf2bf847cc20fc9c5d0467eb088401a2dda" + "sha": "02b360184eab64004ed1e890ae83b758eac91469" } \ No newline at end of file From d13917c213870ecc00cca98bad55c15488ea5471 Mon Sep 17 00:00:00 2001 From: docs-bot <77750099+docs-bot@users.noreply.github.com> Date: Fri, 23 Feb 2024 08:32:39 -0800 Subject: [PATCH 2/2] GraphQL schema update (#49354) Co-authored-by: rachmari <9831992+rachmari@users.noreply.github.com> --- data/graphql/ghec/schema.docs.graphql | 4 ++-- data/graphql/schema.docs.graphql | 4 ++-- src/graphql/data/fpt/schema.json | 4 ++-- src/graphql/data/ghec/schema.json | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/data/graphql/ghec/schema.docs.graphql b/data/graphql/ghec/schema.docs.graphql index d5744bc83cd6..cd6d52362fde 100644 --- a/data/graphql/ghec/schema.docs.graphql +++ b/data/graphql/ghec/schema.docs.graphql @@ -21372,7 +21372,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! } @@ -45643,7 +45643,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! } diff --git a/data/graphql/schema.docs.graphql b/data/graphql/schema.docs.graphql index d5744bc83cd6..cd6d52362fde 100644 --- a/data/graphql/schema.docs.graphql +++ b/data/graphql/schema.docs.graphql @@ -21372,7 +21372,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! } @@ -45643,7 +45643,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! } diff --git a/src/graphql/data/fpt/schema.json b/src/graphql/data/fpt/schema.json index 814f6702c8c2..2e98c2ec9e1f 100644 --- a/src/graphql/data/fpt/schema.json +++ b/src/graphql/data/fpt/schema.json @@ -63276,7 +63276,7 @@ }, { "name": "warningsCount", - "description": "
The number of warnings encountered for this migration. To review the warnings,\ncheck the Migration Log.
", + "description": "The number of warnings encountered for this migration. To review the warnings,\ncheck the Migration Log.
", "type": "Int!", "id": "int", "kind": "scalars", @@ -79222,7 +79222,7 @@ }, { "name": "warningsCount", - "description": "The number of warnings encountered for this migration. To review the warnings,\ncheck the Migration Log.
", + "description": "The number of warnings encountered for this migration. To review the warnings,\ncheck the Migration Log.
", "type": "Int!", "id": "int", "kind": "scalars", diff --git a/src/graphql/data/ghec/schema.json b/src/graphql/data/ghec/schema.json index 814f6702c8c2..2e98c2ec9e1f 100644 --- a/src/graphql/data/ghec/schema.json +++ b/src/graphql/data/ghec/schema.json @@ -63276,7 +63276,7 @@ }, { "name": "warningsCount", - "description": "The number of warnings encountered for this migration. To review the warnings,\ncheck the Migration Log.
", + "description": "The number of warnings encountered for this migration. To review the warnings,\ncheck the Migration Log.
", "type": "Int!", "id": "int", "kind": "scalars", @@ -79222,7 +79222,7 @@ }, { "name": "warningsCount", - "description": "The number of warnings encountered for this migration. To review the warnings,\ncheck the Migration Log.
", + "description": "The number of warnings encountered for this migration. To review the warnings,\ncheck the Migration Log.
", "type": "Int!", "id": "int", "kind": "scalars",