Skip to content

Commit 39b6368

Browse files
committed
Change Request Suspension Approval to be a "forward" type
1 parent 67dfe8d commit 39b6368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/project/workflow/project-workflow.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ export const ProjectWorkflow = defineWorkflow({
368368
from: Step.DiscussingSuspension,
369369
to: Step.PendingSuspensionApproval,
370370
label: 'Submit for Approval',
371-
type: Type.Neutral,
371+
type: Type.Approve,
372372
notifiers: Distros.Suspension,
373373
},
374374
'End Suspension Discussion': {

0 commit comments

Comments
 (0)