brinkqiang/dmdeepseek cr

🚀 Sharpen Your Code, Ship with Confidence – Elevate Your Workflow with DeepSeek Code Review 🚀

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Feb 16, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: brinkqiang/dmdeepseek-review@bfbd1c746b4aabcb424420977c7eb05d2c147c49 # v1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
chat-tokenYour DeepSeek API token.yes
max-lengthThe maximum length of the content for review, 0 means no limit.no0
modelThe DeepSeek model to choose for code review.nodeepseek-chat
temperatureThe temperature of the model.no1
base-urlThe base url of DeepSeek API.nohttps://api.deepseek.com
sys-promptThe system prompt for DeepSeek API.noYou 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-promptThe user prompt for DeepSeek API.noPlease review the following code changes
include-patternsThe comma separated file patterns to include in the code review.no
exclude-patternsThe comma separated file patterns to exclude in the code review.nopnpm-lock.yaml,package-lock.json,*.lock
github-tokenThe GITHUB_TOKEN secret or personal access token to authenticate. Defaults to `github.token`.no${{ github.token }}

no outputs