fix: fix: triage agent creates root cause issues without backlog label (#386)
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful

This commit is contained in:
Agent 2026-04-07 21:45:07 +00:00
parent 01f97ed6e5
commit 9a22e407a4
2 changed files with 34 additions and 2 deletions

View file

@ -183,7 +183,7 @@ For each root cause found:
-d '{
"title": "fix: <specific description of root cause N>",
"body": "## Root cause\\n<exact code path, file:line>\\n\\n## Fix suggestion\\n<recommended approach>\\n\\n## Context\\nDecomposed from #${ISSUE_NUMBER} (cause N of M)\\n\\n## Dependencies\\n<#X if this depends on another cause being fixed first>",
"labels": ["backlog"]
"labels": [{"name": "backlog"}]
}'
3. Note the newly created issue numbers.