feat(cursor-review-auto-label): optional runs_on input, mirrors cursor-review.yml#30
Open
mattmillerai wants to merge 1 commit into
Open
feat(cursor-review-auto-label): optional runs_on input, mirrors cursor-review.yml#30mattmillerai wants to merge 1 commit into
mattmillerai wants to merge 1 commit into
Conversation
…r-review.yml Lets a caller route the auto-label job to a self-hosted runner. Default '"ubuntu-latest"' preserves GitHub-hosted behavior for every existing caller (all callers pin by SHA regardless). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe reusable auto-label workflow adds an optional JSON-encoded ChangesAuto-label runner configuration
🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the same optional JSON-encoded
runs_oninput that cursor-review.yml gained in #29 to the auto-label reusable workflow, and points its single job at it. Default'"ubuntu-latest"'preserves current behavior for every caller; consumers pin by SHA so nothing changes until they opt in.Motivation: mattmillerai/agent-work is moving its review stack to a self-hosted runner; auto-label was the one job left hard-coded to ubuntu-latest, which leaves the label trigger dead whenever GitHub-hosted minutes are unavailable even though the panel itself can run self-hosted.
🤖 Generated with Claude Code