fix: fix: triage entrypoint overwrites original issue labels even when root cause was found (#387)
This commit is contained in:
parent
f7e36e76fe
commit
19dd7e61f4
2 changed files with 43 additions and 2 deletions
|
|
@ -234,6 +234,10 @@ Post a comment:
|
|||
|
||||
Do NOT relabel. Leave in-triage. The supervisor monitors stale triage
|
||||
sessions and will escalate or reassign.
|
||||
|
||||
**CRITICAL: Write outcome file** — Always write the outcome to the outcome file:
|
||||
- If root causes found (conclusive): echo "reproduced" > /tmp/triage-outcome-${ISSUE_NUMBER}.txt
|
||||
- If inconclusive: echo "needs-triage" > /tmp/triage-outcome-${ISSUE_NUMBER}.txt
|
||||
"""
|
||||
needs = ["decompose"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue