Skip to content

Commit 7b5ffe4

Browse files
committed
fix: add better PR agent configs
1 parent 45d1e8e commit 7b5ffe4

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/reusable-node-ci.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,15 @@ jobs:
6666
env:
6767
OPENAI_KEY: ${{ secrets.OPENAI_API_KEY }}
6868
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
69-
github_action_config.auto_review: "true" # enable auto review
70-
github_action_config.auto_describe: "false" # disable auto describe
71-
github_action_config.auto_improve: "false" # disable auto improve
69+
config.model: "o3-mini"
70+
config.custom_reasoning_model: "true"
71+
pr_code_suggestions.commitable_code_suggestions: "true"
72+
pr_code_suggestions.focus_only_on_problems: "true"
73+
pr_reviewer.require_score_review: "true"
74+
pr_reviewer.inline_code_comments: "true"
75+
pr_description.publish_description_as_comment: "false"
76+
pr_description.add_original_user_description: "true"
77+
# pr_reviewer.extra_instructions: "- instruction a\n- instruction b\n..."
7278

7379
merge-checks:
7480
name: QA merge checks

0 commit comments

Comments
 (0)