✨ Feature Request: Trigger Copilot Workspace on PRs With Merge Conflicts #157653
Replies: 1 comment
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Product Feedback
Copilot Feature Area
Copilot Workspace
Body
Hi GitHub team,
First off, huge kudos — Copilot Workspace is awesome! It’s been a game-changer for my workflow. It saves me a lot of time and gives me more mobility than anything I’ve used before. The flow of creating a PR in Workspace, then checking out the commit on Codespaces is smooth and efficient. Well done!
That being said, I’d like to suggest a potential enhancement:
✨ Feature Idea
Enable the ability to automatically invoke a Copilot Workspace when a pull request incurs merge conflicts — either via a native integration or by exposing this behavior to GitHub Actions or webhooks.
🧠 Why
This would streamline a common pain point: resolving merge conflicts. Letting devs handle these conflicts inside a Copilot-powered Workspace would not only reduce friction, but also help less experienced contributors feel more confident.
Bonus points if Copilot could suggest how to resolve conflicts intelligently based on context and Git history.
🧩 Git Strategy Integration
This could tie in well with common Git workflows — like rebase vs merge strategies. For example:
merge queueor protected branch scenario.GitHub already makes advanced workflows easy with features like merge queues and protected branches — integrating Copilot Workspace into this flow could turn conflict resolution from a chore into a smoother, Copilot-assisted experience.
💡 Suggested Enhancements for Workspace Context
To make this workflow even smoother, it would be great if the Workspace could be initialized with:
This kind of guided onboarding into a conflict would reduce decision fatigue and make Copilot even more of a pairing assistant.
🛠️ Possible Implementation Ideas
.github/workspace.ymlto enable auto-creation🔍 Double-Checking
I wanted to confirm with the team that I’m not missing any existing features or workflows that could accomplish something similar. If there’s already a recommended approach for handling merge conflicts with Copilot Workspace or any alternative methods, I’d really appreciate any guidance!
Would love to hear if something like this is on the roadmap or if there are workarounds available today. Thanks again for all the awesome tools you’re building!
Beta Was this translation helpful? Give feedback.
All reactions