Adopt ceremony labels and review machinery #31
3 changed files with 3 additions and 1 deletions
|
|
@ -22,4 +22,4 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: npm ci && npm test
|
run: npm ci && npm test && npm run check:governance
|
||||||
|
|
|
||||||
1
changelog.d/30.md
Normal file
1
changelog.d/30.md
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
- Adopted ceremony label and review automation with a machine-readable panel and scope taxonomy. (#30).
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"description": "CLI for the heavy-duty forge (Forgejo)",
|
"description": "CLI for the heavy-duty forge (Forgejo)",
|
||||||
"main": "src/cli.js",
|
"main": "src/cli.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"check:governance": "node scripts/check-governance.js",
|
||||||
"test": "node --test",
|
"test": "node --test",
|
||||||
"start": "node src/cli.js"
|
"start": "node src/cli.js"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue