mys1024/cr-asst-action
An action powered by cr-asst that reviews your pull requests with AI assistants.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Github token. | yes | — |
| model | AI Model to use for review. | yes | — |
| provider | AI service provider (options: "openai", "deepseek", "xai", "anthropic", "google"). (default: "openai") | no | — |
| base-url | Base URL for the AI service API. | no | — |
| api-key | API key for the AI service. | yes | — |
| include | Files and directories to include in review, separated by commas. | no | — |
| exclude | Files and directories to exclude from review, separated by commas. | no | — |
| prompt-file | Path to a custom prompt file, or a builtin prompt (options: "en" or "zh-cn"). (default: "en") | no | — |
| system-prompt-file | Path to a custom system prompt file. | no | — |
| disable-tools | Whether to disable tools. | no | — |
| max-steps | Maximum number of AI model calls. | no | — |
| temperature | Temperature for the AI model. | no | — |
| top-p | Top P for the AI model. | no | — |
| top-k | Top K for the AI model. | no | — |
| output-file | Path to a file to save review result. | no | — |
| approval-check | Whether to enable approval check. | no | — |
| approval-check-prompt | Custom approval check prompt. | no | — |
| approval-check-prompt-file | Path to a custom approval check prompt file. | no | — |
Outputs
no outputs