Dogfood triggers feature in single_pass workflow

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-10 14:08:29 +00:00
parent 4180050ae1
commit 25637e3248

View File

@@ -147,5 +147,15 @@
]
}
}
}
},
"triggers": [
{
"nodeId": "load_context",
"kind": "manual",
"enabled": true,
"meta": {
"description": "Manually triggered single-pass workflow execution"
}
}
]
}