Skip to content

Commit b4b1df8

Browse files
committed
fix port
1 parent 8cf6b95 commit b4b1df8

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/pr-agent.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,16 @@ jobs:
2727
CONFIG__FALLBACK_MODELS: '["openai/Qwen/Qwen3-Coder-Next-FP8"]'
2828
CONFIG__CUSTOM_MODEL_MAX_TOKENS: "32768"
2929

30+
# 리뷰 상세도 높이기
31+
PR_REVIEWER__NUM_CODE_SUGGESTIONS: "5"
32+
PR_REVIEWER__INLINE_CODE_COMMENTS: "true"
33+
PR_REVIEWER__REQUIRE_SCORE_REVIEW: "true"
34+
PR_REVIEWER__REQUIRE_TESTS_REVIEW: "true"
35+
PR_REVIEWER__REQUIRE_SECURITY_REVIEW: "true"
36+
PR_REVIEWER__REQUIRE_ESTIMATE_EFFORT_TO_REVIEW: "true"
37+
PR_REVIEWER__PERSISTENT_COMMENT: "true"
38+
PR_REVIEWER__EXTRA_INSTRUCTIONS: "코드의 버그, 성능 문제, 메모리 누수, 스레드 안전성 문제를 자세히 분석해주세요. 각 이슈에 대해 구체적인 수정 방법도 제안해주세요."
39+
3040
run: |
3141
source ~/pr-agent-env/bin/activate
3242

0 commit comments

Comments
 (0)