Skip to content

chore: sync actions from gh-aw@v0.87.9 - #220

Merged
pelikhan merged 1 commit into
mainfrom
sync/gh-aw-v0.87.9
Aug 28, 2026
Merged

chore: sync actions from gh-aw@v0.87.9#220
pelikhan merged 1 commit into
mainfrom
sync/gh-aw-v0.87.9

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Automated sync of actions from gh-aw at v0.87.9.

@pelikhan
pelikhan marked this pull request as ready for review August 28, 2026 21:06
Copilot AI balanced review requested due to automatic review settings August 28, 2026 21:06
@pelikhan
pelikhan merged commit 49dc896 into main Aug 28, 2026
4 checks passed
@pelikhan
pelikhan deleted the sync/gh-aw-v0.87.9 branch August 28, 2026 21:06

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Syncs setup actions from gh-aw v0.87.9.

Changes:

  • Adds enclave GitHub proxy lifecycle support.
  • Adds Windows setup and Copilot CLI installation support.
  • Hardens runtime imports and updates MCP configuration handling.
Show a summary per file
File Description
setup/sh/stop_enclave_github_proxy.sh Stops the enclave proxy and clears credentials.
setup/sh/start_enclave_github_proxy.sh Starts and validates the enclave proxy.
setup/sh/install_copilot_cli.sh Adds Windows CLI installation support.
setup/sh/check_mcp_servers.sh Supports deferred MCP readiness checks.
setup/setup.sh Normalizes Git Bash paths.
setup/js/runtime_import.cjs Adds hashed expressions and symlink containment.
setup/js/generate_git_bundle.cjs Disables hooks during bundle creation.
setup/js/frontmatter_hash_pure.cjs Hashes expressions from runtime imports.
setup/js/convert_gateway_config_copilot.cjs Converts timeout units for Copilot.
setup/index.js Explicitly invokes setup through Bash.

Review details

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

  • Files reviewed: 10/10 changed files
  • Comments generated: 2
  • Review effort level: Balanced

Comment on lines +540 to +541
const normalized = baseDir.replace(/\\/g, "/");
const markerIndex = normalized.indexOf("/.github/");
return [path.join(workspaceRoot, normalized)];
}

return [path.join(workspaceRoot, ".github", normalized), path.join(workspaceRoot, ".github", "workflows", normalized), path.join(baseDir, normalized)].map(p => path.normalize(p)).filter((p, index, all) => all.indexOf(p) === index);
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