chore(ci): disable PR Agent auto-describe and AI title
Collaborators' hand-written PR titles and descriptions were being overwritten by the automatic /describe run. Disable auto_describe on the Claude job and set generate_ai_title = false so human-authored metadata is preserved. Manual /describe via PR comment still works. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ require_todo_scan = true
|
||||
persistent_comment = false # two model jobs would otherwise overwrite each other
|
||||
|
||||
[pr_description]
|
||||
generate_ai_title = true
|
||||
generate_ai_title = false
|
||||
publish_labels = true
|
||||
use_bullet_points = true
|
||||
enable_pr_diagram = true
|
||||
|
||||
Reference in New Issue
Block a user