fix(review-workflow): update default stages and workflow

This commit is contained in:
nathan-pichon 2023-01-30 16:53:23 +01:00
parent e661450b01
commit 7fbfcbdb78
No known key found for this signature in database
3 changed files with 11 additions and 4 deletions

View File

@ -2,10 +2,13 @@
{
"name": "To do"
},
{
"name": "Ready to review"
},
{
"name": "In progress"
},
{
"name": "Done"
"name": "Reviewed"
}
]

View File

@ -1,3 +1 @@
{
"uid": "cjld2cjxh0000qzrmn831i7rn"
}
{}

View File

@ -39,6 +39,12 @@ module.exports = ({ strapi }) => ({
after: stages[1].id,
},
},
{
id: stages[3].id,
position: {
after: stages[2].id,
},
},
],
},
};