Skip to content

[WIP] Fix issue with action run reference#11253

Closed
Copilot wants to merge 2 commits intomainfrom
copilot/fix-action-run-issue
Closed

[WIP] Fix issue with action run reference#11253
Copilot wants to merge 2 commits intomainfrom
copilot/fix-action-run-issue

Conversation

Copy link
Contributor

Copilot AI commented Jan 22, 2026

Fix: Remove non-existent awf logs summary command from workflow generation

  • Investigate the failing workflow (copilot-pr-nlp-analysis)
  • Identify root cause: awf logs summary command doesn't exist
  • Verify awf is not available in the codebase
  • Remove the invalid command from pkg/workflow/copilot_srt.go
  • Rebuild and recompile workflows
  • Verify fix with manual testing
  • Run pre-commit validation

Changes Made

Modified pkg/workflow/copilot_srt.go:

  • Removed the non-existent awf logs summary command from generateFirewallLogParsingStep()
  • Updated function to only fix permissions on firewall logs
  • Simplified step name from "Print firewall logs" to "Fix firewall log permissions"
  • Removed unnecessary environment variables (AWF_LOGS_DIR)

Recompiled Workflows:

  • All 134 workflow .lock.yml files have been recompiled
  • Removed the awf logs summary | tee -a "$GITHUB_STEP_SUMMARY" line from all workflows
  • Firewall logs are still being uploaded as artifacts in a separate step

Testing

✅ Unit tests pass (make test-unit)
✅ Code formatting verified (make fmt)
✅ Linting validated (make lint)
✅ All 120 affected workflow files updated successfully

Original prompt

Reference: https://github.com/githubnext/gh-aw/actions/runs/21244383358/job/61129875601

Fix

Custom agent used: agentic-workflows
GitHub Agentic Workflows (gh-aw) - Create, debug, and upgrade AI-powered workflows with intelligent prompt routing


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

…ation

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
@pelikhan pelikhan closed this Jan 22, 2026
Copilot stopped work on behalf of pelikhan due to an error January 22, 2026 12:11
Copilot AI requested a review from pelikhan January 22, 2026 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants