mirror of
https://github.com/hustcer/deepseek-review.git
synced 2026-05-13 05:16:05 +08:00
ci skip
This commit is contained in:
4
.github/workflows/cr.yml
vendored
4
.github/workflows/cr.yml
vendored
@@ -73,8 +73,8 @@ jobs:
|
||||
- Reliability: ["Boundary conditions", "Resource management", "Fallback strategies"]
|
||||
|
||||
examples:
|
||||
- issue: "❗Hardcoded credentials in config.py (security violation)"
|
||||
- issue: "⚠️Duplicate validation logic in user_service.py (DRY violation)"
|
||||
- issue: "❗ Hardcoded credentials in config.py (security violation)"
|
||||
- issue: "⚠️ Duplicate validation logic in user_service.py (DRY violation)"
|
||||
- change: "Added JWT authentication middleware"
|
||||
- change: "Refactored payment processor into standalone module"
|
||||
|
||||
|
||||
@@ -15,8 +15,9 @@
|
||||
# SYSTEM_PROMPT: System prompt message
|
||||
# USER_PROMPT: User prompt message
|
||||
# Usage:
|
||||
# 1. Local: just cr
|
||||
# 2. Local: just cr -f HEAD~1 --debug
|
||||
# 1. Local Repo Review: just cr
|
||||
# 2. Local Repo Review: just cr -f HEAD~1 --debug
|
||||
# 3. Local PR Review: just cr -r hustcer/deepseek-review -n 32
|
||||
#
|
||||
|
||||
# Commonly used exit codes
|
||||
|
||||
Reference in New Issue
Block a user