Copilot Cloud Agent Fixes Failing Actions in One Click

Copilot Business and Enterprise users can now fix failing GitHub Actions workflows in one click. Copilot investigates the failure, commits a fix, and requests review—all from its cloud environment.

Copilot Cloud Agent Fixes Failing Actions in One Click

TL;DR

  • Copilot Business/Enterprise can now auto-fix failing GitHub Actions workflows with one click
  • Copilot investigates the failure, pushes a fix, and tags you for review from its cloud environment
  • Requires org admin to enable Copilot cloud agent first

New

  • Fix with Copilot button — Click it on any failing workflow run log. Copilot diagnoses the issue, commits a fix to your branch, and requests review automatically.

What You Need to Know

  • Copilot Business and Copilot Enterprise subscribers only
  • Your organization admin must enable Copilot cloud agent before you can use this feature
  • Works best for deterministic failures: test failures, linter errors, syntax issues
  • Copilot runs the fix in its own cloud-based dev environment, not your runner

Getting Started

  • Navigate to a failed workflow run on GitHub
  • Look for the Fix with Copilot button in the logs
  • Click it and let Copilot handle the investigation and fix
  • Review the pull request when Copilot tags you

For more details, see GitHub's documentation on fixing failing Actions with Copilot.

Source: GitHub Changelog