GitHub Copilot Certification — Question 33
How does GitHub Copilot Enterprise assist in code reviews during the pull request process? (Choose two.)
Answer options
- A. It automatically merges pull requests after an automated review.
- B. It generates a prose summary and a bulleted list of key changes for all pull requests.
- C. It can validate the accuracy of the changes in the pull request.
- D. It can answer questions about the changeset of the pull request.
Correct answer: B, D
Explanation
The correct options, B and D, highlight how GitHub Copilot Enterprise aids in summarizing changes and providing insights during the review process. Option A is incorrect because Copilot does not handle the merging of pull requests. Option C is also wrong as Copilot does not validate the accuracy of changes; it focuses on summarization and answering questions.