Skip to content

Commit ee18f6e

Browse files
patnikoCopilot
andauthored
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/actions-lock.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
"version": "v7.0.0",
2121
"sha": "bbbca2ddaa5d8feaa63e36b76fdaad77386f024f"
2222
},
23+
"github/gh-aw/actions/setup@v0.50.5": {
24+
"repo": "github/gh-aw/actions/setup",
25+
"version": "v0.50.5",
26+
"sha": "a7d371cc7e68f270ded0592942424548e05bf1c2"
27+
},
2328
"github/gh-aw/actions/setup@v0.52.1": {
2429
"repo": "github/gh-aw/actions/setup",
2530
"version": "v0.52.1",

0 commit comments

Comments
 (0)