chore: make changelog mandatory in PR skills

This commit is contained in:
Gustavo Madeira Santana
2026-02-12 18:07:57 -05:00
parent a10f228a5b
commit 04a1ed5e53
5 changed files with 15 additions and 17 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ Minimum JSON shape:
"result": "pass"
},
"docs": "up_to_date|missing|not_applicable",
"changelog": "required|not_required"
"changelog": "required"
}
```