GitHub Copilot Code Review to Burn Actions Minutes Starting June 1, 2026

GitHub has announced that Copilot code review will begin consuming GitHub Actions minutes on June 1, 2026. This applies to all paid Copilot plans: Pro, Pro+, Business, and Enterprise. Public repository reviews remain free.
Billing Changes
- Each Copilot code review will be billed as AI Credits under the new usage-based billing model.
- Additionally, reviews on private repositories will consume GitHub Actions minutes from your plan entitlement. Excess usage is billed at standard GitHub Actions rates.
- Self-hosted and larger hosted runners are billed at different rates.
- Admins can set budgets to control spending.
What to Do
- Review current Actions usage and budgets in billing settings.
- Monitor usage via Copilot usage metrics and Actions metrics.
- Share this update with billing admins and engineering leads.
Until June 1, 2026, Copilot code reviews only draw from your PRU (Premium Request Unit) allowance and do not consume Actions minutes.
📖 Read the full source: HN AI Agents
👀 See Also

Anthropic's Natural Language Autoencoders Turn Claude's Activations into Readable English — Here's How
Anthropic releases Natural Language Autoencoders (NLAs) that convert Claude's internal activations into plain-text explanations, revealing model reasoning about rhymes, safety test awareness, and cheating detection.

Merlin Research releases Qwen3.5-4B-Safety-Thinking model for structured reasoning
Merlin Research has released Qwen3.5-4B-Safety-Thinking, a 4 billion parameter safety-aligned reasoning model built on Qwen3.5. The model is designed for structured 'thinking' and safety in real-world scenarios including agent systems.

Taalas' HC1: Accelerating AI Inference with Custom Silicon
Taalas unveils the HC1 platform, providing the world's fastest, low-cost AI inference using model-specific hardware design. Achieves 17K tokens/sec on Llama 3.1 8B.

The Orchestrator: Why Intent Should Outlive the Process
Current agent stacks invert identity and surface — the orchestrated layer should sit between agents and runtimes, with identity, routing, handoff primitives, and cross-driver calls. Practical example: triaging a flaky test across Ollama, Gemini CLI, and Grok Build under one intent.