Skip to content

fix: add render_template.cjs and is_truthy.cjs to SAFE_OUTPUTS_FILES#28331

Merged
pelikhan merged 1 commit intomainfrom
copilot/fix-github-actions-workflow-js-tests
Apr 24, 2026
Merged

fix: add render_template.cjs and is_truthy.cjs to SAFE_OUTPUTS_FILES#28331
pelikhan merged 1 commit intomainfrom
copilot/fix-github-actions-workflow-js-tests

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 24, 2026

SAFE_OUTPUTS_FILES in setup.sh was missing two transitive dependencies of safe-outputs-mcp-server.cjs, causing the JS shard 4/4 test to fail.

Dependency chain:

  • firewall_blocked_domains.cjs (already listed) → render_template.cjsis_truthy.cjs

Change:

  • Added render_template.cjs and is_truthy.cjs to SAFE_OUTPUTS_FILES in actions/setup/setup.sh

…in setup.sh

Agent-Logs-Url: https://github.com/github/gh-aw/sessions/8da07556-ed8b-4551-9c95-8beaa7d7b6f4

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
@pelikhan pelikhan marked this pull request as ready for review April 24, 2026 20:04
Copilot AI review requested due to automatic review settings April 24, 2026 20:04
@pelikhan pelikhan merged commit 1582b24 into main Apr 24, 2026
1 check passed
@pelikhan pelikhan deleted the copilot/fix-github-actions-workflow-js-tests branch April 24, 2026 20:04
Copy link
Copy Markdown
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 SAFE_OUTPUTS_FILES list in actions/setup/setup.sh to include missing transitive dependencies needed by the safe-outputs MCP server, fixing a failing JS test shard.

Changes:

  • Added render_template.cjs to SAFE_OUTPUTS_FILES.
  • Added is_truthy.cjs to SAFE_OUTPUTS_FILES.
Show a summary per file
File Description
actions/setup/setup.sh Ensures the safe-outputs packaging step copies all required transitive .cjs dependencies so runtime/tests don’t fail due to missing modules.

Copilot's findings

Tip

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

  • Files reviewed: 1/1 changed files
  • Comments generated: 0

@github-actions github-actions Bot mentioned this pull request Apr 24, 2026
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.

3 participants