Exam GH-600 Topic 1 Question 13 Discussion
Actual exam question for Microsoft's GH-600 exam
Question #: 13
Topic #: 1
Question #: 13
Topic #: 1
You have a GitHub repository that uses GitHub Copilot code review on pull requests.
You plan to add repository-wide code review guidance that will apply to all files.
You need Copilot code review to consistently apply the guidance during pull request reviews.
What should you do?
You plan to add repository-wide code review guidance that will apply to all files.
You need Copilot code review to consistently apply the guidance during pull request reviews.
What should you do?
Suggested Answer: C Vote an answer
To apply repository-wide code review guidance that consistently impacts all pull request reviews, you must create a .github/copilot-instructions.md file in the root directory of your repository.
GitHub Copilot code review automatically ingests this file to use as a persistent checklist for every file change it analyzes.
Reference:
https://docs.github.com/en/copilot/how-tos/copilot-on-github/customize-copilot/add-custom-instructions/add-repository-instructions
GitHub Copilot code review automatically ingests this file to use as a persistent checklist for every file change it analyzes.
Reference:
https://docs.github.com/en/copilot/how-tos/copilot-on-github/customize-copilot/add-custom-instructions/add-repository-instructions
by Jamie at Aug 23, 2026, 12:06 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).