Skip to content

v0.89.12

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 13 Sep 22:53
· 42 commits to main since this release
Immutable release. Only release title and notes can be modified.
3c53578

🌟 Release Highlights

A small security-hardening and CI reliability release.

πŸ› Bug Fixes & Improvements

  • Reduced credential blast radius in slash-command router β€” The generated central slash-command router workflow (.github/workflows/agentic_commands.yml) now checks out the repository with persist-credentials: false, so GITHUB_TOKEN is no longer persisted in the local git config for the lifetime of the routing job (#60685).
  • Fixed failing CI job β€” Resolved a failure in the "Integration: CMD Tests" GitHub Actions job to restore green CI signal (#60683).

Generated by πŸš€ Release Β· copilot Β· auto Β· 19.3 AIC Β· ⊞ 11.9K


What's Changed

  • [WIP] Fix failing GitHub Actions job Integration: CMD Tests by @pelikhan with @Copilot in #60683
  • Disable credential persistence on the agentic_commands router checkout by @pelikhan with @Copilot in #60685

Full Changelog: v0.89.11...v0.89.12