diff --git a/src/types/plugin-input.ts b/src/types/plugin-input.ts index f9815854..acceab05 100644 --- a/src/types/plugin-input.ts +++ b/src/types/plugin-input.ts @@ -44,7 +44,7 @@ const requiredLabel = T.Object({ allowedRoles: T.Array(roles, { description: "The list of allowed roles to start the task with the given label.", uniqueItems: true, - default: ["collaborator", "contributor"], + default: [], examples: [["collaborator", "contributor"]], }), });