Skip to content

Commit 843ac87

Browse files
committed
minor #9787 added initial_place entry (stoccc)
This PR was merged into the 3.4 branch. Discussion ---------- 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. Commits ------- 41e6965 added initial_place entry
2 parents 5793eb1 + 41e6965 commit 843ac87

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)