diff --git a/src/types/plugin-input.ts b/src/types/plugin-input.ts index 1ef1323..93acd6d 100644 --- a/src/types/plugin-input.ts +++ b/src/types/plugin-input.ts @@ -41,7 +41,6 @@ export const pluginSettingsSchema = T.Object( setLabel: T.Boolean({ default: false, description: "Whether to allow anyone to set labels, false to perform permission validation" }), fundExternalClosedIssue: T.Boolean({ default: false, description: "Whether to allow funding external closed issues" }), protectLabels: T.Array(T.String(), { default: ["priority", "price", "time"], uniqueItems: true }), - protectLabels: T.Array(T.String(), { default: ["priority", "price", "time"], uniqueItems: true }), }, { default: {} } ),