Skip to content

Commit 41e6965

Browse files
authored
added initial_place entry
I added the value for the config entry initial_place. This clarifies the config of the workflow and eliminates ambiguities about which is the initial place of the workflow - doing some tests, it seems that the first place defined in the list will be the initial place when the marking is null.
1 parent 2e820e6 commit 41e6965

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

workflow/state-machines.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Below is the configuration for the pull request state machine.
3535
type: 'state_machine'
3636
supports:
3737
- AppBundle\Entity\PullRequest
38+
initial_place: start
3839
places:
3940
- start
4041
- coding

0 commit comments

Comments
 (0)