Skip to content

Commit

Permalink
Update src/handlers/shared/start.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 authored Oct 10, 2024
1 parent ef125f2 commit 65248b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/shared/start.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export async function start(
if (label.description?.includes("collaborator only")) {
for (const user of toAssign) {
if (!(await isUserCollaborator(context, user))) {
throw logger.error("Non-collaborators cannot be assigned to this issue", {
throw logger.error("Only collaborators can be assigned to this issue.", {
username: user,
});
}
Expand Down

0 comments on commit 65248b1

Please sign in to comment.