diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.json b/descriptions/api.github.com/api.github.com.2022-11-28.json index 2c761f4789..fdb03dcda3 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions/api.github.com/api.github.com.2022-11-28.json @@ -15317,7 +15317,7 @@ "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" }, { - "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry-urls" + "$ref": "#/components/parameters/dependabot-alert-comma-separated-package-registry-urls" }, { "$ref": "#/components/parameters/dependabot-alert-comma-separated-package-registry" @@ -49884,6 +49884,20 @@ "state": "open", "labels": [ "bug" + ], + "issue_field_values": [ + { + "field_id": "123", + "value": "Critical" + }, + { + "field_id": "456", + "value": 5 + }, + { + "field_id": "789", + "value": null + } ] } } @@ -126390,6 +126404,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "commit_id": { "description": "A commit SHA for the review.", "example": "54bb654c9e6025347f57900a4a5c2313a96b8035", @@ -144069,6 +144088,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "user": { "title": "User", "type": "object", @@ -221138,6 +221162,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "format": "date-time", + "nullable": true + }, "user": { "title": "User", "type": "object", @@ -242438,6 +242467,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ @@ -245561,6 +245595,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ @@ -304126,10 +304165,10 @@ "$ref": "#/components/schemas/code-scanning-analysis-tool-guid" } }, - "dependabot-alert-comma-separated-artifact-registry-urls": { - "name": "artifact_registry_url", + "dependabot-alert-comma-separated-package-registry-urls": { + "name": "package_registry_url", "in": "query", - "description": "A comma-separated list of Artifact Registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", + "description": "A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", "schema": { "type": "string" } diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.yaml b/descriptions/api.github.com/api.github.com.2022-11-28.yaml index 469345fa16..1c0c7055cc 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions/api.github.com/api.github.com.2022-11-28.yaml @@ -11219,7 +11219,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" - - "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry-urls" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-package-registry-urls" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-package-registry" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" - "$ref": "#/components/parameters/dependabot-alert-scope" @@ -36498,6 +36498,13 @@ paths: state: open labels: - bug + issue_field_values: + - field_id: '123' + value: Critical + - field_id: '456' + value: 5 + - field_id: '789' + value: responses: '200': description: Response @@ -93263,6 +93270,10 @@ components: submitted_at: type: string format: date-time + updated_at: + type: string + nullable: true + format: date-time commit_id: description: A commit SHA for the review. example: 54bb654c9e6025347f57900a4a5c2313a96b8035 @@ -106697,6 +106708,10 @@ components: type: string nullable: true format: date-time + updated_at: + type: string + nullable: true + format: date-time user: title: User type: object @@ -164524,6 +164539,10 @@ components: submitted_at: type: string format: date-time + updated_at: + type: string + format: date-time + nullable: true user: title: User type: object @@ -180763,6 +180782,10 @@ components: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -183124,6 +183147,10 @@ components: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -231028,10 +231055,10 @@ components: required: false schema: "$ref": "#/components/schemas/code-scanning-analysis-tool-guid" - dependabot-alert-comma-separated-artifact-registry-urls: - name: artifact_registry_url + dependabot-alert-comma-separated-package-registry-urls: + name: package_registry_url in: query - description: A comma-separated list of Artifact Registry URLs. If specified, + description: A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned. schema: diff --git a/descriptions/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index 2c761f4789..fdb03dcda3 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -15317,7 +15317,7 @@ "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" }, { - "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry-urls" + "$ref": "#/components/parameters/dependabot-alert-comma-separated-package-registry-urls" }, { "$ref": "#/components/parameters/dependabot-alert-comma-separated-package-registry" @@ -49884,6 +49884,20 @@ "state": "open", "labels": [ "bug" + ], + "issue_field_values": [ + { + "field_id": "123", + "value": "Critical" + }, + { + "field_id": "456", + "value": 5 + }, + { + "field_id": "789", + "value": null + } ] } } @@ -126390,6 +126404,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "commit_id": { "description": "A commit SHA for the review.", "example": "54bb654c9e6025347f57900a4a5c2313a96b8035", @@ -144069,6 +144088,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "user": { "title": "User", "type": "object", @@ -221138,6 +221162,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "format": "date-time", + "nullable": true + }, "user": { "title": "User", "type": "object", @@ -242438,6 +242467,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ @@ -245561,6 +245595,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ @@ -304126,10 +304165,10 @@ "$ref": "#/components/schemas/code-scanning-analysis-tool-guid" } }, - "dependabot-alert-comma-separated-artifact-registry-urls": { - "name": "artifact_registry_url", + "dependabot-alert-comma-separated-package-registry-urls": { + "name": "package_registry_url", "in": "query", - "description": "A comma-separated list of Artifact Registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", + "description": "A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", "schema": { "type": "string" } diff --git a/descriptions/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index 469345fa16..1c0c7055cc 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -11219,7 +11219,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" - - "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry-urls" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-package-registry-urls" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-package-registry" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" - "$ref": "#/components/parameters/dependabot-alert-scope" @@ -36498,6 +36498,13 @@ paths: state: open labels: - bug + issue_field_values: + - field_id: '123' + value: Critical + - field_id: '456' + value: 5 + - field_id: '789' + value: responses: '200': description: Response @@ -93263,6 +93270,10 @@ components: submitted_at: type: string format: date-time + updated_at: + type: string + nullable: true + format: date-time commit_id: description: A commit SHA for the review. example: 54bb654c9e6025347f57900a4a5c2313a96b8035 @@ -106697,6 +106708,10 @@ components: type: string nullable: true format: date-time + updated_at: + type: string + nullable: true + format: date-time user: title: User type: object @@ -164524,6 +164539,10 @@ components: submitted_at: type: string format: date-time + updated_at: + type: string + format: date-time + nullable: true user: title: User type: object @@ -180763,6 +180782,10 @@ components: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -183124,6 +183147,10 @@ components: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -231028,10 +231055,10 @@ components: required: false schema: "$ref": "#/components/schemas/code-scanning-analysis-tool-guid" - dependabot-alert-comma-separated-artifact-registry-urls: - name: artifact_registry_url + dependabot-alert-comma-separated-package-registry-urls: + name: package_registry_url in: query - description: A comma-separated list of Artifact Registry URLs. If specified, + description: A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned. schema: diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index 872f2cd87b..2d18941620 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -85330,9 +85330,9 @@ } }, { - "name": "artifact_registry_url", + "name": "package_registry_url", "in": "query", - "description": "A comma-separated list of Artifact Registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", + "description": "A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", "schema": { "type": "string" } @@ -318793,6 +318793,20 @@ "state": "open", "labels": [ "bug" + ], + "issue_field_values": [ + { + "field_id": "123", + "value": "Critical" + }, + { + "field_id": "456", + "value": 5 + }, + { + "field_id": "789", + "value": null + } ] } } @@ -370045,6 +370059,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "commit_id": { "description": "A commit SHA for the review.", "example": "54bb654c9e6025347f57900a4a5c2313a96b8035", @@ -1002545,6 +1002564,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "format": "date-time", + "nullable": true + }, "user": { "title": "User", "type": "object", @@ -1007085,6 +1007109,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "user": { "title": "User", "type": "object", @@ -1030268,6 +1030297,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "user": { "title": "User", "type": "object", @@ -1035220,6 +1035254,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ @@ -1039921,6 +1039960,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index 644ef49537..796065e74e 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -26831,9 +26831,9 @@ paths: - *161 - *162 - *163 - - name: artifact_registry_url + - name: package_registry_url in: query - description: A comma-separated list of Artifact Registry URLs. If specified, + description: A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned. schema: @@ -73832,6 +73832,13 @@ paths: state: open labels: - bug + issue_field_values: + - field_id: '123' + value: Critical + - field_id: '456' + value: 5 + - field_id: '789' + value: responses: '200': description: Response @@ -76259,6 +76266,10 @@ paths: submitted_at: type: string format: date-time + updated_at: + type: string + nullable: true + format: date-time commit_id: description: A commit SHA for the review. example: 54bb654c9e6025347f57900a4a5c2313a96b8035 @@ -179071,6 +179082,10 @@ x-webhooks: submitted_at: type: string format: date-time + updated_at: + type: string + format: date-time + nullable: true user: title: User type: object @@ -181367,6 +181382,10 @@ x-webhooks: type: string nullable: true format: date-time + updated_at: + type: string + nullable: true + format: date-time user: title: User type: object @@ -195862,6 +195881,10 @@ x-webhooks: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -198301,6 +198324,10 @@ x-webhooks: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.deref.json index 872f2cd87b..2d18941620 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -85330,9 +85330,9 @@ } }, { - "name": "artifact_registry_url", + "name": "package_registry_url", "in": "query", - "description": "A comma-separated list of Artifact Registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", + "description": "A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", "schema": { "type": "string" } @@ -318793,6 +318793,20 @@ "state": "open", "labels": [ "bug" + ], + "issue_field_values": [ + { + "field_id": "123", + "value": "Critical" + }, + { + "field_id": "456", + "value": 5 + }, + { + "field_id": "789", + "value": null + } ] } } @@ -370045,6 +370059,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "commit_id": { "description": "A commit SHA for the review.", "example": "54bb654c9e6025347f57900a4a5c2313a96b8035", @@ -1002545,6 +1002564,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "format": "date-time", + "nullable": true + }, "user": { "title": "User", "type": "object", @@ -1007085,6 +1007109,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "user": { "title": "User", "type": "object", @@ -1030268,6 +1030297,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "user": { "title": "User", "type": "object", @@ -1035220,6 +1035254,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ @@ -1039921,6 +1039960,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml index 644ef49537..796065e74e 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -26831,9 +26831,9 @@ paths: - *161 - *162 - *163 - - name: artifact_registry_url + - name: package_registry_url in: query - description: A comma-separated list of Artifact Registry URLs. If specified, + description: A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned. schema: @@ -73832,6 +73832,13 @@ paths: state: open labels: - bug + issue_field_values: + - field_id: '123' + value: Critical + - field_id: '456' + value: 5 + - field_id: '789' + value: responses: '200': description: Response @@ -76259,6 +76266,10 @@ paths: submitted_at: type: string format: date-time + updated_at: + type: string + nullable: true + format: date-time commit_id: description: A commit SHA for the review. example: 54bb654c9e6025347f57900a4a5c2313a96b8035 @@ -179071,6 +179082,10 @@ x-webhooks: submitted_at: type: string format: date-time + updated_at: + type: string + format: date-time + nullable: true user: title: User type: object @@ -181367,6 +181382,10 @@ x-webhooks: type: string nullable: true format: date-time + updated_at: + type: string + nullable: true + format: date-time user: title: User type: object @@ -195862,6 +195881,10 @@ x-webhooks: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -198301,6 +198324,10 @@ x-webhooks: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json index 6ce27228f3..05dfc37b08 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -122857,9 +122857,9 @@ } }, { - "name": "artifact_registry_url", + "name": "package_registry_url", "in": "query", - "description": "A comma-separated list of Artifact Registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", + "description": "A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", "schema": { "type": "string" } @@ -364657,6 +364657,20 @@ "state": "open", "labels": [ "bug" + ], + "issue_field_values": [ + { + "field_id": "123", + "value": "Critical" + }, + { + "field_id": "456", + "value": 5 + }, + { + "field_id": "789", + "value": null + } ] } } @@ -415909,6 +415923,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "commit_id": { "description": "A commit SHA for the review.", "example": "54bb654c9e6025347f57900a4a5c2313a96b8035", @@ -1092881,6 +1092900,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "format": "date-time", + "nullable": true + }, "user": { "title": "User", "type": "object", @@ -1097421,6 +1097445,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "user": { "title": "User", "type": "object", @@ -1120604,6 +1120633,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "user": { "title": "User", "type": "object", @@ -1125556,6 +1125590,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ @@ -1130257,6 +1130296,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 61dc5d4e49..d41974c295 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -36455,9 +36455,9 @@ paths: - *288 - *289 - *290 - - name: artifact_registry_url + - name: package_registry_url in: query - description: A comma-separated list of Artifact Registry URLs. If specified, + description: A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned. schema: @@ -84131,6 +84131,13 @@ paths: state: open labels: - bug + issue_field_values: + - field_id: '123' + value: Critical + - field_id: '456' + value: 5 + - field_id: '789' + value: responses: '200': description: Response @@ -86558,6 +86565,10 @@ paths: submitted_at: type: string format: date-time + updated_at: + type: string + nullable: true + format: date-time commit_id: description: A commit SHA for the review. example: 54bb654c9e6025347f57900a4a5c2313a96b8035 @@ -193030,6 +193041,10 @@ x-webhooks: submitted_at: type: string format: date-time + updated_at: + type: string + format: date-time + nullable: true user: title: User type: object @@ -195326,6 +195341,10 @@ x-webhooks: type: string nullable: true format: date-time + updated_at: + type: string + nullable: true + format: date-time user: title: User type: object @@ -209821,6 +209840,10 @@ x-webhooks: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -212260,6 +212283,10 @@ x-webhooks: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread diff --git a/descriptions/ghec/dereferenced/ghec.deref.json b/descriptions/ghec/dereferenced/ghec.deref.json index 6ce27228f3..05dfc37b08 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.json +++ b/descriptions/ghec/dereferenced/ghec.deref.json @@ -122857,9 +122857,9 @@ } }, { - "name": "artifact_registry_url", + "name": "package_registry_url", "in": "query", - "description": "A comma-separated list of Artifact Registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", + "description": "A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", "schema": { "type": "string" } @@ -364657,6 +364657,20 @@ "state": "open", "labels": [ "bug" + ], + "issue_field_values": [ + { + "field_id": "123", + "value": "Critical" + }, + { + "field_id": "456", + "value": 5 + }, + { + "field_id": "789", + "value": null + } ] } } @@ -415909,6 +415923,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "commit_id": { "description": "A commit SHA for the review.", "example": "54bb654c9e6025347f57900a4a5c2313a96b8035", @@ -1092881,6 +1092900,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "format": "date-time", + "nullable": true + }, "user": { "title": "User", "type": "object", @@ -1097421,6 +1097445,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "user": { "title": "User", "type": "object", @@ -1120604,6 +1120633,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "user": { "title": "User", "type": "object", @@ -1125556,6 +1125590,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "form{"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}