From 24b44eab19f55f595318f408fcc8fa02dff3d50f Mon Sep 17 00:00:00 2001 From: Johannes Kingma Date: Thu, 14 May 2026 08:25:54 +0200 Subject: [PATCH] Add note on renaming environments Added a note about the inability to rename environments and advised caution when choosing names. --- .../configure-and-manage-deployments/manage-environments.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/actions/how-tos/deploy/configure-and-manage-deployments/manage-environments.md b/content/actions/how-tos/deploy/configure-and-manage-deployments/manage-environments.md index 30b0e880a5d8..881eae78ee0c 100644 --- a/content/actions/how-tos/deploy/configure-and-manage-deployments/manage-environments.md +++ b/content/actions/how-tos/deploy/configure-and-manage-deployments/manage-environments.md @@ -55,6 +55,10 @@ contentType: how-tos {% data reusables.actions.sidebar-environment %} {% data reusables.actions.new-environment %} {% data reusables.actions.name-environment %} + +> [!NOTE] +> Currently renaming an environment is not possible. Be carefull choosing a name! + 1. Optionally, specify people or teams that must approve workflow jobs that use this environment. For more information, see [AUTOTITLE](/actions/reference/deployments-and-environments#required-reviewers). 1. Select **Required reviewers**. 1. Enter up to 6 people or teams. Only one of the required reviewers needs to approve the job for it to proceed.