You have a GitHub repository that uses a GitHub Actions workflow to run an agent-driven change plan as part of a CI pipeline. The workflow generates an artifact named plan.json that includes a field named risk. risk has possible values of low, medium, or high.
You need to ensure that a human must confirm the execution of the workflow when risk is medium or high. The workflow must proceed automatically only when risk is low.
How should you complete the workflow? To answer, drag the appropriate values to the correct targets. Each value may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

Submit