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
6 changes: 3 additions & 3 deletions .github/workflows/audit-workflows.lock.yml

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

4 changes: 2 additions & 2 deletions .github/workflows/copilot-pr-nlp-analysis.lock.yml

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

4 changes: 2 additions & 2 deletions .github/workflows/copilot-session-insights.lock.yml

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

4 changes: 2 additions & 2 deletions .github/workflows/daily-code-metrics.lock.yml

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

4 changes: 2 additions & 2 deletions .github/workflows/daily-copilot-token-report.lock.yml

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

4 changes: 2 additions & 2 deletions .github/workflows/daily-file-diet.lock.yml

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

6 changes: 3 additions & 3 deletions .github/workflows/daily-firewall-report.lock.yml

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

4 changes: 2 additions & 2 deletions .github/workflows/daily-issues-report.lock.yml

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

4 changes: 2 additions & 2 deletions .github/workflows/daily-news.lock.yml

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

4 changes: 2 additions & 2 deletions .github/workflows/daily-performance-summary.lock.yml

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

4 changes: 2 additions & 2 deletions .github/workflows/daily-repo-chronicle.lock.yml

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

2 changes: 1 addition & 1 deletion .github/workflows/deep-report.lock.yml

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

16 changes: 13 additions & 3 deletions .github/workflows/dev-hawk.lock.yml

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

5 changes: 3 additions & 2 deletions .github/workflows/dev-hawk.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ permissions:
pull-requests: read
engine: copilot
tools:
agentic-workflows:
github:
toolsets: [pull_requests, actions, repos]
imports:
Expand Down Expand Up @@ -53,7 +54,7 @@ You monitor "Dev" workflow completions on copilot/* branches (workflow_dispatch

2. **Analyze**: Once PR confirmed:
- Get workflow details, status, execution time
- For failures: Use gh-aw MCP `audit` tool with run_id `${{ github.event.workflow_run.id }}`
- For failures: Use the `audit` tool from the agentic-workflows MCP server with run_id `${{ github.event.workflow_run.id }}`
- Categorize: code issues, infrastructure, dependencies, config, timeouts
- Extract error messages and patterns

Expand Down Expand Up @@ -91,7 +92,7 @@ Dev workflow completed successfully! 🎉
- Verify PR exists first, abandon if not found
- Be thorough but concise
- Focus on actionable insights
- Use gh-aw MCP audit tool for failures
- Use the `audit` tool from the agentic-workflows MCP server for failures
- Include specific errors and file locations
- Categorize failure types

Expand Down
Loading