fix: fix: triage agent creates root cause issues without backlog label (#386)
This commit is contained in:
parent
01f97ed6e5
commit
9a22e407a4
2 changed files with 34 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue