From 50e913a954bd8dc00da9bf2264a1f42506b55e54 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Date: Tue, 4 Aug 2026 13:59:49 -0400 Subject: [PATCH] proposal-checks: re-verify on PR body edits (ai-flow#54) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The body carries the learned-from marker — the origin-firing check's input — so a marker repaired by editing the body must re-verify without an empty-commit nudge. Matches the updated ai-flow template. Co-authored-by: Cursor --- .github/workflows/proposal-checks.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/proposal-checks.yml b/.github/workflows/proposal-checks.yml index 052eb52..671698f 100644 --- a/.github/workflows/proposal-checks.yml +++ b/.github/workflows/proposal-checks.yml @@ -9,12 +9,14 @@ # learning must fire on the context it was distilled from. Runs on every PR — # GitHub draft state included, which is the point: the verdict lands while # the human gate is still deciding. Structure-only and unmarked PRs skip -# green. +# green. `edited` is in the trigger list because the PR body carries the +# learned-from marker — the check's input — so repairing a marker by editing +# the body re-verifies without needing a new commit. name: proposal-checks on: pull_request: - types: [opened, synchronize, reopened] + types: [opened, synchronize, reopened, edited] permissions: contents: read