Skip to content

v0.52.1

Choose a tag to compare

@github-actions github-actions released this 03 Mar 15:05
· 2020 commits to main since this release
a86e657

🌟 Release Highlights

This release focuses on reliability and developer experience improvements β€” faster workflow dispatch, better error visibility, and more robust custom job support.

✨ What's New

  • Faster workflow dispatch (#19414): dispatch_workflow now uses the GitHub API's return_run_details: true (Feb 2026) to get the run ID immediately after triggering a dispatch, eliminating the need to poll gh run list. Graceful fallback for older GitHub Enterprise Server deployments is included.

  • Copilot inference access error surfacing (#19412): When a Copilot workflow fails due to an "Access denied by policy settings" error (token lacks inference access), the error is now clearly surfaced in agent failure issues and comments β€” no more silent failures or confusing diagnostics.

  • Cache-memory scope validation (#19406): The cache-memory parser now validates the scope field against the supported enum values at compile time, catching misconfigured workflows before they reach runtime.

  • Updated CLI versions (#19385): Codex updated to 0.107.0 and MCP Gateway updated to v0.1.7.

πŸ› Bug Fixes & Improvements

  • Stable caller workflow ID (#19408): GH_AW_CALLER_WORKFLOW_ID now uses the workflow's filename (e.g., my-workflow) instead of the mutable YAML name: display field. This fixes close-older-issues disambiguation breaking when workflows are renamed.

  • Custom job runs-on support (#19407): Fixed a bug where runs-on values in custom jobs using array or object forms were silently dropped during compilation. All three forms (string, array, object) are now correctly emitted.

πŸ“š Documentation

  • Custom jobs field reference (#19404): The custom jobs documentation now includes a clear table of supported job-level fields (needs, runs-on, if, permissions, outputs, env, timeout-minutes, concurrency, continue-on-error, container, services), replacing a previously misleading "full job support" statement.

For complete details, see CHANGELOG.

Generated by Release


What's Changed

  • [docs] Update glossary - daily scan by @github-actions[bot] in #19384
  • chore(deps): bump starlight-blog from 0.25.2 to 0.25.3 in /docs by @dependabot[bot] in #19390
  • chore(deps): bump astro from 5.17.3 to 5.18.0 in /docs by @dependabot[bot] in #19389
  • chore(deps-dev): bump @types/node from 25.3.0 to 25.3.3 in /actions/setup/js by @dependabot[bot] in #19388
  • Update CLI versions: Codex 0.107.0, MCP Gateway v0.1.7 by @Copilot in #19385
  • docs: update custom jobs section with supported field table by @Copilot in #19404
  • Fix custom job runs-on array and object forms silently dropped by @Copilot in #19407
  • Add scope enum validation to cache-memory parser by @Copilot in #19406
  • Use workflow filename (not display name) as caller workflow ID by @Copilot in #19408
  • Surface Copilot inference access errors in agent failure issues/comments by @Copilot in #19412
  • Use workflow_dispatch return_run_details to get run ID directly by @Copilot in #19414

Full Changelog: v0.52.0...v0.52.1