From 69d674cb67e563205571c85dc27cbc5e3bebfda1 Mon Sep 17 00:00:00 2001 From: clad2 Date: Wed, 5 Aug 2026 21:08:51 +0000 Subject: [PATCH] docs(changelog): split the test entry under the 300-character bound MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pushed the previous commit with this red — the cite check names the bound and I read only the first failure it printed. Refs #215 --- changelog.d/215.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/changelog.d/215.md b/changelog.d/215.md index d94f219..f89ef00 100644 --- a/changelog.d/215.md +++ b/changelog.d/215.md @@ -24,6 +24,9 @@ - `test/labels-bootstrap.test.sh` pins the bridge at every hop: the declared boundary, both gate sites as the identity, no expression reading - `github.event.inputs`, the caller and stub pass-throughs byte-exact, and - the four value paths driven through the shipped expressions into the - action's real validator (#215). + `github.event.inputs`, and the caller and stub pass-throughs + byte-exact (#215). + +- The same test drives the four value paths — schedule-empty, `no`, `yes`, + invalid — through the shipped expressions into the action's real + validator (#215).