ice1x/Shiva PR Review
Review a pull request with a configurable LLM and post the findings as a comment.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| llm-api-key | API key for the LLM provider resolved from .shiva.yml (omit only for a keyless provider). | no | "" |
| github-token | Token used to read the diff and post the comment. The default GITHUB_TOKEN is enough. | no | ${{ github.token }} |
| config | Path to the default config. Defaults to the shiva.config.yml shipped with this action. | no | "" |
| python-version | Python used to run the review. | no | 3.12 |
| dry-run | Log the planned requests and post nothing. | no | false |
Outputs
| name | description |
|---|---|
| result | One-line summary of the run (files reviewed, comments posted). |