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
83 changes: 25 additions & 58 deletions .github/workflows/example-workflow-analyzer.lock.yml

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .github/workflows/example-workflow-analyzer.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ imports:
sandbox:
agent:
sudo: false
features:
gh-aw-detection: true
---
# Weekly Workflow Analysis

Expand Down
83 changes: 25 additions & 58 deletions .github/workflows/github-mcp-structural-analysis.lock.yml

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .github/workflows/github-mcp-structural-analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ imports:
sandbox:
agent:
sudo: false
features:
gh-aw-detection: true
---
# GitHub MCP Structural Analysis

Expand Down
83 changes: 25 additions & 58 deletions .github/workflows/prompt-clustering-analysis.lock.yml

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .github/workflows/prompt-clustering-analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ steps:
find /tmp/gh-aw/agent/workflow-logs -maxdepth 1 -ls

timeout-minutes: 20
features:
gh-aw-detection: true

---
# Copilot Agent Prompt Clustering Analysis
Expand Down
83 changes: 25 additions & 58 deletions .github/workflows/typist.lock.yml

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .github/workflows/typist.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ tools:
sandbox:
agent:
sudo: false
features:
gh-aw-detection: true
---
# Typist - Go Type Consistency Analysis

Expand Down