Scheduled after the 0.10.1 release (#6458); do not start before 0.10.1 ships. Owner: the main Codewhale agent.
Turn .github/workflows/codewhale-review.yml in the Codewhale repo into a reusable composite action.yml that other repositories can use (for example uses: Hmbown/Codewhale@<tag>), with documented inputs (model, review policy, budget), outputs, required permissions, and secret handling. Keep the existing workflow as a thin caller of the action so there is one implementation.
Acceptance: the action runs in this repo's own CI through the thin caller, a README section shows a minimal external usage example, and versioning follows the release tags.
Scheduled after the 0.10.1 release (#6458); do not start before 0.10.1 ships. Owner: the main Codewhale agent.
Turn
.github/workflows/codewhale-review.ymlin the Codewhale repo into a reusable compositeaction.ymlthat other repositories can use (for exampleuses: Hmbown/Codewhale@<tag>), with documented inputs (model, review policy, budget), outputs, required permissions, and secret handling. Keep the existing workflow as a thin caller of the action so there is one implementation.Acceptance: the action runs in this repo's own CI through the thin caller, a README section shows a minimal external usage example, and versioning follows the release tags.