From ca4dccfbbf532431d23e2ce41def9921568c6fd4 Mon Sep 17 00:00:00 2001 From: Evelyn Chen Date: Thu, 27 Aug 2026 18:43:32 +0000 Subject: [PATCH] Document safe edited-event wiring Authored-By: Codex (GPT-5) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b9b3e3a..f7c35d0 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,8 @@ jobs: The explicit `edited` activity is part of the enforcement contract: changing the PR description must issue a new naming status for the same commit. -Description-only events may skip unrelated validation jobs. +Keep required code-validation jobs in a separate workflow that does not run on +`edited`; Gitea treats a skipped required context as passing. To wire a new repo warn-only first, add `continue-on-error: true` to the job — the step still fails, but the job cannot block the PR.