20 / 1789

GitHub Mobile: Fix merge conflicts with Copilot cloud agent

TL;DR

GitHub Mobile can now start pull request merge-conflict fixes through the Copilot cloud agent directly from the mobile PR merge box. When conflicts appear, the user taps 'Fix with Copilot'. GitHub prepopulates a comment asking Copilot to resolve the conflicts, and submitting it launches the cloud-agent workflow. The app surfaces merge-conflict alerts, success messages, and error feedback. @copilot still works in PR comments for tasks like broken Actions workflows, review comments, tests, or follow-up code changes.

Nauti's Take

This is not a huge product launch, but it says a lot about GitHub's direction: the pull request is becoming the command center for agent work. For teams, that is useful when a small conflict blocks a release and nobody wants to open an IDE.

The risk is false comfort: a resolved conflict is not a reviewed conflict. Teams using this need clear review rules, or mobile convenience becomes a quiet source of regressions.

Briefingshow

GitHub is pushing Copilot deeper into day-to-day code coordination, not only into the editor. Merge conflicts are often where small PRs stall because the right person is away from a laptop. Mobile agent starts can reduce that friction, but they also move more responsibility into automated changes that still need careful review afterward.

Sources