feat(KB-318): add missing autoUpdatePrStatus and autoCreatePr settings fields

- Add autoUpdatePrStatus boolean field to ProjectSettings type
- Add autoCreatePr boolean field to ProjectSettings type
- Include changeset for patch version bump of @dustinbyrne/kb package
This commit is contained in:
gsxdsm
2026-03-31 14:32:17 -07:00
parent a31b6b8459
commit fdc70cbd5c
2 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
---
"@dustinbyrne/kb": patch
---
Add missing autoUpdatePrStatus and autoCreatePr fields to ProjectSettings type
Adds two new optional boolean fields to control GitHub PR automation behavior:
- `autoUpdatePrStatus`: When true, automatically poll and update PR status badges
- `autoCreatePr`: When true, automatically create GitHub PRs for completed tasks
Both fields default to false and are included in DEFAULT_PROJECT_SETTINGS.