nerdexam
GitHub

GITHUB-ACTIONS · Question #11

What are the two types of environment protection rules you can configure? (Choose two.)

The correct answer is A. required reviewers C. wait timer. Required reviewers is a protection rule where you can specify that certain individuals or teams must review and approve the workflow run before it can proceed. This is used to enforce approvals before certain steps or environments are accessed. Wait timer is a protection rule tha

Manage GitHub Actions for the enterprise

Question

What are the two types of environment protection rules you can configure? (Choose two.)

Options

  • Arequired reviewers
  • Bbranch protections
  • Cwait timer
  • Dartifact storage

How the community answered

(25 responses)
  • A
    92% (23)
  • B
    4% (1)
  • D
    4% (1)

Explanation

Required reviewers is a protection rule where you can specify that certain individuals or teams must review and approve the workflow run before it can proceed. This is used to enforce approvals before certain steps or environments are accessed. Wait timer is a protection rule that introduces a delay before a workflow can proceed to the next stage. This is useful for adding time-based constraints to the deployment process or ensuring that certain conditions are met before a workflow continues.

Topics

#deployment environments#environment protection rules#required reviewers#wait timer

Community Discussion

No community discussion yet for this question.

Full GITHUB-ACTIONS Practice