feat(workflows): update product workflow (#4982)

**What**
- added "update product" workflow

Co-authored-by: Riqwan Thamir <5105988+riqwan@users.noreply.github.com>
This commit is contained in:
Frane Polić
2023-10-19 12:02:40 +00:00
committed by GitHub
co-authored by Riqwan Thamir
parent 3aba6269ed
commit aba9ded2a3
34 changed files with 1511 additions and 126 deletions
@@ -35,6 +35,7 @@ module.exports = {
featureFlags: {
workflows: {
[Workflows.CreateProducts]: true,
[Workflows.UpdateProducts]: true,
[Workflows.CreateCart]: true,
},
},