ci: sync pr-review workflow to smart review recipes#26
Conversation
There was a problem hiding this comment.
Approach Review: Approach looks good.
This PR is a pure config-sync: it swaps the obsolete recipe IDs (which the recipe server removed, breaking CI) for the currently-served "smart" recipes. The recipe IDs are an external input defined by the recipe server, not something this repo owns, so the only sensible response to "the old IDs were removed" is "use the new ones." No standard library or in-repo utility applies to a workflow YAML that calls an external service, and the change is minimal and reversible. Per the PR description it's rendered from the fixed j4k-align template, so the specific recipe selection (including the duplicated smart recipe with distinct name fields) is upstream-driven and not a decision this repo should re-litigate.
Approach review by Approach Review 3 (OpenCode Wafer) (GLM-5.2)
Syncs the managed pr-review workflow to the smart review recipes; the previous recipe ids were removed from the recipe server, which failed this repo's review CI. Rendered from the fixed j4k-align template.