GitHub Actions — Question 4

Which of the following keywords are used to link a pull request to an issue? (Choose three.)

Answer options

Correct answer: A, B, E

Explanation

The correct answers are 'fix', 'resolves', and 'closed', as these keywords are recognized by platforms like GitHub to automatically link pull requests to issues. Options 'merge' and 'join' do not create this linkage, and 'connects' is not a valid keyword for this purpose.