Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/github-apps/lib/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
"2022-11-28"
]
},
"sha": "e7a314cf1c452fbcf55e3be650f1bb7363cad424"
"sha": "1c22f3361af92533fad97262cf4b7c18574f22a6"
}
14 changes: 14 additions & 0 deletions src/graphql/data/fpt/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
[
{
"schemaChanges": [
{
"title": "The GraphQL schema includes these changes:",
"changes": [
"<p>Input field <code>DraftPullRequestReviewThread.line</code> changed type from <code>Int!</code> to <code>Int</code></p>",
"<p>Input field <code>DraftPullRequestReviewThread.path</code> changed type from <code>String!</code> to <code>String</code></p>"
]
}
],
"previewChanges": [],
"upcomingChanges": [],
"date": "2025-04-29"
},
{
"schemaChanges": [
{
Expand Down
9 changes: 5 additions & 4 deletions src/graphql/data/fpt/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -13049,14 +13049,15 @@ input DraftPullRequestReviewThread {
body: String!

"""
The line of the blob to which the thread refers. The end of the line range for multi-line comments.
The line of the blob to which the thread refers. The end of the line range for
multi-line comments. Required if not using positioning.
"""
line: Int!
line: Int

"""
Path to the file being commented on.
Path to the file being commented on. Required if not using positioning.
"""
path: String!
path: String

"""
The side of the diff on which the line resides. For multi-line comments, this is the side for the end of the line range.
Expand Down
8 changes: 4 additions & 4 deletions src/graphql/data/fpt/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -102376,16 +102376,16 @@
},
{
"name": "line",
"description": "<p>The line of the blob to which the thread refers. The end of the line range for multi-line comments.</p>",
"type": "Int!",
"description": "<p>The line of the blob to which the thread refers. The end of the line range for\nmulti-line comments. Required if not using positioning.</p>",
"type": "Int",
"id": "int",
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
},
{
"name": "path",
"description": "<p>Path to the file being commented on.</p>",
"type": "String!",
"description": "<p>Path to the file being commented on. Required if not using positioning.</p>",
"type": "String",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
Expand Down
9 changes: 5 additions & 4 deletions src/graphql/data/ghec/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -13049,14 +13049,15 @@ input DraftPullRequestReviewThread {
body: String!

"""
The line of the blob to which the thread refers. The end of the line range for multi-line comments.
The line of the blob to which the thread refers. The end of the line range for
multi-line comments. Required if not using positioning.
"""
line: Int!
line: Int

"""
Path to the file being commented on.
Path to the file being commented on. Required if not using positioning.
"""
path: String!
path: String

"""
The side of the diff on which the line resides. For multi-line comments, this is the side for the end of the line range.
Expand Down
8 changes: 4 additions & 4 deletions src/graphql/data/ghec/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -102376,16 +102376,16 @@
},
{
"name": "line",
"description": "<p>The line of the blob to which the thread refers. The end of the line range for multi-line comments.</p>",
"type": "Int!",
"description": "<p>The line of the blob to which the thread refers. The end of the line range for\nmulti-line comments. Required if not using positioning.</p>",
"type": "Int",
"id": "int",
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
},
{
"name": "path",
"description": "<p>Path to the file being commented on.</p>",
"type": "String!",
"description": "<p>Path to the file being commented on. Required if not using positioning.</p>",
"type": "String",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
Expand Down
6 changes: 3 additions & 3 deletions src/rest/data/fpt-2022-11-28/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -243506,7 +243506,7 @@
{
"name": "has",
"in": "query",
"description": "<p>Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple <code>has</code> filters can be chained to check if multiple properties are present.</p>",
"description": "<p>Filters the list of alerts based on whether the alert has the given value. If specified, only alerts meeting this criterion will be returned.\nMultiple <code>has</code> filters can be passed to filter for alerts that have all of the values. Currently, only <code>patch</code> is supported.</p>",
"schema": {
"oneOf": [
{
Expand Down Expand Up @@ -245439,7 +245439,7 @@
{
"name": "has",
"in": "query",
"description": "<p>Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple <code>has</code> filters can be chained to check if multiple properties are present.</p>",
"description": "<p>Filters the list of alerts based on whether the alert has the given value. If specified, only alerts meeting this criterion will be returned.\nMultiple <code>has</code> filters can be passed to filter for alerts that have all of the values. Currently, only <code>patch</code> is supported.</p>",
"schema": {
"oneOf": [
{
Expand Down Expand Up @@ -247397,7 +247397,7 @@
{
"name": "has",
"in": "query",
"description": "<p>Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple <code>has</code> filters can be chained to check if multiple properties are present.</p>",
"description": "<p>Filters the list of alerts based on whether the alert has the given value. If specified, only alerts meeting this criterion will be returned.\nMultiple <code>has</code> filters can be passed to filter for alerts that have all of the values. Currently, only <code>patch</code> is supported.</p>",
"schema": {
"oneOf": [
{
Expand Down
6 changes: 3 additions & 3 deletions src/rest/data/ghec-2022-11-28/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -256826,7 +256826,7 @@
{
"name": "has",
"in": "query",
"description": "<p>Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple <code>has</code> filters can be chained to check if multiple properties are present.</p>",
"description": "<p>Filters the list of alerts based on whether the alert has the given value. If specified, only alerts meeting this criterion will be returned.\nMultiple <code>has</code> filters can be passed to filter for alerts that have all of the values. Currently, only <code>patch</code> is supported.</p>",
"schema": {
"oneOf": [
{
Expand Down Expand Up @@ -258759,7 +258759,7 @@
{
"name": "has",
"in": "query",
"description": "<p>Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple <code>has</code> filters can be chained to check if multiple properties are present.</p>",
"description": "<p>Filters the list of alerts based on whether the alert has the given value. If specified, only alerts meeting this criterion will be returned.\nMultiple <code>has</code> filters can be passed to filter for alerts that have all of the values. Currently, only <code>patch</code> is supported.</p>",
"schema": {
"oneOf": [
{
Expand Down Expand Up @@ -260717,7 +260717,7 @@
{
"name": "has",
"in": "query",
"description": "<p>Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple <code>has</code> filters can be chained to check if multiple properties are present.</p>",
"description": "<p>Filters the list of alerts based on whether the alert has the given value. If specified, only alerts meeting this criterion will be returned.\nMultiple <code>has</code> filters can be passed to filter for alerts that have all of the values. Currently, only <code>patch</code> is supported.</p>",
"schema": {
"oneOf": [
{
Expand Down
Loading
Loading