Skip to content

v0.48.3

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Feb 19:53
· 14 commits to main since this release
972ffaf

🌟 Release Highlights

This release focuses on reliability improvements to the safe-outputs pipeline and workflow tooling, ensuring failures surface cleanly and findings remain actionable.

πŸ› Bug Fixes & Improvements

  • Fail-fast mode for code-push safe outputs (#17543): When push_to_pull_request_branch or create_pull_request fails, the safe-output pipeline now stops processing subsequent outputs immediately. Previously, downstream steps like add_comment would continue running and produce misleading success-looking messages β€” this is now fixed.

  • Workflow normalizer: single consolidated issue (#17540): The workflow-normalizer was creating parent/sub-issue hierarchies (group: true), which prevented each run's findings from being standalone actionable reports. Findings are now consolidated into a single issue per run.

πŸ”§ Internal Improvements

  • Repo memory prompt generation refactored to use runtime template files, aligning it with all other built-in prompt sections (#17544).
  • Workflow functions relocated to their correct domain files for improved maintainability (#17541).

For complete details, see CHANGELOG.

Generated by Release


What's Changed

  • fix: workflow-normalizer: remove grouping, consolidate findings in single issue by @Copilot in #17540
  • refactor(workflow): relocate functions to correct domain files by @Copilot in #17541
  • Refactor repo memory prompt generation to use template files by @Copilot in #17544
  • Add fail-fast mode for code-push safe outputs by @Copilot in #17543

Full Changelog: v0.48.2...v0.48.3