# Fix with Copilot for failing Actions now in Pro, Pro+, and Max

> Source: <https://github.blog/changelog/2026-06-04-fix-with-copilot-for-failing-actions-now-in-pro-pro-and-max>
> Published: 2026-06-04 20:46:11+00:00

Improvement

# Fix with Copilot for failing Actions now in Pro, Pro+, and Max

When a GitHub Actions job fails, Copilot Pro, Pro+, and Max subscribers can now ask [Copilot cloud agent](https://docs.github.com/copilot/concepts/agents/cloud-agent/about-cloud-agent) to fix it in one click.

Click the **Fix with Copilot** button on the workflow run logs page, and Copilot will investigate the failure, push a fix to your branch, and tag you for review when it’s done. It does all this from its own cloud-based development environment.

This means you can hand off simple but time-consuming work to Copilot (e.g., fixing tests or correcting linter failures) and stay focused on what you actually want to build.

To learn more, see [“Starting GitHub Copilot sessions”](https://docs.github.com/copilot/how-tos/use-copilot-agents/cloud-agent/start-copilot-sessions) in the GitHub docs.
