Skip to content

Commit

Permalink
Add Email Reviewers state
Browse files Browse the repository at this point in the history
  • Loading branch information
FyreByrd committed Sep 16, 2024
1 parent 357ee10 commit d55c3ae
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions source/SIL.AppBuilder.Portal/common/public/workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,18 @@ export const NoAdminS3 = setup({
},
'Email Reviewers.Owner': {
//later: guard project has reviewers
//later: connect to backend to email reviewers
actions: () => {
console.log('Emailing Reviewers');
}
target: 'Email Reviewers'
}
}
},
'Email Reviewers': {
//later: connect to backend to email reviewers
entry: () => {
console.log('Emailing Reviewers');
},
on: {
'Default.Auto': {
target: 'Verify And Publish'
}
}
},
Expand Down

0 comments on commit d55c3ae

Please sign in to comment.