Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/proposal-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading