[copilot-pr-merged-report] PR #13517 Merged: Remove CLI step from audit-workflows, use MCP logs tool #13529
Closed
Replies: 1 comment
-
|
This discussion was automatically closed because it expired on 2026-02-10T15:26:36.511Z.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
PR #13517 successfully merged on 2026-02-03 fixing a critical workflow failure in the audit-workflows daily job.
@copilot-swe-agent@pelikhan(approved)Root Cause: Workflow attempted to execute
./gh-aw logsCLI command directly before the binary was built, causingNo such file or directoryerrors.Solution: Removed redundant CLI step and clarified MCP-based log collection using the
agentic-workflowsMCP server tool.What Changed
🔧 Workflow Configuration (
.github/workflows/audit-workflows.md)Removed direct CLI invocation step:
Contradiction: The workflow frontmatter (line 66) explicitly stated: "Use gh-aw MCP server (not CLI directly)", but an earlier step attempted direct binary execution.
Timeline:
Impact Analysis
✅ Benefits
📊 Workflow Health
Recent audit-workflows runs:
Technical Details
View Architecture Context
MCP-Based Log Collection
The audit-workflows workflow is configured with the
agentic-workflowsMCP tool in its frontmatter:Output location is documented:
/tmp/gh-aw/aw-mcp/logsRecommendations
Related Workflows
Workflows using similar MCP-based log collection (no action needed, using correct pattern):
daily-observability-report.mdworkflow-health-manager.mdci-doctor.mdReferences:
Beta Was this translation helpful? Give feedback.
All reactions