
GitHub has rolled out a new feature for Copilot users, enabling automations to be triggered by comments on issues or pull requests. This allows developers to automate tasks like generating documentation, investigating errors, and creating follow-up tasks directly from comments. Users can specify the comment text that triggers these automations, making it a customizable tool for streamlining workflows. The feature is available to Copilot Pro, Pro+, Max, Business, and Enterprise users, with specific configurations needed for business accounts. This update marks a significant step in integrating AI-driven automation into development processes.
Read originalEarlier coverage that leads up to this article, and what followed. Lines connect each piece to the closest one after it, converging here.
GitHub Changelog · May 19, 2026 · Same story
GitHub Changelog · September 11, 2026 · Same story
© GitHub ChangelogGitHub Copilot now validates enterprise managed settings directly in the UI, catching malformed JSON and invalid team mappings before they break policy enforcement. This shifts validation from a silent failure mode to an explicit feedback loop, saving admins from debugging why their AI controls aren't applying. By pointing to specific files and JSON paths, it reduces the friction of managing .github-private repositories at scale. It’s a pragmatic fix for a common enterprise pain point rather than a new capability.
© GitHub ChangelogThis release stabilizes Claude Code by fixing a cascade of session-breaking errors that previously caused silent data loss or API drops. The most significant fix addresses resumed conversations re-sending messages in altered forms, which was corrupting reasoning traces and breaking extended thinking workflows. It also resolves persistent login refresh loops and managed setting parsing failures that plagued enterprise deployments. While the changelog is dense with UI tweaks like scrollbar fixes and vim mode corrections, the core value lies in restoring reliability for long-running agent sessions.
This release quietly solves a major pain point for enterprise AI workflows by adding gateway hint headers, allowing LLM gateways to correctly group requests per user prompt instead of treating them as isolated events. The new managed settings for availableModelsMatch and deniedModels give organizations precise control over model access, blocking specific versions even when broader allowances exist. Beyond governance, the update stabilizes the plugin ecosystem with rigorous validation checks that prevent silent failures from broken or misconfigured extensions. These changes shift Claude Code from a developer tool to a manageable enterprise component.
GitHub Copilot Automations Triggered by Comments
3 developments
GitHub finally exposes the hidden latency in pull request workflows through its Copilot usage metrics API. By breaking down merge times into median and p90 durations for ready-to-first-review, first-to-final review, and final-to-merge stages, teams can pinpoint exactly where bottlenecks occur. This granular visibility distinguishes between waiting for initial attention versus lingering in approval queues, allowing for targeted process fixes rather than guessing. Since it ignores bot reviews, the data reflects genuine human collaboration speed, offering a clear signal on team efficiency.