Skip to content

Commit

Permalink
chore: changed defaults for allowedRoles
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Jan 12, 2025
1 parent 77d0a15 commit c48e4ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/plugin-input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"]],
}),
});
Expand Down

0 comments on commit c48e4ea

Please sign in to comment.