You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "CLI tools for GitHub organization maintenance — governance reports that run on cron schedules and surface violations as GitHub issues",
"type": "module",
"scripts": {
"test": "bun test",
"typecheck": "tsc --noEmit",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format:check": "prettier --check .",
"format:fix": "prettier --write .",
"ci": "bun run typecheck && bun run lint && bun run format:check && bun test",
"report:repos-with-no-team": "bun run src/reports/repos-with-no-team.ts",
"report:repos-with-no-admin-team": "bun run src/reports/repos-with-no-admin-team.ts",
"report:repos-with-multi-admin-teams": "bun run src/reports/repos-with-multi-admin-teams.ts"