8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b03b906 commit 6fe00afCopy full SHA for 6fe00af
workflow/state-machines.rst
@@ -32,17 +32,17 @@ Below is the configuration for the pull request state machine.
32
framework:
33
workflows:
34
pull_request:
35
- type: 'state_machine'
36
- supports:
+ type: 'state_machine'
+ supports:
37
- AppBundle\Entity\PullRequest
38
- places:
+ places:
39
- start
40
- coding
41
- travis
42
- review
43
- merged
44
- closed
45
- transitions:
+ transitions:
46
submit:
47
from: start
48
to: travis
0 commit comments