Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 7 additions & 29 deletions .github/workflows/copilot-agent-analysis.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 1 addition & 15 deletions .github/workflows/copilot-agent-analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,28 +30,14 @@ safe-outputs:
close-older-discussions: true

imports:
- shared/jqschema.md
- shared/reporting.md
- shared/copilot-pr-data-fetch.md
- shared/copilot-pr-analysis-base.md

tools:
repo-memory:
branch-name: memory/copilot-agent-analysis
description: "Historical agent performance metrics"
file-glob: ["memory/copilot-agent-analysis/*.json", "memory/copilot-agent-analysis/*.jsonl", "memory/copilot-agent-analysis/*.csv", "memory/copilot-agent-analysis/*.md"]
max-file-size: 102400 # 100KB
github:
toolsets: [default]
bash:
- "find .github -name '*.md'"
- "find .github -type f -exec cat {} +"
- "find .github -maxdepth 1 -ls"
- "git log --oneline"
- "git diff"
- "gh pr list *"
- "gh search prs *"
- "jq *"
- "/tmp/gh-aw/jqschema.sh"

timeout-minutes: 15

Expand Down
Loading