forked from heavy-duty/ceremony
11 lines
594 B
Markdown
11 lines
594 B
Markdown
|
|
### Fixed
|
||
|
|
|
||
|
|
- `blocker:unrequested` now clears the moment the panel is asked: the labels
|
||
|
|
caller (and the `docs/CONSUMERS.md` stub) listens on `review_requested` and
|
||
|
|
`review_request_removed`, so the one event that falsifies the label — or
|
||
|
|
makes it true again — wakes the reconcile sweep instead of waiting for an
|
||
|
|
unrelated push or the advisory cron. The `scope` job skips both events:
|
||
|
|
they change no paths, and running the labeler on them widens the #130
|
||
|
|
clobber window. Adopting the new triggers is a stub edit riding the pin
|
||
|
|
bump to the first tag carrying this change (#137).
|