You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1236,6 +1236,7 @@ The following sets of tools are available:
1236
1236
-`owner`: Repository owner (string, required)
1237
1237
-`pullNumber`: Pull request number (number, required)
1238
1238
-`repo`: Repository name (string, required)
1239
+
-`resolutionReason`: Optional reason for resolving a Copilot code review thread: addressed, wont-fix, or invalid. (string, optional)
1239
1240
-`threadId`: The node ID of the review thread (e.g., PRRT_kwDOxxx). Required for resolve_thread and unresolve_thread methods. Get thread IDs from pull_request_read with method get_review_comments. (string, optional)
Copy file name to clipboardExpand all lines: pkg/github/__toolsnaps__/pull_request_review_write.snap
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,10 @@
47
47
"description": "Repository name",
48
48
"type": "string"
49
49
},
50
+
"resolutionReason": {
51
+
"description": "Optional reason for resolving a Copilot code review thread: addressed, wont-fix, or invalid.",
52
+
"type": "string"
53
+
},
50
54
"threadId": {
51
55
"description": "The node ID of the review thread (e.g., PRRT_kwDOxxx). Required for resolve_thread and unresolve_thread methods. Get thread IDs from pull_request_read with method get_review_comments.",
Description: "The node ID of the review thread (e.g., PRRT_kwDOxxx). Required for resolve_thread and unresolve_thread methods. Get thread IDs from pull_request_read with method get_review_comments.",
1813
1814
},
1815
+
"resolutionReason": {
1816
+
Type: "string",
1817
+
Description: "Optional reason for resolving a Copilot code review thread: addressed, wont-fix, or invalid.",
0 commit comments