diff --git a/src/app/core/services/github.service.ts b/src/app/core/services/github.service.ts index 50071ae1b..15c8acc6c 100644 --- a/src/app/core/services/github.service.ts +++ b/src/app/core/services/github.service.ts @@ -274,7 +274,7 @@ export class GithubService { map((assignables: string[]) => assignees.forEach((assignee) => { if (!assignables.includes(assignee)) { - throw new Error(`Cannot assign ${assignee} to the issue. Please check if ${assignee} is authorized.`); + // throw new Error(`Cannot assign ${assignee} to the issue. Please check if ${assignee} is authorized.`); } }) )