diff --git a/workflow/state-machines.rst b/workflow/state-machines.rst index 238397b7a37..958745783e4 100644 --- a/workflow/state-machines.rst +++ b/workflow/state-machines.rst @@ -32,17 +32,21 @@ Below is the configuration for the pull request state machine. framework: workflows: pull_request: - type: 'state_machine' - supports: + type: 'state_machine' + supports: - AppBundle\Entity\PullRequest - places: + marking_store: + type: 'single_state' + arguments: + - 'currentPlace' + places: - start - coding - travis - review - merged - closed - transitions: + transitions: submit: from: start to: travis