test(labels): remove the remaining dead event-name assignments
All checks were successful
CI / test (pull_request) Successful in 3m15s
CI / release-exercise (pull_request) Successful in 11s
CI / self-guards (pull_request) Successful in 7s
CI / action-exercise (pull_request) Successful in 6s
CI / docs-sync-exercise (pull_request) Successful in 6s
Refs guard / refs-not-closing (pull_request) Successful in 6s
labels / labels (pull_request) Successful in 8s
All checks were successful
CI / test (pull_request) Successful in 3m15s
CI / release-exercise (pull_request) Successful in 11s
CI / self-guards (pull_request) Successful in 7s
CI / action-exercise (pull_request) Successful in 6s
CI / docs-sync-exercise (pull_request) Successful in 6s
Refs guard / refs-not-closing (pull_request) Successful in 6s
labels / labels (pull_request) Successful in 8s
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
This commit is contained in:
parent
7d387dd936
commit
960e581f91
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue