A team added a workflow to route Copilot-created pull requests through human approval only when high-risk paths changed. A documentation-only pull request is blocked by a pending required check named risk-approval. Which option best explains the problem? Select one answer.
Workflow: risk-scoped-agent-review
Event: pull_request
Actor: github-copilot[bot]
Changed files:
docs/copilot-agent-runbook.md
docs/release-notes.md
Path filter result:
high_risk=false
Job: require-review
if condition: always()
Result: skipped waiting for environment reviewers
Required check: risk-approval is pendingChoose an answer
Tap an option to check your answer.
Correct answer: The approval gate runs without risk filtering.
Why this is the answer
The core problem is that the risk-approval required check is pending even though the path filter highrisk=false indicates no high-risk changes. This implies the approval gate is being applied universally, regardless of the risk assessment, which contradicts the team's intention to route Copilot-created pull requests through human approval only when high-risk paths changed. The workflow's conditional logic for the require-review job, if condition: always(), confirms this. It means the job, and thus the required check, will always run, bypassing the risk filtering. Incorrect options: The documentation files requiring CODEOWNERS approval is not directly indicated as the cause of the risk-approval check pending. The issue is with the risk-based approval, not general CODEOWNERS. The pull request event clearly triggered, as evidenced by the workflow execution details. The Copilot actor can update documentation; the problem lies in the approval process, not the actor's permissions.
Pass your exam — without the endless answer hunt
Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.
Pass your exam faster → No card needed