accursedgalaxy/noidea — AI commit message suggestion
AI commit messages for your PR diffs. Posts as PR comments. Supports Anthropic, OpenAI, Ollama, Gemini, DeepSeek, and Groq.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 7, 2026
- License
- MIT
Pinned Snippet
uses: accursedgalaxy/noidea@f835f55f86577427f453e2e3a0c5a9f589c7069c # v1.2.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| api-key | API key for the selected provider. Not required when provider is 'ollama'. Pass via a GitHub secret: ${{ secrets.ANTHROPIC_API_KEY }} | no | "" |
| provider | LLM provider to use. One of: anthropic (default), openai, ollama, gemini, deepseek, groq. Set to 'ollama' for a fully local, key-free run. | no | anthropic |
| model | Override the model. Defaults to cost-aware auto-routing (small diff → cheap model, large diff → strong model). Example: 'claude-haiku-4-5'. | no | "" |
| post-comment | Post the suggested message as a PR comment. Set to 'false' to only expose the message via the commit-message output. | no | true |
| github-token | GitHub token used to post PR comments. Defaults to the built-in GITHUB_TOKEN — only override if you need elevated permissions. | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| commit-message | The AI-suggested commit message for the PR diff. |