Closed daryllimyt closed 2 weeks ago
[!IMPORTANT]
Review skipped
Auto reviews are limited to specific labels.
:label: Labels to auto review (1)
* coderabbitPlease check the settings in the CodeRabbit UI or the
.coderabbit.yaml
file in this repository. To trigger a single review, invoke the@coderabbitai review
command.You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Fixes follow on issue to #515, where UI state now appeared correct and backend state becomes out of sync. Solution was to only reference
action
table as source of truth and remove reliance onWorkflow.object
Changes
RFGraph
values. Only use action ids to reference actionsActionNodeData
values. Only useuseAction
hooks to reference action data