reproduce-agent: backlog fix issue created without backlog label, not picked up by dev-poll #331
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
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: disinto-admin/disinto#331
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?
Flagged by AI reviewer in PR #330.
Problem
In
docker/reproduce/entrypoint-reproduce.sh, when the reproduce-agent creates a backlog fix issue (for bugs with obvious root cause), the issue is created via API with no labels:Since
dev-poll.shonly picks up issues with thebackloglabel, these auto-created fix issues are never picked up by the dev-agent pipeline. The backlog issue exists on forge but is effectively orphaned — no agent will ever act on it.Fix
Add
"labels":[$backlog_label_id]to the issue creation payload. The label ID can be fetched/ensured via the same_label_idhelper already in scope.Auto-created from AI review of PR #330