leewr9/PRMate Review
PRMate's automated review for a Pull Request
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| pr-number | The number of the Pull Request to review. This is required to specify which PR PRMate should analyze. | yes | — |
| repository | The full name of the repository containing the Pull Request, including the owner. For example, 'owner/repository-name'. | yes | ${{ github.repository }} |
| token | GitHub token for API authentication. Needs write access to issues and pull requests in order to post review comments. | yes | ${{ github.token }} |
| openai-api-key | Optional OpenAI API key (required if not using Ollama). | no | "" |
| ollama-host | Optional Ollama host URL (used if running a local Ollama server). | no | http://127.0.0.1:11434 |
| review-language | Language of the code review output ('Korean' or 'English'). | no | Korean |
| review-strict | Whether to use strict review formatting ("True" to enable strict mode). | no | False |
Outputs
no outputs