diff --git a/data/graphql/ghae/schema.docs-ghae.graphql b/data/graphql/ghae/schema.docs-ghae.graphql index 4cb5a2719a..5bb101d7c6 100644 --- a/data/graphql/ghae/schema.docs-ghae.graphql +++ b/data/graphql/ghae/schema.docs-ghae.graphql @@ -37872,7 +37872,7 @@ enum RequestableCheckStatusState { """ Types that can be requested reviewers. """ -union RequestedReviewer = Mannequin | Team | User +union RequestedReviewer = Bot | Mannequin | Team | User """ Represents a type that can be required by a pull request for merging. diff --git a/data/graphql/ghec/schema.docs.graphql b/data/graphql/ghec/schema.docs.graphql index eb32d122ab..d88db78218 100644 --- a/data/graphql/ghec/schema.docs.graphql +++ b/data/graphql/ghec/schema.docs.graphql @@ -45513,7 +45513,7 @@ enum RequestableCheckStatusState { """ Types that can be requested reviewers. """ -union RequestedReviewer = Mannequin | Team | User +union RequestedReviewer = Bot | Mannequin | Team | User """ The connection type for RequestedReviewer. diff --git a/data/graphql/schema.docs.graphql b/data/graphql/schema.docs.graphql index eb32d122ab..d88db78218 100644 --- a/data/graphql/schema.docs.graphql +++ b/data/graphql/schema.docs.graphql @@ -45513,7 +45513,7 @@ enum RequestableCheckStatusState { """ Types that can be requested reviewers. """ -union RequestedReviewer = Mannequin | Team | User +union RequestedReviewer = Bot | Mannequin | Team | User """ The connection type for RequestedReviewer. diff --git a/src/graphql/data/fpt/changelog.json b/src/graphql/data/fpt/changelog.json index acfe7341e5..c30a2314b3 100644 --- a/src/graphql/data/fpt/changelog.json +++ b/src/graphql/data/fpt/changelog.json @@ -1,4 +1,17 @@ [ + { + "schemaChanges": [ + { + "title": "The GraphQL schema includes these changes:", + "changes": [ + "

Member Bot was added to Union type RequestedReviewer

" + ] + } + ], + "previewChanges": [], + "upcomingChanges": [], + "date": "2023-07-12" + }, { "schemaChanges": [ { diff --git a/src/graphql/data/fpt/schema.json b/src/graphql/data/fpt/schema.json index f9d79fea21..6f8893d469 100644 --- a/src/graphql/data/fpt/schema.json +++ b/src/graphql/data/fpt/schema.json @@ -86069,6 +86069,11 @@ "href": "/graphql/reference/unions#requestedreviewer", "description": "

Types that can be requested reviewers.

", "possibleTypes": [ + { + "name": "Bot", + "id": "bot", + "href": "/graphql/reference/objects#bot" + }, { "name": "Mannequin", "id": "mannequin", diff --git a/src/graphql/data/ghae/schema.json b/src/graphql/data/ghae/schema.json index 1119dbcf1c..f4f5f04171 100644 --- a/src/graphql/data/ghae/schema.json +++ b/src/graphql/data/ghae/schema.json @@ -70455,6 +70455,11 @@ "href": "/graphql/reference/unions#requestedreviewer", "description": "

Types that can be requested reviewers.

", "possibleTypes": [ + { + "name": "Bot", + "id": "bot", + "href": "/graphql/reference/objects#bot" + }, { "name": "Mannequin", "id": "mannequin", diff --git a/src/graphql/data/ghec/schema.json b/src/graphql/data/ghec/schema.json index f9d79fea21..6f8893d469 100644 --- a/src/graphql/data/ghec/schema.json +++ b/src/graphql/data/ghec/schema.json @@ -86069,6 +86069,11 @@ "href": "/graphql/reference/unions#requestedreviewer", "description": "

Types that can be requested reviewers.

", "possibleTypes": [ + { + "name": "Bot", + "id": "bot", + "href": "/graphql/reference/objects#bot" + }, { "name": "Mannequin", "id": "mannequin",