BLD - add GitHub contribution and release automation (#3)

* BLD - add GitHub contribution and release automation

* BLD - restrict dev merges to maintainers

* BLD - add automated review and PR test resources

* DOC - require AI governance checks

* FIX - pin patched nanoid dependency

* TRY - trigger webhook delivery

* TRY - verify webhook routing

* TRY - rerun pull request checks
This commit is contained in:
DerEchteAlec
2026-08-19 15:26:50 +02:00
committed by GitHub
parent c766cb5044
commit 7644dec3a3
19 changed files with 1173 additions and 4 deletions
+5
View File
@@ -15,6 +15,11 @@
"test": "vitest run && pnpm test:browser-mocks",
"test:browser-mocks": "node testserver/smoke.cjs"
},
"pnpm": {
"overrides": {
"nanoid@<3.3.18": "3.3.18"
}
},
"dependencies": {
"@tiptap/core": "^3.29.2",
"@tiptap/extension-placeholder": "^3.29.2",