Skip to content

[WIP] Fix large output logging in GitHub Actions#12942

Closed
pelikhan with Copilot wants to merge 9 commits into
mainfrom
copilot/fix-large-output-logging
Closed

[WIP] Fix large output logging in GitHub Actions#12942
pelikhan with Copilot wants to merge 9 commits into
mainfrom
copilot/fix-large-output-logging

Conversation

Copilot AI commented Jan 31, 2026

Copy link
Copy Markdown
Contributor

Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress.

Original prompt

Reference: https://github.com/githubnext/gh-aw/actions/runs/21545786433/job/62087458233#step:6:1

The output of this step is too large. Pipe the execution to a file and do not send it to stdout or you overflow GitHub actions logging.

See report.


💡 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.

Copilot AI and others added 9 commits January 31, 2026 07:25
- Changed checkout path from absolute `/tmp/gh-aw/repo-imports/...` to relative `tmp/gh-aw/repo-imports/...`
- Updated merge script to resolve relative path using GITHUB_WORKSPACE
- Updated tests to expect relative paths
- Recompiled all workflows with new path format

This fixes the issue where actions/checkout@v6 was failing because it requires relative paths, not absolute paths.

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Changed checkout path from tmp/gh-aw/repo-imports/ to .github/aw/imports/ as requested by @pelikhan. This aligns with the existing .github/aw/ directory structure used for workflow-related files.

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
- Added github/github-deep-research-agent@main import to smoke-claude workflow
- Modified merge script to only copy specific subfolders: agents, skills, prompts, instructions, plugins
- This prevents copying unnecessary files like workflows/ from imported repositories

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
…oke-copilot

- Removed if: ${{ always() }} condition from the merge remote .github folder step
- Added github/github-deep-research-agent@main import to smoke-copilot workflow
- Recompiled affected workflows (scout, smoke-copilot, smoke-claude)

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
…ilot, and scout

- Removed github/github-deep-research-agent@main from smoke-claude.md
- Removed github/github-deep-research-agent@main from smoke-copilot.md
- Removed github/github-deep-research-agent@main from scout.md
- Recompiled all three workflows without repository import steps

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Base automatically changed from copilot/fix-checkout-location to main January 31, 2026 14:59
@pelikhan pelikhan closed this Jan 31, 2026
Copilot AI requested a review from pelikhan January 31, 2026 14:59
Copilot stopped work on behalf of pelikhan due to an error January 31, 2026 14:59
@github-actions
github-actions Bot deleted the copilot/fix-large-output-logging branch April 2, 2026 13:06
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