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
Hotspot Question
You have a GitHub repository that uses the following GrtHub Copilot CLI command in a Bash script.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

You have a GitHub repository that uses the following GrtHub Copilot CLI command in a Bash script.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

Suggested Answer:

Explanation:
Box 1: Yes
Setting --max-autopilot-continues 10 acts as a hard ceiling, preventing infinite loops by cutting off the execution the moment it reaches the 10-step limit.
Box 2: Yes
This command will allow the agent to use all local tools without prompting you for permission.
The --yolo flag is a built-in alias in the official GitHub Copilot CLI. It bypasses safety confirmation prompts by combining three specific permission-granting arguments: --allow-all-tools, --allow-all- paths, and --allow-all-urls.
Box 3: No
This specific command will not allow targeted human intervention at key decision points because it explicitly strips away all prompt checkpoints The options configuration used in your script forces the GitHub Copilot CLI to bypass user confirmation entirely and execute the objective fully autonomously Reference:
https://pub.towardsai.net/i-stopped-prompting-github-copilot-and-started-delegating-to-it-fe2f12a21709?gi=fbf268b2a564
https://docs.github.com/en/copilot/concepts/agents/copilot-cli/autopilot
by Moses at Aug 13, 2026, 08:49 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).