Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,9 @@ In this task, you will use GitHub environments to ask for manual approval before

3. On the repository page, go to **Settings**, open **Environments** and click **New environment**.
4. Give it **Development** name and click on **Configure Environment**.

> NOTE: If an environment called **Development** already exists in the **Environments** list, open its configuration by clicking on the environment name.

5. In the **Configure Development** tab, check the option **Required Reviewers** and your GitHub account as a reviewer. Click on **Save protection rules**.
6. Now lets test the protection rule. On the repository page, go to **Actions**, click on **eShopOnWeb Build and Test** workflow and click on **Run workflow>Run workflow** to execute manually.

Expand Down