Skip to content

ci: support GEMINI_MODEL repository variable in triage-issue workflow - #995

Draft
dkhawk wants to merge 1 commit into
mainfrom
ci/triage-issue-pass-gemini-model
Draft

ci: support GEMINI_MODEL repository variable in triage-issue workflow#995
dkhawk wants to merge 1 commit into
mainfrom
ci/triage-issue-pass-gemini-model

Conversation

@dkhawk

@dkhawk dkhawk commented Sep 10, 2026

Copy link
Copy Markdown
Collaborator

Summary

Configures the Issue Triage with Gemini workflow and scripts to read and utilize the GEMINI_MODEL repository variable.

Changes

  • Updated .github/scripts/triage_issue.py to use os.getenv("GEMINI_MODEL", "gemini-3.8-flash") instead of hardcoding gemini-3.5-flash.
  • Updated .github/scripts/answer_issue.py to use os.getenv("GEMINI_MODEL", "gemini-3.8-flash") instead of hardcoding gemini-3.5-flash.
  • Updated .github/workflows/triage-issue.yml to pass GEMINI_MODEL: ${{ vars.GEMINI_MODEL }} in the step environment for both Run Triage Script and Generate Answer with Gemini.

@dkhawk
dkhawk requested a review from LoyalAbbas September 10, 2026 17:16
@googlemaps-bot

Copy link
Copy Markdown
Contributor

Code Coverage

Overall Project 24.59%

There is no coverage information present for the Files changed

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