From 7d387dd93699b9336cddf0a4d51e96cf6bdcfb5d Mon Sep 17 00:00:00 2001 From: clad2 Date: Wed, 5 Aug 2026 21:35:55 +0000 Subject: [PATCH] test(labels): drop the now-dead event-name assignment SC2034 flagged The script stopped reading GITHUB_EVENT_NAME with the input gate; the previous commit pushed with this red because I trusted an && echo that printed nothing. Refs #215 --- test/labels-reconcile.test.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/labels-reconcile.test.sh b/test/labels-reconcile.test.sh index 696fb9f..6ac2269 100755 --- a/test/labels-reconcile.test.sh +++ b/test/labels-reconcile.test.sh @@ -1548,7 +1548,9 @@ expect "...and does print reconciled." \ # exited 0 (@codex-reviewer-andresmgsl, #192 review). stale_fail_probe() { ( - GITHUB_EVENT_NAME=schedule + # No event name: the script stopped reading GITHUB_EVENT_NAME when the + # bootstrap moved to the BOOTSTRAP input (#215); default no is the + # non-bootstrap sweep this probe simulates. REPO=owner/repo LABELS_CONF=.github/labels.conf CEREMONY_FORGE=github