test(labels): drop the now-dead event-name assignment SC2034 flagged
Some checks failed
CI / test (pull_request) Failing after 34s
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
Some checks failed
CI / test (pull_request) Failing after 34s
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
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
This commit is contained in:
parent
6986deede7
commit
7d387dd936
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue