Skip to content

Commit 1b84e50

Browse files
committedJul 11, 2022
minor #16929 [Workflow] Update workflow-and-state-machine.rst (royswale)
This PR was submitted for the 6.1 branch but it was merged into the 5.4 branch instead. Discussion ---------- [Workflow] Update workflow-and-state-machine.rst <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- e784372 Update workflow-and-state-machine.rst
2 parents dfa57c5 + e784372 commit 1b84e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎workflow/workflow-and-state-machine.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ Below is the configuration for the pull request state machine.
244244
->to(['closed']);
245245
246246
$pullRequest->transition()
247-
->name('accept')
247+
->name('reopen')
248248
->from(['closed'])
249249
->to(['review']);
250250
};

0 commit comments

Comments
 (0)
Please sign in to comment.