惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Help Net Security
Help Net Security
G
Google Developers Blog
雷峰网
雷峰网
WordPress大学
WordPress大学
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Engineering at Meta
Engineering at Meta
Security Latest
Security Latest
T
Threat Research - Cisco Blogs
AWS News Blog
AWS News Blog
F
Full Disclosure
C
Cybersecurity and Infrastructure Security Agency CISA
T
The Exploit Database - CXSecurity.com
J
Java Code Geeks
U
Unit 42
C
Cyber Attacks, Cyber Crime and Cyber Security
V
V2EX
C
Cisco Blogs
博客园 - 司徒正美
Project Zero
Project Zero
L
LINUX DO - 热门话题
阮一峰的网络日志
阮一峰的网络日志
Blog — PlanetScale
Blog — PlanetScale
Scott Helme
Scott Helme
A
About on SuperTechFans
Hugging Face - Blog
Hugging Face - Blog
S
Securelist
小众软件
小众软件
aimingoo的专栏
aimingoo的专栏
S
Schneier on Security
G
GRAHAM CLULEY
酷 壳 – CoolShell
酷 壳 – CoolShell
Cyberwarzone
Cyberwarzone
MongoDB | Blog
MongoDB | Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 叶小钗
T
Threatpost
Recorded Future
Recorded Future
C
CXSECURITY Database RSS Feed - CXSecurity.com
宝玉的分享
宝玉的分享
N
News and Events Feed by Topic
人人都是产品经理
人人都是产品经理
The Register - Security
The Register - Security
S
Security Archives - TechRepublic
博客园 - Franky
N
News | PayPal Newsroom
Simon Willison's Weblog
Simon Willison's Weblog
S
SegmentFault 最新的问题
W
WeLiveSecurity
A
Arctic Wolf
B
Blog

Archive: 2026 - GitHub Changelog

GitHub Actions: Minimum version enforcement timeline for self-hosted runners GitHub Enterprise Server 3.21 is now generally available Bot-created pull requests can run workflows if approved AI usage report updates Copilot CLI: Configure everything from one place with /settings New runner images in public preview GitHub Agentic Workflows is now in public preview Agentic workflows no longer need a personal access token List, view, and create discussions in GitHub CLI Manage sub-issues, types, and dependencies from GitHub CLI Copilot Chat now sees your agent sessions Enterprises can now create up to 500 cost centers Incremental analysis for Go, C/C++, and CodeQL CLI Dedicated security review command now available in Copilot CLI Dependabot version updates now support the Deno ecosystem Upcoming breaking changes for npm v12 Claude Fable 5 is generally available for GitHub Copilot Periodic code scanning of inactive repositories GPT-5.2 and GPT-5.2-Codex deprecated CodeQL 2.25.6 adds Swift 6.3.2 support and improves C# coverage Enterprise-managed plugins in VS Code in public preview Fix with Copilot for failing Actions now in Pro, Pro+, and Max Agent tasks REST API now available for Copilot Pro, Pro+, and Max Budget and usage management APIs now generally available API access to billing usage reports now generally available Larger context windows and configurable reasoning levels for GitHub Copilot GitHub Copilot in Visual Studio — May update Enterprise Teams is now generally available Copilot Chat brings richer context to pull requests GitHub Copilot in Visual Studio Code, May releases GPT-4.1 deprecated Expanded technical preview availability for the GitHub Copilot app Copilot SDK is now generally available Copilot CLI: Improved UI, rubber duck, prompt scheduling, and voice input Cloud and local sandboxes for GitHub Copilot now in public preview GitHub Copilot code review for Azure Repos is now in technical preview Shape Copilot code review around your team Extend GitHub with agent apps Introducing Copilot CLI and agentic capabilities enhancements in JetBrains IDEs Gemini models in Copilot CLI, cloud agent, and the Copilot app GitHub Copilot in Eclipse: BYOK, skills, and chat updates Evaluation models in auto for individual plans Updates to GitHub Copilot billing and plans Copilot usage metrics API adds cohorts for AI adoption Hard budget limits now available for GitHub Advanced Security CodeQL 2.25.5 improves query accuracy for GitHub Actions Claude Opus 4.8 is generally available for GitHub Copilot Copilot Memory has more controls for deletion, scope, and the Copilot CLI GitHub Code Quality: Repository Enablement API Target Copilot models to organizations with model rules Dependabot version updates now support the sbt ecosystem Filter secret scanning approval requests by sort order and bypass status GitHub Classroom sign-ups are no longer available Code coverage on pull requests is now in public preview Staged publishing and new install-time controls for npm GitHub Copilot for Eclipse is open source Issue fields are now in public preview for all organizations
Copilot code review: New configurations and controls
Allison · 2026-06-13 · via Archive: 2026 - GitHub Changelog

With new organization runner controls, Copilot content exclusion support, and the removal of the character limit on repository custom instructions, Copilot code review is now easier to tailor to your needs within your repository and organization.

⚙️ Organization runner controls

With the release of Copilot code review’s agentic architecture, we announced that Copilot code review is powered by GitHub Actions. By default, Copilot code review runs on the standard GitHub-hosted runner, but teams can configure self-hosted or large runners for more control over the runner type. To support ease of setup of custom runners, Copilot code review’s runner type can now be configured at the organization-level, meaning that one configuration can apply to all repositories within the organization.

Organization admins can now:

  • Set Copilot code review’s default runner to be automatically used across all repositories, without requiring each repository to be individually configured.
  • Lock the runner setting so the organization default overrides any individual repository configurations.

To set this up, navigate to your organization, then go to Copilot -> Runner type -> Runner type configuration. Your configuration will apply to both Copilot code review and Copilot cloud agent if both are enabled.

Copilot code review settings image showing runner configuration options

🛡️ Content exclusion support

Copilot code review now respects repository, organization, and enterprise-level Copilot content exclusion settings, so you can prevent Copilot from utilizing specified files or directories during its review. Repository administrators can configure excluded paths in repository settings using path-based rules.

This gives you control over which repository content is available to Copilot code review, helping you align reviews with your team, organization, or enterprise’s boundaries, or prevent Copilot from utilizing context that isn’t relevant to the review.

For more information, check out our docs about configuring content exclusions for Copilot.

📝 Custom instructions character limits have been removed

Previously, Copilot code review would stop reading copilot-instructions.md and *.instructions.md files located under the .github directory once the file reached 4000 characters in size. That limit has now been removed, allowing additional customization and flexibility in your custom instructions.

Join the discussion within GitHub Community.