Commit ee18f6e
Add cross-repo issue analysis agentic workflow (#670)
* Add cross-repo issue analysis agentic workflow
Adds an agentic workflow that analyzes issues filed in copilot-sdk to
determine if the root cause is in copilot-agent-runtime. When a runtime
fix is needed, it automatically creates a linked issue and draft PR in
the runtime repo.
Triggers on new issues and manual workflow_dispatch. Requires a
CROSS_REPO_PAT secret with access to both repos.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Rename secret to RUNTIME_TRIAGE_TOKEN
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 93ca61a commit ee18f6e
3 files changed
Lines changed: 1463 additions & 0 deletions
File tree
- .github
- aw
- workflows
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
23 | 28 | | |
24 | 29 | | |
25 | 30 | | |
| |||
0 commit comments