blizzertech/Intellizzer
An intelligent GitHub Action that enhances code reviews with advanced language models and pull request recommendations.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | GitHub token to interact with the repository. | yes | — |
| OPENAI_API_KEY | OpenAI API key for GPT. | yes | — |
| OPENAI_API_MODEL | OpenAI API model. | no | gpt-4o-mini |
| OPENAI_API_ENDPOINT | Custom OpenAI API endpoint URL (optional) | no | — |
| TELEGRAM_BOT_TOKEN | Telegram Bot Token for notifications | yes | — |
| TELEGRAM_CHAT_ID | Telegram Chat ID to send notifications | yes | — |
| ENABLE_TELEGRAM_BOT | Enable Telegram bot functionality | no | false |
| BOT_NAME | Name of the bot that will appear in comments | no | Intellizzer |
| exclude | Glob patterns to exclude files from the diff analysis (comma-separated) | no | *.md,*.txt,package-lock.json,yarn.lock |
Outputs
no outputs