Github copilot agent modifies PR description after each small commit. #187863
Replies: 5 comments
-
|
💬 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.
-
|
+1 This is indeed quite annoying. Could we prioritize the fix for it, or is there a workaround? |
Beta Was this translation helpful? Give feedback.
-
|
From the user's perspective, it seems that there is a race condition here. There are two PR description updates involved for each commit:
The order for these two updates seems non-deterministic. I have seen some PRs where the first update is added later (undesired), while for other PRs, the update order seems good. |
Beta Was this translation helpful? Give feedback.
-
|
Yes, and then being able to view but not restore a previous version of the PR description with styling makes it even more frustrating. |
Beta Was this translation helpful? Give feedback.
-
|
This may be related: https://github.com/orgs/community/discussions/189633 |
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 Coding Agent
Body
When Copilot Agent is working on a PullRequest it ends with setting the PR description. Not sure if I like that feature, but ok, let's say it's usefull even though you've set one yourself to start with. But then everytime you do a review and ask for changes/fixes, it updates the PR description and title with only those new changes, that sure is very annoying.
I've tried to set instructions on what to place in the description (eg the orignal prompt + checkmarks for completed tasks in that description) and the agent perfectly sets the correct description. However, on completing the work, something else triggers modifying the description, outside of the main worker-task (?). You can see the edit-history that it was modified twice in the same minute .
Beta Was this translation helpful? Give feedback.
All reactions