Use org CURSOR_MODEL for Cursor code review workflows - #69
Merged
Merged
Conversation
YoungDan
marked this pull request as ready for review
September 3, 2026 06:44
Pass vars.CURSOR_MODEL (default auto) to the code-harness review and review-fix reusable workflows instead of hardcoded model ids. Document the org Actions variable in .github/workflows/README.md. Co-authored-by: Daniel Young <YoungDan@users.noreply.github.com>
YoungDan
force-pushed
the
cursor/cursor-model-org-var-ddd7
branch
from
September 3, 2026 07:31
a82e0b2 to
f2b1495
Compare
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.
Summary
Fixes the hardcoded Cursor model in automated PR review workflows. Both
cursor-code-review.ymlandreview-fix.ymlnow passvars.CURSOR_MODELto thedeslicer-code-harnessreusables, with a credit-safe default ofautowhen the org variable is unset (same pattern as DAP and mcp-for-splunk).Changes
cursor-code-review.yml:model: ${{ vars.CURSOR_MODEL || 'auto' }}instead ofgpt-5.3-codexreview-fix.yml: same org var for@slicer-fixinstead ofgpt-5.2.github/workflows/README.md: documentCURSOR_MODELas the org Actions variable sourceNotes
deslicer-code-harness@v1reusable workflows — only themodelinput changes.install.sh, auth code, or other harness workflows (auto-fix, issue-triage).actionlintpasses locally on the changed workflow files.Test plan