Skip to content

Commit 34c8942

Browse files
committed
docs: Update GitHub Environment instructions a bit
1 parent be260ec commit 34c8942

File tree

1 file changed

+1
-1
lines changed
  • src/ScriptModuleRepositoryTemplate/TemplateRepoFiles

1 file changed

+1
-1
lines changed

src/ScriptModuleRepositoryTemplate/TemplateRepoFiles/ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Next we want to create an Environment so that stable module versions require man
9292
e.g. your GitHub username.
9393
1. Click the `Save protection rules` button.
9494

95-
If your GitHub account does not meet [the requirements to use `Environments`](https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment), the `Environments` section will not be available.
95+
If your GitHub account does not meet [the requirements to use `Environments`](https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment), the `Environments` section or `Required reviewers` options may not be available.
9696
Deployments will still work, but they will not pause for manual approval and will automatically deploy the stable version directly after the prerelease version is published.
9797
You will instead need to add [the Manual Workflow Approval action](https://github.com/marketplace/actions/manual-workflow-approval) to [the deployment workflow](/.github/workflows/build-test-and-deploy-powershell-module.yml) to block deployments until they are approved.
9898

0 commit comments

Comments
 (0)