Add GitHub-to-Buzz issue automation (#11345)

This commit is contained in:
Douwe Osinga
2026-08-26 21:29:34 +00:00
committed by GitHub
parent 867a83cfc7
commit f812cbdcd8
13 changed files with 3552 additions and 0 deletions
+4
View File
@@ -16,6 +16,10 @@ check-everything:
@echo ""
@echo "✅ All style checks passed!"
test-buzz:
node --test buzz/*.test.mjs
for file in buzz/create_github_manager buzz/create_issue_channel buzz/list_issue_work buzz/syncissues buzz/github_manager.mjs; do node --check "$file"; done
# Default release command
release-binary:
@echo "Building release version..."