A multi-agent repository retired legacy-review-agent and introduced secure-review-agent. A pull request opened after the retirement still shows a required check named legacy-review-agent / review-gate stuck in pending. The team checks the workflow and branch protection evidence. Which option best identifies the root cause? Select one answer.
Pull request: #482
Base branch: main
Head branch: feature/payment-rules
Required checks from ruleset:
- build
- test
- legacy-review-agent / review-gate
Workflow files in default branch:
.github/workflows/build.yml
.github/workflows/test.yml
.github/workflows/secure-review-gate.yml
Workflow run search:
build.yml -> success
test.yml -> success
legacy-review-gate.yml -> no workflow file found
secure-review-gate.yml -> success
Ruleset audit note:
2026-05-20: legacy-review-agent retired
2026-05-20: secure-review-agent introduced
2026-05-20: issue templates updated
2026-05-20: required checks not changedChoose an answer
Tap an option to check your answer.
Correct answer: The required check references the retired agent.
Why this is the answer
The correct answer is "The required check references the retired agent." The ruleset audit note explicitly states that "required checks not changed" when legacy-review-agent was retired and secure-review-agent was introduced. This means the branch protection rule still requires the legacy-review-agent / review-gate check, even though the corresponding workflow (legacy-review-gate.yml) no longer exists in the repository. Since no workflow run can be found for legacy-review-gate.yml, this required check remains in a pending state indefinitely, blocking the pull request. "The secure review workflow failed silently" is incorrect because the secure-review-gate.yml workflow run shows "success." "The agent profile still exposes write tools" is irrelevant to a stuck pending check; it relates to agent security, not workflow execution. "The pull request skipped path-filtered jobs" is incorrect because there's no indication of path filtering, and the core issue is a missing required check, not a skipped job.
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