Skip to content

Commit 771036e

Browse files
committed
fixed snaps
1 parent e1d687b commit 771036e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pkg/github/__toolsnaps__/update_issue_type.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
"description": "Update the type of an existing issue (e.g. 'bug', 'feature').",
88
"inputSchema": {
99
"properties": {
10+
"is_suggestion": {
11+
"description": "If true, propose the issue type change instead of applying it. Defaults to false, which applies the change to the issue.",
12+
"type": "boolean"
13+
},
1014
"issue_number": {
1115
"description": "The issue number to update",
1216
"minimum": 1,
@@ -28,10 +32,6 @@
2832
"repo": {
2933
"description": "Repository name",
3034
"type": "string"
31-
},
32-
"suggest": {
33-
"description": "If true, propose the issue type change instead of applying it. Defaults to false, which applies the change to the issue.",
34-
"type": "boolean"
3535
}
3636
},
3737
"required": [

0 commit comments

Comments
 (0)