chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"annotations": {
|
||||
"destructiveHint": false,
|
||||
"idempotentHint": false,
|
||||
"openWorldHint": true,
|
||||
"readOnlyHint": false,
|
||||
"title": "Unresolve Review Thread"
|
||||
},
|
||||
"description": "Unresolve a previously resolved review thread on a pull request. Unresolving an already-unresolved thread is a no-op.",
|
||||
"inputSchema": {
|
||||
"properties": {
|
||||
"threadID": {
|
||||
"description": "The node ID of the review thread to unresolve (e.g., PRRT_kwDOxxx)",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"threadID"
|
||||
],
|
||||
"type": "object"
|
||||
},
|
||||
"name": "unresolve_review_thread"
|
||||
}
|
||||
Reference in New Issue
Block a user