Uh oh!
There was an error while loading. Please reload this page.
fix(tables): preserve group auto-run semantics - #6579
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub. |
PR SummaryMedium Risk Overview
Reviewed by Cursor Bugbot for commit 13ce40f. Bugbot is set up for automated code reviews on this repo. Configure here. |
Greptile SummaryThe PR changes workflow-group auto-run dispatches to use non-manual
Confidence Score: 5/5The PR appears safe to merge with no actionable correctness or security issues identified. The changed dispatch parameters align with the existing workflow-column eligibility, clearing, and cancellation behavior, while the added test covers the intended application call.
|
| Filename | Overview |
|---|---|
| apps/sim/lib/table/application/groups.ts | Changes group auto-run dispatches from manual all-row reruns to non-manual new-row processing, consistent with the underlying eligibility and cancellation contracts. |
| apps/sim/lib/table/application/groups.test.ts | Adds focused coverage asserting that group creation dispatches auto-run with mode new and isManualRun: false. |
Reviews (1): Last reviewed commit: "fix(tables): preserve group auto-run sem..." | Re-trigger Greptile
Summary
newdispatch semantics for group auto-runType of Change
Testing
Checklist