Streamline Actions workflows with path-aware checks #252
Labels
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Slipstream/auto_review#252
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Our Forgejo Actions workflows currently run the full application verification suite for PRs whose changes cannot affect the
auto_reviewapplication build or trusted runtime code.Example: PR #251 only changes opencode/agentic-harness configuration. That kind of developer-side configuration change should still receive review, and any directly relevant checks should run, but it should not require the full Rust build/test/check pipeline when the application code is unaffected.
Desired behavior
Notes
This is intended to streamline CI for configuration-only/developer-harness changes without losing the checks that matter for those changes.