hustcer/DeepSeek CR
🚀 Sharpen Your Code, Ship with Confidence – Elevate Your Workflow with DeepSeek Code Review 🚀
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 6, 2026
- License
- MIT
Pinned Snippet
uses: hustcer/deepseek-review@90c887892350e87fdcf517ddc41b3b826941614b # v1.20tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| chat-token | Your DeepSeek API token. | yes | — |
| max-length | The maximum length of the content for review, 0 means no limit. | no | 0 |
| model | The DeepSeek model to choose for code review. | no | deepseek-v4-flash |
| temperature | The temperature of the model. | no | 0.3 |
| base-url | The base url of DeepSeek API. | no | https://api.deepseek.com |
| sys-prompt | The system prompt for DeepSeek API. | no | You are a professional code review assistant responsible for analyzing code changes in GitHub Pull Requests. Identify potential issues such as code style violations, logical errors, security vulnerabilities, and provide improvement suggestions. Clearly list the problems and recommendations in a concise manner. |
| user-prompt | The user prompt for DeepSeek API. | no | Please review the following code changes |
| include-patterns | The comma separated file patterns to include in the code review. | no | — |
| exclude-patterns | The comma separated file patterns to exclude in the code review. | no | pnpm-lock.yaml,package-lock.json,*.lock |
| github-token | The GITHUB_TOKEN secret or personal access token to authenticate. Defaults to `github.token`. | no | ${{ github.token }} |
| watch-mention | Trigger code review when this string is mentioned in a PR comment, e.g. `@github-actions`. Requires `issue_comment` event in the workflow. | no | "" |
| allowed-associations | Comma-separated author_association values allowed to trigger review via PR comment. Default: OWNER,MEMBER,COLLABORATOR. | no | OWNER,MEMBER,COLLABORATOR |
Outputs
no outputs