From b67a87dd726cf48623a0606e1f9a49ff907ee00e Mon Sep 17 00:00:00 2001 From: Ryosuke Nakayama Date: Fri, 24 Apr 2026 00:09:31 +0900 Subject: [PATCH 1/2] Support fixing indented bullet points in translated documents (#60913) Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- src/languages/lib/correct-translation-content.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/languages/lib/correct-translation-content.ts b/src/languages/lib/correct-translation-content.ts index 7730a196b5b4..04ff3d6f1c8e 100644 --- a/src/languages/lib/correct-translation-content.ts +++ b/src/languages/lib/correct-translation-content.ts @@ -64,7 +64,7 @@ export function correctTranslatedContentStrings( // unexpanded. Rejoin the marker with its content. This corruption // affects every translated language (~47k bullets and ~11k cells in // total), so it lives in the universal pre-fixes block. - content = content.replace(/^\* ?\n[ \t]+/gm, '* ') + content = content.replace(/^([ \t]*)\* ?\n[ \t]+/gm, '$1* ') content = content.replace(/^\|[ \t]*\n[ \t]+/gm, '| ') // --- Per-language fixes (es, ja, pt, zh, ru, fr, ko, de) --- From d98d64c0508806b1c559b7ef88b18610f804520e Mon Sep 17 00:00:00 2001 From: Kevin Heis Date: Thu, 23 Apr 2026 09:12:00 -0700 Subject: [PATCH 2/2] Update environments.md with access information (#60906) --- data/reusables/gated-features/environments.md | 1 + 1 file changed, 1 insertion(+) diff --git a/data/reusables/gated-features/environments.md b/data/reusables/gated-features/environments.md index d7dea57aed38..6162f2ead3ae 100644 --- a/data/reusables/gated-features/environments.md +++ b/data/reusables/gated-features/environments.md @@ -1 +1,2 @@ Environments, environment secrets, and deployment protection rules are available in public repositories for all current {% data variables.product.prodname_dotcom %} plans. They are not available on legacy plans, such as Bronze, Silver, or Gold. For access to environments, environment secrets, and deployment branches in private or internal repositories, you must use {% data variables.product.prodname_pro %}, {% data variables.product.prodname_team %}, or {% data variables.product.prodname_enterprise %}. {% ifversion fpt %}If you are on a {% data variables.product.prodname_free_user %}, {% data variables.product.prodname_pro %}, or {% data variables.product.prodname_team %} plan, other deployment protection rules, such as a wait timer or required reviewers, are only available for public repositories.{% endif %} +