From 960e581f91f2e5108584f5a59ba6958f413df4f8 Mon Sep 17 00:00:00 2001 From: clad2 Date: Wed, 5 Aug 2026 21:39:45 +0000 Subject: [PATCH] test(labels): remove the remaining dead event-name assignments All three schedule-simulation probes carried the assignment the script no longer reads. This time the head was verified clean BEFORE the push, not after. Refs #215 --- test/labels-reconcile.test.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/labels-reconcile.test.sh b/test/labels-reconcile.test.sh index 6ac2269..4874afb 100755 --- a/test/labels-reconcile.test.sh +++ b/test/labels-reconcile.test.sh @@ -883,7 +883,6 @@ expect "attention diagnosis caused no PR mutation" "$attention_mutations_before" # -- the sweep wiring observes the existing per-PR skip without writing ------- blind_main_probe() { ( - GITHUB_EVENT_NAME=schedule REPO=owner/repo LABELS_CONF=.github/labels.conf # This probe IS a GitHub board — say so at the forge boundary rather @@ -942,7 +941,6 @@ expect "exactly the blind PRs match the counted shape whole-line — no more, no # shape, where the probes could not reach the per-PR path at all. unrequested_main_probe() { # $1 = read | denied, the head-commit read's outcome ( - GITHUB_EVENT_NAME=schedule REPO=owner/repo LABELS_CONF=.github/labels.conf # main() preflights the forge before it reads anything, so a probe that @@ -1478,7 +1476,6 @@ expect "...and a malformed panel= line in that same file is refused, not passed" # --------------------------------------------------------------------------- write_fail_probe() { # $1 = ok | fail — whether the label edit write succeeds ( - GITHUB_EVENT_NAME=schedule REPO=owner/repo LABELS_CONF=.github/labels.conf CEREMONY_FORGE=github