mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-07-18 12:50:02 +00:00
Two defense-in-depth follow-ups to the write-lock burst fix: - 05.1 README Sync: add data/inventory.sql to paths-ignore, alongside the already-ignored data/inventory.yaml. It is a generated artifact, never hand-edited, so a push touching it should not wake the README sync. - 07.1 PR Guardian: add [skip ci] to its auto-correction commit. Guardian pushes the fix back to the PR head branch, whose synchronize event otherwise re-runs Guardian (Gemini calls) and the markdown linter on Guardian's own cosmetic commit - exactly the CI minutes the workflow's concurrency comment says it wants to save. Base branches are unprotected, so no required check is stranded; human commits (no [skip ci]) still trigger Guardian normally. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>