Programmatically and continuously trigger Copilot to generate PR text (Continuous AI) #163764
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Product Feedback
Copilot Feature Area
Copilot in GitHub
Body
When opening a Pull Request (PR), whether programmatically or through the UI, I’d love the ability to add a “placeholder” to the PR template that allows Copilot to generate the PR content. Ideally, I’d like to use this both while initially creating the PR and when updating it later. To make this possible, it would be helpful if the placeholders were "hidden" or comment-based, so they’re easy to identify and automate against.
The current solution works well and inserts a
[Copilot is generating a summary...]in the summary section, but it’s not easy to keep updating the PR description automatically after the initial creation.It would also be great if Copilot (Codex) could continue updating the PR and leverage the PR template for these updates.
A suggested way to implement this in the PR template might look like:
Summary of asks:
Placeholder support in PR templates:
Allow the use of hidden/comment-based placeholders in PR templates that Copilot can recognize and use to generate PR content.
Ongoing Copilot updates:
Enable Copilot to continue updating the PR description after creation, not just during the initial PR creation.
Template-based generation:
Ensure Copilot uses the PR template (including custom placeholders) when generating and updating content.
Support both UI and programmatic workflows:
Make sure this feature works whether PRs are created/updated via the GitHub UI or automation/scripts.
Beta Was this translation helpful? Give feedback.
All reactions