Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8381a75

Browse files
authored
Merge pull request #43936 from github/repo-sync
Repo sync
2 parents aed559b + d98d64c commit 8381a75

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
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 %}
2+

src/languages/lib/correct-translation-content.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export function correctTranslatedContentStrings(
6464
// unexpanded. Rejoin the marker with its content. This corruption
6565
// affects every translated language (~47k bullets and ~11k cells in
6666
// total), so it lives in the universal pre-fixes block.
67-
content = content.replace(/^\* ?\n[ \t]+/gm, '* ')
67+
content = content.replace(/^([ \t]*)\* ?\n[ \t]+/gm, '$1* ')
6868
content = content.replace(/^\|[ \t]*\n[ \t]+/gm, '| ')
6969

7070
// --- Per-language fixes (es, ja, pt, zh, ru, fr, ko, de) ---

0 commit comments

Comments
 (0)