mirror of
https://github.com/imjasonh/git-k8s
synced 2026-07-06 22:12:25 +00:00
No description
Set up five workflows to automate repository maintenance: - code-review.md: Automated PR review on open/sync, checks for bugs, security issues, and Go/K8s anti-patterns. Auto-fixes formatting and linting. Escalates to maintainer only for CRD/architecture changes. - ci-doctor.md: Triggers on CI failure, investigates root cause from logs, auto-fixes mechanical issues (mod tidy, fmt, simple compilation errors), and creates detailed issues for complex failures. - pr-fix.md: On-demand /pr-fix command to analyze and fix failing CI checks on any PR. - dependency-update.md: Weekly scheduled check for Go module updates. Groups updates logically (k8s, knative, go-git), fixes breaking changes, and creates per-batch PRs. Escalates only when fixes need design decisions. - auto-merge.yaml: Standard GitHub Actions workflow that auto-merges PRs labeled "automation" once all CI checks pass (squash merge). All agentic workflows assign @imjasonh only when human judgment is needed, with specific questions rather than generic notifications. https://claude.ai/code/session_01JTYNSeJrGzdW6wfAUbdjjw |
||
|---|---|---|
| .github/workflows | ||
| cmd | ||
| config | ||
| hack | ||
| pkg | ||
| test/e2e | ||
| .gitignore | ||
| .ko.yaml | ||
| CLAUDE.md | ||
| go.mod | ||
| go.sum | ||