fix: triage entrypoint overwrites original issue labels even when root cause was found #387
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#387
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
Triage agent posted findings and created #19 via API, but the entrypoint defaulted to "inconclusive" because the outcome file was not written. It set
blocked, strippingbug-report+in-triage.Expected:
bug-report+in-progress. Actual:blocked.Fix
Entrypoint should detect success by checking if a triage findings comment was posted or sub-issues were created, not just the outcome file. Or the triage formula must explicitly instruct Claude to write the outcome file.
Files
docker/reproduce/entrypoint-reproduce.sh— outcome detectionformulas/triage.toml— add outcome file instruction