Dazbos Gemini Review & Triage
Version updated for https://github.com/derailed-dash/gemini-review-action to version v1.2.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed
Changes
- Add class docstrings to all structured Pydantic models.
- Add authentication logging showing which credentials are used for both GitHub API and Google GenAI.
- Support configurable request timeout via a new
timeoutaction input (defaults to 60s). - Clean up legacy
typing.Listusage to conform to PEP 585 (Python 3.12+).