Replies: 42 comments 90 replies
-
How can I get access for this feature? Already applied to waitlist 🤞🏼 Our repo is huge and need this for sure 🙇🏼 https://github.com/heyxyz/hey |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
Hey! When you sign up for the waitlist and get approved, is Copilot Code review available for your whole organization, or just for your individual account? And if only the individual account, is it possible to sign up the whole organization to the waitlist? |
Beta Was this translation helpful? Give feedback.
-
this is very cool and could be a serious performance booster within our enterprise subscription on many levels! My am really excited about the quality of reviews in my tests 👍 These things we need to roll out deep integration into our processes:
Thank you! |
Beta Was this translation helpful? Give feedback.
-
Regarding VS Code:
As a suggestion and future improvements for the VS Code:
Regarding the UI:
Suggestion for UI:
|
Beta Was this translation helpful? Give feedback.
-
It looks like it doesn’t support reviewing my *.swift files, so I can’t use it for my indie iOS app PRs. Is that right? |
Beta Was this translation helpful? Give feedback.
-
@Akash1134 We follow trunk based development and so we don't create PRs. So we would like to have code review suggestions based on staged commit before we push code to repo. |
Beta Was this translation helpful? Give feedback.
-
Is there a timeframe for when Dart and PHP will be supported? |
Beta Was this translation helpful? Give feedback.
-
I would like to have this feature for C++. When can we expect C++ to be supported? It would be useful to have a roadmap for planned language support. |
Beta Was this translation helpful? Give feedback.
-
Overall, i found the review to be okish, and it did highlight a point i didn't consider before. Now the problem is - it finds this in one occurance, but that same file had the same exact access problem twice - which copilot somehow overlooked. I also find the review comment of "Evaluated as low risk" a bit odd - not necessarily the comment, but that it suggests that it skipped review of these files completely. But in my case, it skipped 2 key (key, as in important / central to the project) |
Beta Was this translation helpful? Give feedback.
-
I received the email saying I have been granted access to "GitHub Copilot code review", but for my projects Copilot does not appear as a reviewer option on my Pull requests, nor as an option on rulesets for automatic review. Did the email perhaps skip a step about something I needed to first do to activate Copilot code reviewer? |
Beta Was this translation helpful? Give feedback.
-
In VS Code, I have made changes to many files, but I only ever receive suggestions for one file's modifications. |
Beta Was this translation helpful? Give feedback.
-
It would be nice to see the review guidelines feature open to all paid users, not just Enterprise. This is the feature we were looking forward to the most. |
Beta Was this translation helpful? Give feedback.
-
Hello, For instance, it thinks this code which is mine, is not correct [.. ids.Select(id => id.ToLowerInvariant())] and instead tells me to use this ids.Select(id => id.ToLowerInvariant()).ToArray(); but the syntax i used is totally correct and has been available for over a year in .NET/C#. |
Beta Was this translation helpful? Give feedback.
-
When I enabled an org-wide branch ruleset to enable Copilot reviews automatically, we immediately ran into issues with the |
Beta Was this translation helpful? Give feedback.
-
Hi, I have a feedback. Copilot review comment styleIssueI have to read all the way to the end of the review comments from Copilot to know if there are any pointers ImprovementI would like to see an icon like ✅️ in the review comments from Copilot. This way, it would be easy to understand and developers would know that there is no point to be pointed out. |
Beta Was this translation helpful? Give feedback.
-
Briefly, today there was an option to hide the old review as outdated, to avoid adding a lot of similar large comments to PR: But now it seems that Copilot leaves reviews that are not collapsible. Would it be possible to hide/collapse them? |
Beta Was this translation helpful? Give feedback.
-
Excited to have this on, inital 24 hrs has been good. The lack of guidelines is going to seriously limit the functionality here though. How are we able to track the analytics of what this catches for us; acceptance rate, low risk findings etc., |
Beta Was this translation helpful? Give feedback.
-
I tried out Copilot Review, and I think it’s an amazing feature that can greatly boost team productivity! Currently, it seems to generate review comments in English—are you considering adding support for other languages? |
Beta Was this translation helpful? Give feedback.
-
Is there a way to register Copilot as a reviewer from GitHub Actions? |
Beta Was this translation helpful? Give feedback.
-
Finally, I was able to test the feature I was really looking for. Till now all looks good and I'll provide more details as I move along. However, there were already scenarios where the review process seemed stuck and never completed. I think getting some feedback / info on the status / progress of the review would help (something similar to GitHub Actions progress) |
Beta Was this translation helpful? Give feedback.
-
So far I like the feature :) |
Beta Was this translation helpful? Give feedback.
-
We're also having issue with Copilot Business. We got approved and received email with instructions, opted into preview features, but copilot still not showing up among the reviewers. Any suggestions? |
Beta Was this translation helpful? Give feedback.
-
VS Code Copilot code review button fails for me with 403 with no details logged. Any workaround? |
Beta Was this translation helpful? Give feedback.
-
got the email saying i’ve been granted access to GitHub Copilot code review, but did not see that option in any PR reviewer option nor the rulesets setting in the repo. how do I enable it? thanks |
Beta Was this translation helpful? Give feedback.
-
An official reply from someone at GitHub would be very much appreciated at this point. It's evident that a lot of people can't access a feature which is supposed to be released. Thanks |
Beta Was this translation helpful? Give feedback.
-
I, too, get the 403 error on VS Code. |
Beta Was this translation helpful? Give feedback.
-
Hi! I would like to assign Copilot as a reviewer programmically. i attemped with the requested_reviewers api If i assign a reviewer who is not a collaborator via api i get a 422 unprocessable entity but if i assign Copilot or copilot as a reviewer i get a 201 created but the reviewer isnt added. |
Beta Was this translation helpful? Give feedback.
-
It looks like copilot pr preview has disappeared from my ruleset and is inconsistently appearing on new prs. Branches and repos match and no other changes were made. Im our org admin. Anyone else? |
Beta Was this translation helpful? Give feedback.
-
No more wait: Copilot code review is here 🚀
We’re thrilled to announce a major update to Copilot Code Review! All Copilot Individual, Copilot Business, and Copilot Enterprise subscribers can sign up for Copilot Code Review and will be automatically approved. 🎉
What’s New
Automatic code reviews can be configured using repository rules, or you can ask Copilot for a review on demand. You can also jump into the new Copilot Workspace experience from your pull request context to refine and validate Copilot’s suggestions. Review your code in Visual Studio Code before pushing it to GitHub to keep your development process agile and efficient.
This update empowers developers to leverage the power of AI in everyday code reviews, allowing you to focus on solving complex challenges and innovating faster.
We can’t wait for you to try out these improvements. ⏭️
To learn more about Copilot Code Review, check out the docs page. To ask questions or share feedback, comment below 👇 🚀
Beta Was this translation helpful? Give feedback.
All reactions