2026-07-28 18:24:23 +00:00
|
|
|
### Changed
|
|
|
|
|
|
|
|
|
|
- `labels` — the advisory reconcile cron relaxes from `*/15` to hourly (#199).
|
|
|
|
|
Events still carry every state change in seconds; the cron only backstops a
|
|
|
|
|
forgotten handoff, so a full-board sweep is billed far less often without
|
|
|
|
|
delaying any real transition past one cadence.
|
2026-07-28 19:04:27 +00:00
|
|
|
- `labels` — the caller's `issues:` trigger narrows to
|
|
|
|
|
`[opened, closed, edited, reopened]` (#199), the actions that carry a
|
|
|
|
|
queue-state change the cron cannot wait a cadence for. The churn/validation
|
|
|
|
|
actions — labeled/unlabeled/assigned/unassigned — come off; the PR handoff
|
|
|
|
|
wake is unaffected.
|
2026-07-28 18:24:23 +00:00
|
|
|
- `labels` — each caller trigger now carries a comment saying why it is
|
|
|
|
|
subscribed, and reconcile keeps `cancel-in-progress: false` (#199) —
|
|
|
|
|
cancelling a sweep mid-board is the race that guard exists to prevent.
|