๐ Release Highlights
This release focuses on reliability fixes for cross-repo pull request handling, threat-detection infrastructure, and Linear/Jira safe-output integrations, alongside continued documentation and automation upkeep.
๐ Bug Fixes & Improvements
- Fixed cross-org fork PR creation โ
create_pull_requestnow passes the validated head repository, so PRs from forks that share an organization with the base repo no longer fail (#62720). - Fixed external threat detection on ARC/DinD runners โ the detector binary and inputs are now staged under the shared
RUNNER_TEMPdirectory and installed rootlessly, resolving failures where the runner and Docker daemon don't share a filesystem (#62755). - Hardened Linear integration โ
create_issuenow accepts a team UUID, key, or friendly name instead of requiring a UUID (#62754), and workflow activation now validatesLINEAR_TEAM_IDup front to prevent silent handler load failures (#62743). - Improved threat-detection auditing โ
gh aw auditnow surfaces failed detection jobs and reports detected threats with stable finding codes for downstream automation (#62753). - Fixed installer robustness โ
gh-awbinary downloads are now staged before replacing existing binaries, preventing partial upgrades (#62761). - Retry logic added for transient
workflows-scope timeouts when pushing branches forcreate_pull_requestandpush_to_pull_request_branch(#62486, #62668). - Allowed line-oriented inspection tools (
nl,sed) in the PR Code Quality Reviewer to prevent premature harness stops (#62770).
โจ What's New
- Jira safe outputs promoted to stable โ
jira-create-issue,jira-update-issue,jira-add-comment, andjira-add-labelare now stable, production-ready safe outputs (#62749).
๐ Documentation
- Refreshed the repo assist example and Playwright reference for clarity (#62822, #62277).
- Routine Astro dependency and glossary updates keep the docs site current (#62853, #62610).
Warning
The following domain was blocked by the firewall during workflow execution:
To allow these domains, add them to the See Network Configuration for more information.
Firewall blocked 1 domain
o205451.ingest.us.sentry.io
network.allowed list in your workflow frontmatter:
network:
allowed:
- defaults
- "o205451.ingest.us.sentry.io"
Generated by ๐ Release ยท copilot ยท auto ยท 20 AIC ยท โ 11.6K
What's Changed
- [log] Add debug logging for silent skip/failure branches in workflow add PR path by @github-actions[bot] in #62859
- [community] Update community contributions in README by @github-actions[bot] in #62848
- [docs] Update Astro dependencies - 2026-09-23 by @github-actions[bot] in #62853
- [docs] docs: unbloat repo assist example by @github-actions[bot] in #62822
Full Changelog: v0.89.19...v0.89.20