GitHub Actions — Question 1
As a user, what feature can you use to merge proposed changes in a repository on GitHub?
Answer options
- A. discussions
- B. projects
- C. pull requests
- D. issues
Correct answer: C
Explanation
The correct answer is C, pull requests, as they are specifically designed for proposing changes and facilitating code review in repositories. Options A, B, and D do not serve this purpose; discussions are for conversation, projects are for task management, and issues are for tracking bugs or tasks.