feat(repo): Add merge-batch and README credit gates
This commit is contained in:
@@ -33,11 +33,13 @@
|
||||
"build": "npm run chain && npm run catalog",
|
||||
"check:stale-claims": "node tools/scripts/run-python.js tools/scripts/check_stale_claims.py",
|
||||
"check:warning-budget": "node tools/scripts/run-python.js tools/scripts/check_validation_warning_budget.py",
|
||||
"check:readme-credits": "node tools/scripts/run-python.js tools/scripts/check_readme_credits.py",
|
||||
"audit:consistency": "node tools/scripts/run-python.js tools/scripts/audit_consistency.py",
|
||||
"audit:consistency:github": "node tools/scripts/run-python.js tools/scripts/audit_consistency.py --check-github-about",
|
||||
"audit:maintainer": "node tools/scripts/run-python.js tools/scripts/maintainer_audit.py",
|
||||
"security:docs": "node tools/scripts/tests/docs_security_content.test.js",
|
||||
"pr:preflight": "node tools/scripts/pr_preflight.cjs",
|
||||
"merge:batch": "node tools/scripts/merge_batch.cjs",
|
||||
"release:preflight": "node tools/scripts/release_workflow.js preflight",
|
||||
"release:prepare": "node tools/scripts/release_workflow.js prepare",
|
||||
"release:publish": "node tools/scripts/release_workflow.js publish",
|
||||
|
||||
Reference in New Issue
Block a user