Adopt ceremony labels and review machinery #31

Merged
andres merged 5 commits from build/30-ceremony-adoption into main 2026-08-21 06:31:24 +00:00
3 changed files with 3 additions and 1 deletions
Showing only changes of commit 9efe4bf717 - Show all commits

View file

@ -22,4 +22,4 @@ jobs:
uses: actions/checkout@v4
- name: Run tests
run: npm ci && npm test
run: npm ci && npm test && npm run check:governance

1
changelog.d/30.md Normal file
View file

@ -0,0 +1 @@
- Adopted ceremony label and review automation with a machine-readable panel and scope taxonomy. (#30).

View file

@ -4,6 +4,7 @@
"description": "CLI for the heavy-duty forge (Forgejo)",
"main": "src/cli.js",
"scripts": {
"check:governance": "node scripts/check-governance.js",
"test": "node --test",
"start": "node src/cli.js"
},