1
0
Fork 0
mirror of https://github.com/imjasonh/git-k8s synced 2026-07-11 07:59:39 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Claude
9df8fbb1ff
Add GitHub Agentic Workflows for automated repo maintenance
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
2026-02-28 15:02:17 +00:00