From 28f93f1f464cbc89f2a97fbf70d23e0ebcae1d41 Mon Sep 17 00:00:00 2001 From: shankar0123 Date: Sat, 16 May 2026 22:49:01 +0000 Subject: [PATCH] fix(docs): trim parenthetical from postgres-backup.md Last-reviewed line (doc-rot ci-guard) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The doc-rot-detector ci-guard regex is anchored to end-of-line: ^>\s*Last reviewed:\s*(\d{4}-\d{2}-\d{2})\s*$ postgres-backup.md had a trailing parenthetical `(Sprint 4 ACQ — CI restore verification subsection added)` after the date, which broke the match. Every other doc under docs/ uses the bare `> Last reviewed: YYYY-MM-DD` form (verified via grep). The trailing text was historical context that's already captured by `git log -- docs/operator/runbooks/postgres-backup.md`; doesn't need to live in the date line. This guard was masked by the Go Build & Test job aborting at `go mod tidy` step before the ci-guards step ran — surfacing as a follow-on failure once that earlier blocker is cleared. --- docs/operator/runbooks/postgres-backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operator/runbooks/postgres-backup.md b/docs/operator/runbooks/postgres-backup.md index 1b9165e..3043b9a 100644 --- a/docs/operator/runbooks/postgres-backup.md +++ b/docs/operator/runbooks/postgres-backup.md @@ -1,6 +1,6 @@ # Runbook: PostgreSQL backup for certctl -> Last reviewed: 2026-05-16 (Sprint 4 ACQ — CI restore verification subsection added) +> Last reviewed: 2026-05-16 Use this when: - You're setting up a new certctl deployment and need a backup policy