Merge pull request #54 from zonghaoyuan/chore/disable-pr-agent-auto-describe

chore(ci): disable PR Agent auto-describe and AI title
This commit is contained in:
Zonghao Yuan
2026-06-07 22:38:12 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ jobs:
config.reasoning_effort: "high" config.reasoning_effort: "high"
openai.api_base: ${{ secrets.PR_REVIEW_BASE_URL }} openai.api_base: ${{ secrets.PR_REVIEW_BASE_URL }}
github_action_config.auto_review: "true" github_action_config.auto_review: "true"
github_action_config.auto_describe: "true" github_action_config.auto_describe: "false"
github_action_config.auto_improve: "true" github_action_config.auto_improve: "true"
github_action_config.pr_actions: '["opened", "reopened", "ready_for_review", "synchronize"]' github_action_config.pr_actions: '["opened", "reopened", "ready_for_review", "synchronize"]'
pr_reviewer.extra_instructions: | pr_reviewer.extra_instructions: |
+1 -1
View File
@@ -19,7 +19,7 @@ require_todo_scan = true
persistent_comment = false # two model jobs would otherwise overwrite each other persistent_comment = false # two model jobs would otherwise overwrite each other
[pr_description] [pr_description]
generate_ai_title = true generate_ai_title = false
publish_labels = true publish_labels = true
use_bullet_points = true use_bullet_points = true
enable_pr_diagram = true enable_pr_diagram = true