GitHub Copilot Cloud Agent: Automated Scheduling and Repository Event Triggers

GitHub Copilot

GitHub introduced automated scheduling for the Copilot cloud agent, enabling developers to hand off repetitive repository tasks to the agent without any manual intervention. Automations can be triggered on hourly, daily, or weekly intervals, or in response to repository events such as new issue creation or pull request updates. Available to all paid Copilot plan tiers (Pro, Pro+, Max, Business, and Enterprise), the feature supports use cases like nightly test failure fixes, automatic issue labeling, and scheduled release note generation. Automations are currently supported in private and internal repositories, with public repository support forthcoming.

Featured Video

A video we selected to help illustrate this changelog


GitHub Copilot Cloud Agent Gains Automated Scheduling

On June 2, 2026, GitHub announced automated scheduling capabilities for the Copilot cloud agent, one of the most eagerly anticipated features since the agent launched. Rather than triggering agent sessions manually, developers can now configure automations that run the cloud agent on a schedule or in response to repository events, no human input required.

What Are Copilot Automations?

An automation is a configured task that instructs the cloud agent to watch for a specific trigger and then execute a defined workflow. Each automation includes a name, a descriptive prompt (the instructions the agent follows), a trigger, and a set of tool permissions.

Trigger types include:

  • Scheduled intervals: hourly, daily, or weekly
  • Repository events: new issue created, pull request created or updated

Tool permissions control exactly what the agent is allowed to do within the automation, such as creating pull requests, updating issue labels, or running tests.

Practical Use Cases

GitHub highlighted three concrete examples at launch. First, automations can automatically classify new issues as bug, enhancement, or another category based on their content, replacing manual triage that often falls through the cracks. Second, a nightly automation can scan the main branch for failing tests, attempt a fix, and open a draft pull request for review before the team starts their day. Third, scheduled automations can draft release notes and open a pull request on a weekly or per-sprint basis, eliminating a time-consuming but low-complexity task.

Availability

Automations are available immediately to all existing Copilot Pro, Pro+, Max, Business, and Enterprise subscribers. Business and Enterprise users require administrator enablement of the Copilot cloud agent policy. The feature is accessible via the Agents tab on github.com and within the GitHub Copilot desktop app (technical preview). Private and internal repositories are supported at launch; public repository support is on the roadmap.

Usage is billed through GitHub AI Credits to the creator of the automation, applying standard usage-based billing rates for the selected model.