Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion actions/setup/js/check_workflow_recompile_needed.test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ The following workflow lock files have changes:
repo: "testrepo",
title: "[aw] agentic workflows out of sync",
body: expect.stringContaining("Using gh aw CLI"),
labels: ["maintenance", "workflows"],
labels: ["agentic-workflows", "maintenance"],
});
Comment on lines 268 to 271
Copy link

Copilot AI Mar 4, 2026

Choose a reason for hiding this comment

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

The PR description lists changes to actions/setup-cli/install.sh (version pinning + installed_version output), but this PR only modifies actions/setup/js/check_workflow_recompile_needed.test.cjs. If the install script fixes are intended, they need to be included in this PR; otherwise, please update the PR description to avoid implying those fixes are being shipped here.

Copilot uses AI. Check for mistakes.
});

Expand Down