Skip to content

Refactor CLAUDE_MODEL variable#81

Merged
gregreindel merged 4 commits into
developmentfrom
wor
May 30, 2026
Merged

Refactor CLAUDE_MODEL variable#81
gregreindel merged 4 commits into
developmentfrom
wor

Conversation

@devfrankduah

@devfrankduah devfrankduah commented May 29, 2026

Copy link
Copy Markdown
Contributor

This pull request updates the way the Claude model version is configured in several GitHub Actions workflow files. Instead of hardcoding the model name, the workflows now use a variable that allows the model version to be overridden via repository or organization variables, with a default fallback.

Configuration improvements across workflows:

  • Updated the CLAUDE_MODEL environment variable in .github/workflows/claude-code-review.yml, .github/workflows/claude-fix-review.yml, .github/workflows/claude-work.yml, and .github/workflows/claude.yml to use ${{ vars.CLAUDE_MODEL || 'claude-opus-4-6' }}, enabling dynamic selection of the Claude model version through GitHub variables. [1] [2] [3] [4]

@devfrankduah
devfrankduah requested a review from gregreindel as a code owner May 29, 2026 18:46
@devfrankduah devfrankduah self-assigned this May 29, 2026
@devfrankduah devfrankduah changed the title Refactor CLAUDE_MODEL variable and add example dispatch in notify-hq workflow Refactor CLAUDE_MODEL variable May 29, 2026
@gregreindel
gregreindel merged commit e8e9cb0 into development May 30, 2026
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants