Skip to content

updated aw#762

Merged
lpcox merged 1 commit intomainfrom
lpcox/fix-large-file-test
Feb 6, 2026
Merged

updated aw#762
lpcox merged 1 commit intomainfrom
lpcox/fix-large-file-test

Conversation

@lpcox
Copy link
Collaborator

@lpcox lpcox commented Feb 6, 2026

No description provided.

Copilot AI review requested due to automatic review settings February 6, 2026 18:46
@lpcox lpcox merged commit 683e58d into main Feb 6, 2026
@lpcox lpcox deleted the lpcox/fix-large-file-test branch February 6, 2026 18:47
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the repository’s GitHub Agentic Workflows lockfiles to a newer gh-aw generator/runtime version, refreshing pinned action SHAs, container images, and MCP gateway configuration across many workflows.

Changes:

  • Bump gh-aw generated workflow lockfiles from v0.42.2 to v0.42.9 (and related tool/image versions).
  • Add MCP Gateway payload directory configuration (MCP_GATEWAY_PAYLOAD_DIR) and mount wiring in multiple workflows.
  • Switch repo checkout steps to sparse checkout of .github and .agents.

Reviewed changes

Copilot reviewed 21 out of 21 changed files in this pull request and generated 18 comments.

Show a summary per file
File Description
.github/workflows/test-improver.lock.yml Regenerated lockfile with updated gh-aw/tool versions, sparse checkout, MCP payload dir wiring.
.github/workflows/test-coverage-improver.lock.yml Regenerated lockfile with updated gh-aw/tool versions, sparse checkout, MCP payload dir wiring.
.github/workflows/smoke-copilot.lock.yml Regenerated lockfile with updated gh-aw/tool versions, sparse checkout, MCP payload dir wiring, MCP server mount tweaks.
.github/workflows/smoke-codex.lock.yml Regenerated lockfile with updated gh-aw/tool versions, sparse checkout, MCP payload dir wiring, Codex version bump.
.github/workflows/semantic-function-refactor.lock.yml Regenerated lockfile with updated gh-aw/tool versions, sparse checkout, MCP payload dir wiring.
.github/workflows/release.lock.yml Regenerated lockfile with updated gh-aw/tool versions, sparse checkout, MCP payload dir wiring.
.github/workflows/plan.lock.yml Regenerated lockfile with updated gh-aw/tool versions, sparse checkout, MCP payload dir wiring, prompt assembly tweaks.
.github/workflows/nightly-mcp-stress-test.lock.yml Regenerated lockfile with updated gh-aw/tool versions, sparse checkout, MCP payload dir wiring.
.github/workflows/nightly-docs-reconciler.lock.yml Regenerated lockfile with updated gh-aw/tool versions, sparse checkout, MCP payload dir wiring.
.github/workflows/mcp-gateway-log-analyzer.lock.yml Regenerated lockfile with updated gh-aw/tool versions, sparse checkout, MCP payload dir wiring.
.github/workflows/large-payload-tester.md Removes explicit filesystem MCP server entrypoint (relying on image defaults).
.github/workflows/large-payload-tester.lock.yml Regenerated lockfile reflecting workflow markdown changes plus gh-aw/tool version bumps and payload dir wiring.
.github/workflows/language-support-tester.lock.yml Regenerated lockfile with updated gh-aw/tool versions, sparse checkout, MCP payload dir wiring.
.github/workflows/issue-monster.lock.yml Regenerated lockfile with updated gh-aw/tool versions, sparse checkout, MCP payload dir wiring.
.github/workflows/go-logger.lock.yml Regenerated lockfile with updated gh-aw/tool versions, sparse checkout, MCP payload dir wiring.
.github/workflows/go-fan.lock.yml Regenerated lockfile with updated gh-aw/tool versions, sparse checkout, MCP payload dir wiring.
.github/workflows/duplicate-code-detector.lock.yml Regenerated lockfile with updated gh-aw/tool versions, sparse checkout, MCP payload dir wiring.
.github/workflows/daily-multi-device-docs-tester.lock.yml Regenerated lockfile with updated gh-aw/tool versions, sparse checkout, MCP payload dir wiring, Codex version bump.
.github/workflows/daily-compliance-checker.lock.yml Regenerated lockfile with updated gh-aw/tool versions, sparse checkout, MCP payload dir wiring.
.github/aw/actions-lock.json Removes old setup@v0.42.2 entry and keeps updated setup@v0.42.9 pin.
.github/agents/agentic-workflows.agent.md Updates documentation links to reference gh-aw v0.42.9.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

sparse-checkout: |
.github
.agents
depth: 1
Copy link

Copilot AI Feb 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actions/checkout doesn’t have a depth input (it uses fetch-depth). As written, this value will be ignored and may confuse future maintenance; rename to fetch-depth: 1 (or drop it since the default is 1).

Suggested change
depth: 1
fetch-depth: 1

Copilot uses AI. Check for mistakes.
sparse-checkout: |
.github
.agents
depth: 1
Copy link

Copilot AI Feb 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actions/checkout doesn’t have a depth input (it uses fetch-depth). As written, this value will be ignored and may confuse future maintenance; rename to fetch-depth: 1 (or drop it since the default is 1).

Suggested change
depth: 1
fetch-depth: 1

Copilot uses AI. Check for mistakes.
sparse-checkout: |
.github
.agents
depth: 1
Copy link

Copilot AI Feb 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actions/checkout doesn’t have a depth input (it uses fetch-depth). As written, this value will be ignored and may confuse future maintenance; rename to fetch-depth: 1 (or drop it since the default is 1).

Suggested change
depth: 1
fetch-depth: 1

Copilot uses AI. Check for mistakes.
sparse-checkout: |
.github
.agents
depth: 1
Copy link

Copilot AI Feb 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actions/checkout doesn’t have a depth input (it uses fetch-depth). As written, this value will be ignored and may confuse future maintenance; rename to fetch-depth: 1 (or drop it since the default is 1).

Suggested change
depth: 1
fetch-depth: 1

Copilot uses AI. Check for mistakes.
sparse-checkout: |
.github
.agents
depth: 1
Copy link

Copilot AI Feb 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actions/checkout doesn’t have a depth input (it uses fetch-depth). As written, this value will be ignored and may confuse future maintenance; rename to fetch-depth: 1 (or drop it since the default is 1).

Suggested change
depth: 1
fetch-depth: 1

Copilot uses AI. Check for mistakes.
sparse-checkout: |
.github
.agents
depth: 1
Copy link

Copilot AI Feb 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actions/checkout doesn’t have a depth input (it uses fetch-depth). As written, this value will be ignored and may confuse future maintenance; rename to fetch-depth: 1 (or drop it since the default is 1).

Suggested change
depth: 1
fetch-depth: 1

Copilot uses AI. Check for mistakes.
sparse-checkout: |
.github
.agents
depth: 1
Copy link

Copilot AI Feb 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actions/checkout doesn’t have a depth input (it uses fetch-depth). As written, this value will be ignored and may confuse future maintenance; rename to fetch-depth: 1 (or drop it since the default is 1).

Suggested change
depth: 1
fetch-depth: 1

Copilot uses AI. Check for mistakes.
sparse-checkout: |
.github
.agents
depth: 1
Copy link

Copilot AI Feb 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actions/checkout doesn’t have a depth input (it uses fetch-depth). As written, this value will be ignored and may confuse future maintenance; rename to fetch-depth: 1 (or drop it since the default is 1).

Suggested change
depth: 1
fetch-depth: 1

Copilot uses AI. Check for mistakes.
sparse-checkout: |
.github
.agents
depth: 1
Copy link

Copilot AI Feb 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actions/checkout doesn’t have a depth input (it uses fetch-depth). As written, this value will be ignored and may confuse future maintenance; rename to fetch-depth: 1 (or drop it since the default is 1).

Suggested change
depth: 1
fetch-depth: 1

Copilot uses AI. Check for mistakes.
sparse-checkout: |
.github
.agents
depth: 1
Copy link

Copilot AI Feb 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actions/checkout doesn’t have a depth input (it uses fetch-depth). As written, this value will be ignored and may confuse future maintenance; rename to fetch-depth: 1 (or drop it since the default is 1).

Suggested change
depth: 1
fetch-depth: 1

Copilot uses AI. Check for mistakes.
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.

1 participant