ci: enable homeboy-action test-scope changed for PRs#613
Conversation
Homeboy Results —
|
|
Updated this PR based on current capability reality: What I changed
Why test-scope changed is not enabled yet
Opened tracking issue: So this PR now keeps CI green/reliable while still delivering the main-branch full-suite + auto-issue behavior you requested. |
|
Updated this PR again to mirror Homeboy repo structure:\n\n- split CI into separate jobs:\n - (lint,test)\n - (audit only)\n- both jobs run on PR and push-to-main\n- now only on non-PR runs ()\n\nThis keeps PR signal clearer and preserves main-branch issue automation for update/version-bump runs. |
|
Correction (previous comment had shell interpolation artifacts). Updated this PR again to mirror Homeboy repo structure:
This keeps PR signal clearer and preserves main-branch issue automation for update/version-bump runs. |
Set homeboy-action test-scope to changed so PR checks run lint/test/audit on changed impact scope while release workflows remain full-suite.
82e8638 to
a570f21
Compare
Depends on:
Summary
test-scope: 'changed'in data-machine Homeboy PR workflowNote
This wiring expects Homeboy test command support for
--changed-since(tracked in #447). If that support is absent in the installed Homeboy release, this PR will fail and should remain blocked until #447 lands.