Code quality & testing

GitHub Code Quality gets a GA date, and a seat inside the merge gate

GitHub Code Quality gets a GA date, and a seat inside the merge gate

GitHub has set a July 20, 2026 general-availability date for Code Quality, per the changelog from June 16. The feature is a native maintainability, reliability and coverage engine that lives inside the pull-request flow rather than alongside it. For pipelines already running a third-party quality SaaS, the operational consequence is that the gate which decides whether code ships will increasingly be one the platform owns end-to-end.

GitHub leads with adoption. The vendor says more than 10,000 enterprises used the public preview, exercising maintainability and reliability detection, code-coverage tracking and quality-gate enforcement. Mechanically, the gates can block a merge when a maintainability, reliability or coverage threshold drops below a configured bar, the same shape as a required status check, only with no outside provider in the chain.

What changes at the merge

The surface area shifts in two directions. The good direction is one fewer external dependency to babysit. When the quality engine sits on the same platform as the repo, an outage in an outside SaaS no longer wedges merges, and there is one less credential to rotate.

The other direction is the one to plan for. A merge-blocking gate becomes part of your incident surface the first time it misfires. A false-positive coverage drop on a large refactor, a maintainability rule the engine decides to enforce more strictly after a tooling update, both are now incidents that block deploys, and the rollback is not a redeploy but a policy override the platform may or may not give you cheap access to.

The continuity caveat

The category does not change with the GA date. Pull-request quality gates have been bolted on through outside tooling for years. What changes on July 20 is who owns the gate, and which knobs you have when it gets in the way. Worth running a sandbox repo through the preview before that date to find out which knobs are missing.

Source: GitHub Changelog (github.blog)

Related
Code quality & testing

GitHub Code Quality goes GA, and the billing meter turns on with it

GitHub Code Quality moved to general availability on GitHub Enterprise Cloud and GitHub Team on July 20, pairing CodeQL's analysis with AI-assisted detection and Copilot Autofix inside pull requests. The pricing landed the same day: $10 per active committer per month plus usage charges for AI work and CodeQL compute.

July 22, 2026
Code quality & testing

Code Quality findings now have a REST API a pipeline can actually call

GitHub put its Code Quality CodeQL findings behind two read-only REST endpoints in public preview, one for listing with filtering and pagination, one for a single finding. The change turns the Code Quality UI's data into something CI/CD jobs and remediation tooling can finally consume on their own schedule.

June 24, 2026
Developer experience

GitHub's native stacked pull requests land in public preview

GitHub is rolling out native stacked pull requests in public preview: one big change split into a chain of dependent, layer-sized PRs, with a stack map on each one and a merge that lands every layer beneath the latest ready PR in a single operation. Branch protections and required status checks still apply, merge queue support is coming in over the following weeks, and there is a new gh-stack CLI.

August 9, 2026

Turn this into your pipeline. Build it on Buddy.

Start free