forked from heavy-duty/ceremony
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
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).
|
# exited 0 (@codex-reviewer-andresmgsl, #192 review).
|
||||||
stale_fail_probe() {
|
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
|
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