sshnaidm/Gemini Code review Github Action

A Github Action that posts code review from Gemini to pull request

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenThe token used to authenticate with the GitHub APIno${{ github.token }}
modelThe Gemini language model to use for code reviewnogemini-2.5-pro
gemini-keyThe Gemini API keyyes
promptThe prompt to use for the analysis.no""
thinkingThe thinking mode for Geminino""
temperatureThe temperature for Geminino0.0
top-pThe top_p value for Geminino0.0
max-outputLimit the length of the output to a certain number of tokens. If set to an empty string, there is no limit.no""
context-linesNumber of context lines to include in the diffno10
add-filesWhether to include additional context files in the AI review. If set to `"true"`, all changed files will be sent to the AI.nofalse
post-if-errorWhether to post a comment if there was an errornotrue
review-titleThe title of the reviewno# Code Review by Gemini
namedescription
resultsThe results of the code review