Allow for workbench job knowledge capture if > 0 prs merged#3429
Allow for workbench job knowledge capture if > 0 prs merged#3429michaeljguarino merged 6 commits intomasterfrom
Conversation
Greptile SummaryFixes the previously broken Confidence Score: 5/5Safe to merge — the new query logic is correct and directly addresses the previously flagged bug. The subquery join pattern correctly identifies workbench jobs with ≥1 merged PR: the No files require special attention.
|
| Filename | Overview |
|---|---|
| lib/console/schema/workbench_job.ex | Rewrites resolved/1 to use a subquery join on merged PRs instead of the broken COUNT-based HAVING clause; logic is correct. |
| lib/console/schema/pull_request.ex | Adds for_status/2 helper used by the new resolved/1 implementation in WorkbenchJob; clean and consistent with existing patterns. |
| priv/pr/agent_review.md.eex | Minor cosmetic reordering of parenthetical in the PR review template — no functional impact. |
Reviews (2): Last reviewed commit: "Allow for workbench job knowledge captur..." | Re-trigger Greptile
9e69d51 to
e74b113
Compare
This is enough to indicate something was correct
e74b113 to
a0d3ea8
Compare
This is enough to indicate something was correct
Test Plan
n/a
Checklist
Plural Flow: console