Closed lym953 closed 1 month ago
/merge
:steam_locomotive: MergeQueue: pull request added to the queue
The median merge time in main
is 2m.
Use /merge -c
to cancel this operation!
:rotating_light: MergeQueue: This merge request is in error
mergequeue build completed successfully, but the github api returned an error while merging the pr. It's probably because:
If you need support, contact us on Slack #devflow with those details!
/merge
:steam_locomotive: MergeQueue: pull request added to the queue
The median merge time in main
is 2m.
Use /merge -c
to cancel this operation!
:rotating_light: MergeQueue: This merge request is in error
mergequeue build completed successfully, but the github api returned an error while merging the pr. It's probably because:
If you need support, contact us on Slack #devflow with those details!
/merge
/merge
:steam_locomotive: MergeQueue: waiting for PR to be ready
This merge request is not mergeable yet, because of pending checks/missing approvals. It will be added to the queue as soon as checks pass and/or get approvals.
Note: if you pushed new commits since the last approval, you may need additional approval.
You can remove it from the waiting list with /remove
command.
Use /merge -c
to cancel this operation!
:steam_locomotive: MergeQueue: waiting for PR to be ready
This merge request is not mergeable yet, because of pending checks/missing approvals. It will be added to the queue as soon as checks pass and/or get approvals.
Note: if you pushed new commits since the last approval, you may need additional approval.
You can remove it from the waiting list with /remove
command.
Use /merge -c
to cancel this operation!
:steam_locomotive: MergeQueue: pull request added to the queue
The median merge time in main
is 2m.
Use /merge -c
to cancel this operation!
What does this PR do?
Right now
updateDefinitionForStepFunctionInvocationStep()
callsisSafeToModifyStepFunctionInvoctation()
. This PR merges the latter into the former.Motivation
Depending on the existing state, we will have slightly different instrumentation strategies. For example, if
Input
field doesn't exist, we will need to create this field then inject fields there. IfInput
already exists, then inject fields there directly.Merging these two functions will make it more clear what we will do in each case.
Testing Guidelines
Passed the existing tests.
Additional Notes
Types of changes
Check all that apply