Skip to content

Commit

Permalink
chore: added default roles to the configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Jan 3, 2025
1 parent 7e00902 commit 807b229
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 @@ -63,7 +63,7 @@ const requiredLabel = T.Object({
roles: T.Array(roles, {
description: "The list of allowed roles to start the task with the given label.",
uniqueItems: true,
default: ["admin", "member", "collaborator", "contributor", "owner", "billing_manager", "write"],
default: ["admin", "member", "collaborator", "contributor", "owner", "billing_manager", "write", "read"],
}),
});

Expand Down

0 comments on commit 807b229

Please sign in to comment.