forked from heavy-duty/ceremony
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
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 -------
|
# -- the sweep wiring observes the existing per-PR skip without writing -------
|
||||||
blind_main_probe() {
|
blind_main_probe() {
|
||||||
(
|
(
|
||||||
GITHUB_EVENT_NAME=schedule
|
|
||||||
REPO=owner/repo
|
REPO=owner/repo
|
||||||
LABELS_CONF=.github/labels.conf
|
LABELS_CONF=.github/labels.conf
|
||||||
# This probe IS a GitHub board — say so at the forge boundary rather
|
# 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.
|
# 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
|
unrequested_main_probe() { # $1 = read | denied, the head-commit read's outcome
|
||||||
(
|
(
|
||||||
GITHUB_EVENT_NAME=schedule
|
|
||||||
REPO=owner/repo
|
REPO=owner/repo
|
||||||
LABELS_CONF=.github/labels.conf
|
LABELS_CONF=.github/labels.conf
|
||||||
# main() preflights the forge before it reads anything, so a probe that
|
# 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
|
write_fail_probe() { # $1 = ok | fail — whether the label edit write succeeds
|
||||||
(
|
(
|
||||||
GITHUB_EVENT_NAME=schedule
|
|
||||||
REPO=owner/repo
|
REPO=owner/repo
|
||||||
LABELS_CONF=.github/labels.conf
|
LABELS_CONF=.github/labels.conf
|
||||||
CEREMONY_FORGE=github
|
CEREMONY_FORGE=github
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue