Tags: github/gh-aw
Tags
Add 5-minute timeout to docker pull commands (#13767) * Initial plan * Initial plan: Add timeout wrapper to docker pull Co-authored-by: lpcox <[email protected]> * Add 5-minute timeout to docker pull commands Co-authored-by: lpcox <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: lpcox <[email protected]> Co-authored-by: Peli de Halleux <[email protected]>
Fix changesets workflow - Remove duplicate tag creation and update jo… …b dependencies (#13592) * Initial plan * Fix changeset script - remove duplicate tag creation The changeset.js script was trying to create a git tag that already exists, causing the GitHub Actions workflow to fail. The workflow's release job creates the tag first, then the changesets job calls changeset.js which tried to create the same tag again. Changes: - Removed tag creation (git tag -a) from changeset.js - Removed tag push (git push origin <tag>) from changeset.js - Updated error recovery instructions to not mention tag operations - Added documentation clarifying the script expects tags to be pre-created The script now only updates CHANGELOG.md, deletes changeset files, commits changes, and pushes to main - no tag operations. Co-authored-by: pelikhan <[email protected]> * Update changesets job to depend on agent job The changesets job now runs after the agent job completes, ensuring release highlights are generated before the CHANGELOG is updated. Before: agent -> depends on changesets After: changesets -> depends on agent This allows the agent to generate release highlights first, then the CHANGELOG can be updated with the full context. Co-authored-by: pelikhan <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: pelikhan <[email protected]> Co-authored-by: Peli de Halleux <[email protected]>
docs: replace npm copilot-cli installation with built-in gh copilot c… …ommand (#13381) * Initial plan * docs: replace copilot-cli installation with gh copilot extension Co-authored-by: pelikhan <[email protected]> * docs: clarify gh copilot is built into GitHub CLI Co-authored-by: pelikhan <[email protected]> * docs: remove skill file and simplify copilot CLI details Co-authored-by: pelikhan <[email protected]> * docs: revert agent-factory-status.mdx to original state Co-authored-by: pelikhan <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: pelikhan <[email protected]> Co-authored-by: Peli de Halleux <[email protected]>
Update MCP gateway container to v0.0.90 (#13197) * Initial plan * Update MCP gateway container version to v0.0.90 Co-authored-by: lpcox <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: lpcox <[email protected]>
PreviousNext