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.
Request Suspension Approval
1 parent 67dfe8d commit 39b6368Copy full SHA for 39b6368
src/components/project/workflow/project-workflow.ts
@@ -368,7 +368,7 @@ export const ProjectWorkflow = defineWorkflow({
368
from: Step.DiscussingSuspension,
369
to: Step.PendingSuspensionApproval,
370
label: 'Submit for Approval',
371
- type: Type.Neutral,
+ type: Type.Approve,
372
notifiers: Distros.Suspension,
373
},
374
'End Suspension Discussion': {
0 commit comments