We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea51d14 commit 6c59dc9Copy full SHA for 6c59dc9
src/api/ai-workflow/ai-workflow.controller.ts
@@ -45,6 +45,8 @@ export class AiWorkflowController {
45
UserRole.Copilot,
46
UserRole.ProjectManager,
47
UserRole.Admin,
48
+ UserRole.Reviewer,
49
+ UserRole.User,
50
)
51
@ApiOperation({ summary: 'Create a comment for a specific run item' })
52
@ApiResponse({
0 commit comments