fix: dispatcher uses old single-label names instead of bug-report combo labels #339
Labels
No labels
action
backlog
blocked
bug-report
in-progress
prediction/actioned
prediction/dismissed
prediction/unreviewed
priority
tech-debt
underspecified
vision
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: disinto-admin/disinto#339
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The dispatcher in
docker/edge/dispatcher.shstill checks for the old single-purpose labels:needs-triage(old) → should bebug-report+in-triage(new)reproduced,cannot-reproducein the skip set → should bein-progress,rejectedThe reproduce-agent (#320) now applies combo labels (
bug-report+in-triage,bug-report+rejected, etc.) but the dispatcher skip filter still looks for the old names. This means:needs-triagewhich is never applied)Fix
In
docker/edge/dispatcher.sh,fetch_reproduce_candidates():And the triage dispatch (when #258 lands) should trigger on
in-triagelabel, notneeds-triage.Files
docker/edge/dispatcher.sh—fetch_reproduce_candidates()skip set, and future triage dispatch triggerStale in-progress issue detected
no_active_session_no_open_pr2026-04-07T08:34:13ZStatus: This issue was labeled
in-progressbut no active tmux session exists.Action required: A maintainer should triage this issue.