feat(repo): Add merge-batch and README credit gates

This commit is contained in:
sickn33
2026-04-05 10:36:47 +02:00
parent 3c546a9dbe
commit 51061dfcf1
18 changed files with 1730 additions and 9 deletions

View File

@@ -97,6 +97,12 @@ jobs:
- name: Validate source changes
run: npm run validate
- name: Enforce validation warning budget
run: npm run check:warning-budget
- name: Verify README source credits for changed skills
run: npm run check:readme-credits -- --base "origin/${{ github.base_ref }}" --head HEAD
- name: Validate references
if: needs.pr-policy.outputs.requires_references == 'true'
run: npm run validate:references