Skip to content

Commit e784372

Browse files
royswalejaviereguiluz
authored andcommitted
Update workflow-and-state-machine.rst
1 parent dfa57c5 commit e784372

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)