Skip to content

Commit c9d985b

Browse files
committed
fix: remove invalid boolean enum from issue_write delete parameter
1 parent c36e4e4 commit c9d985b

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

pkg/github/__toolsnaps__/issue_write.snap

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@
3838
"properties": {
3939
"delete": {
4040
"description": "Set to true to clear this field's current value on the issue. Cannot be combined with 'value' or 'field_option_name'.",
41-
"enum": [
42-
true
43-
],
4441
"type": "boolean"
4542
},
4643
"field_name": {

pkg/github/issues.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2234,7 +2234,6 @@ Options are:
22342234
},
22352235
"delete": {
22362236
Type: "boolean",
2237-
Enum: []any{true},
22382237
Description: "Set to true to clear this field's current value on the " +
22392238
"issue. Cannot be combined with 'value' or 'field_option_name'.",
22402239
},

0 commit comments

Comments
 (0)