Copilot code review now available for organization members without a license

Published: (December 17, 2025 at 10:30 AM EST)
3 min read

Source: GitHub Changelog

Overview

Organizations can now apply Copilot code review to all pull requests, including those from contributors without a Copilot license. Usage is billed seamlessly to the organization as premium requests, without requiring license management. This gives enterprises and open‑source maintainers greater coverage and confidence with consistent, Copilot‑powered in‑depth analysis on every pull request.

The feature is rolling out over the next few days and should become available to your organization shortly after this announcement.

Standardize code review across your organization

Building great software is a team effort, involving many contributors working alongside your core team. Every contributor may not need a full Copilot license, however everyone’s pull requests can benefit from Copilot code review.

Previously, only licensed users received Copilot code review suggestions. With this release, you can extend Copilot code review to all pull requests in your organization’s repositories, whether or not the contributor has a license. Reviews on unlicensed contributors’ pull requests are billed to your organization as premium requests, while licensed users will continue using their monthly allowance of premium requests with no change to their experience.

Key benefits

  • Comprehensive coverage – Apply consistent, Copilot‑powered, in‑depth analysis across your repositories.
  • Seamless billing – You pay for the premium requests consumed by unlicensed users, without managing additional Copilot seats or setup.
  • Enterprise‑grade control – This capability requires explicit opt‑in, enabling you to stay in control of the code review policies across your organization.

Getting started

To enable Copilot code review on pull requests from all (licensed and unlicensed) members in your organization or open‑source project, the enterprise/org admin must first have Copilot enabled and then opt‑in to two policies:

  1. Enable Premium requests paid usage – Allow anyone in your organization to use premium requests for Copilot code review.

    Documentation: Premium requests paid usage

    Policy setting to allow the enterprise to pay for premium requests beyond the included usage

  2. Enable Copilot code review policy – Turn on the toggle Allow members without a license to use Copilot code review in github.com.

    Documentation: Copilot code review policy

    Policy setting to allow organization members without Copilot license to use Copilot code review in github.com

Monitor usage and manage costs

Track premium request consumption and charges in the premium requests analytics dashboard from the Billing & Licensing page on your account. You can filter Copilot code review usage and group by user to see licensed vs. unlicensed consumption. Usage from unlicensed members is charged directly to the organization, without an included allowance.

We strongly recommend setting up a premium request budget to ensure predictable spending and avoid unexpected charges as you enable this capability.

For more details, see the Copilot code review documentation. Join the discussion in the GitHub Community.

Back to Blog

Related posts

Read more »

Entendiendo codeowners

¿Qué es el Archivo CODEOWNERS? El archivo CODEOWNERS es un fichero especial en los repositorios de GitHub que define automáticamente a los individuos o equipos...