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.
-
Same happens for us. We configured ruleset to add copilot, but all it does is leave messages like:
We use kotlin and swift in repo. |
Beta Was this translation helpful? Give feedback.
-
Yeah, my experience in a Python repository is similar.
I intentionally used it on a very large PR, thinking there would be plenty of opportunities for comments. Then, I tried it on a much smaller PR (just a few files) with some 101 traps I expected it to catch. No comments. |
Beta Was this translation helpful? Give feedback.
-
Hi there, It sounds like you're encountering a situation where GitHub Copilot is not reviewing certain files in your pull requests, particularly This behavior could be due to several reasons, and I’d be happy to suggest a few things to consider:
It’s worth experimenting with different configurations or providing GitHub with more feedback on your use case. I hope this helps explain what might be happening! Best regards, |
Beta Was this translation helpful? Give feedback.
-
Some relevant info: Language Support: C#, Go, Java, JavaScript, Markdown, Python, Ruby, TypeScript Copilot code review only supports a specific set of programming languages, and it is only designed to identify a limited, fixed set of code quality issues. To ensure that all relevant problems are identified and corrected, Copilot code review should be supplemented with careful human code review. |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Product Feedback
Body
Just got access to Github Copilot code review, been tagging different PRs with it, but many times i am getting the following response:
Copilot reviewed 5 out of 15 changed files in this pull request and generated no comments.
The files that were not reviewed are code files (.cs file extension).
I would expect them to be reviewed. The reason provided is Evaluated as low risk
Beta Was this translation helpful? Give feedback.
All reactions