Skip to content

Commit eb04d4a

Browse files
committed
fixed snaps
1 parent 830a299 commit eb04d4a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/github/__toolsnaps__/update_issue_labels.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"openWorldHint": true,
55
"title": "Update Issue Labels"
66
},
7-
"description": "Update the labels of an existing issue. This replaces the current labels with the provided list. Each label may be a plain string or an object with a 'name' and optional 'rationale' explaining why the label was chosen.",
7+
"description": "Update the labels of an existing issue. This replaces the current labels with the provided list.",
88
"inputSchema": {
99
"properties": {
1010
"issue_number": {
@@ -13,7 +13,7 @@
1313
"type": "number"
1414
},
1515
"labels": {
16-
"description": "Labels to apply to this issue. Each item is either a label name string, or an object with 'name' and an optional 'rationale' (max 280 characters) explaining what specifically about the issue led you to choose this label.",
16+
"description": "Labels to apply to this issue.",
1717
"items": {
1818
"oneOf": [
1919
{

0 commit comments

Comments
 (0)