diff --git a/pkg/github/__toolsnaps__/issue_write.snap b/pkg/github/__toolsnaps__/issue_write.snap index 55fd2dbcc2..57d299efc0 100644 --- a/pkg/github/__toolsnaps__/issue_write.snap +++ b/pkg/github/__toolsnaps__/issue_write.snap @@ -38,9 +38,6 @@ "properties": { "delete": { "description": "Set to true to clear this field's current value on the issue. Cannot be combined with 'value' or 'field_option_name'.", - "enum": [ - true - ], "type": "boolean" }, "field_name": { diff --git a/pkg/github/issues.go b/pkg/github/issues.go index bbccdc35d8..6b9c0b1fd3 100644 --- a/pkg/github/issues.go +++ b/pkg/github/issues.go @@ -2234,7 +2234,6 @@ Options are: }, "delete": { Type: "boolean", - Enum: []any{true}, Description: "Set to true to clear this field's current value on the " + "issue. Cannot be combined with 'value' or 'field_option_name'.", },