XState has [`entry`](https://xstate.js.org/docs/guides/actions.html#action-order) actions, that are executed as soon as you enter a state. Would it be possible to add that to robot? Maybe with an `immediate` that has no transition, just reducers? I've found that this has been asked before, but it has been closed: https://github.com/matthewp/robot/issues/93 Would you accept PR's to add that?