am11abhi/AI PR Summarizer
Automatically summarize pull requests using Google Gemini AI. Generates concise summaries of code changes and posts them as PR comments.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| gemini_api_key | Your Google Gemini API key (store as a secret) | yes | — |
| base_ref | The base branch to compare changes against (e.g., 'main') | no | main |
| max_diff_size_kb | Maximum diff size in KB to process (to avoid API limits) | no | 100 |
| model | Gemini model to use (e.g., 'gemini-2.5-flash') | no | gemini-2.5-flash |
| update_comment | Whether to update an existing summary comment instead of creating a new one | no | false |
Outputs
| name | description |
|---|---|
| summary | The generated PR summary text |