1
0
mirror of synced 2025-12-23 21:07:12 -05:00

Fix unordered list indentation (#37391)

Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
Co-authored-by: Laura Coursen <lecoursen@github.com>
Co-authored-by: Felicity Chapman <felicitymay@github.com>
This commit is contained in:
Rachael Sewell
2023-06-06 15:07:29 -07:00
committed by GitHub
parent 159c27c74a
commit e9a894c8d6
99 changed files with 495 additions and 496 deletions

View File

@@ -185,9 +185,9 @@ For example, if you're the user `octocat`, and you have a deleted RubyGems packa
{% ifversion fpt or ghec %}
To restore a deleted package, you must also meet one of these permission requirements:
- For repository-scoped packages: You have admin permissions to the repository in which the deleted package is published.{% ifversion fpt or ghec %}
- For user-account scoped packages: The deleted package is scoped to your personal account.
- For organization-scoped packages: You have admin permissions to the deleted package in the organization to which the package is scoped.{% endif %}
- For repository-scoped packages: You have admin permissions to the repository in which the deleted package is published.{% ifversion fpt or ghec %}
- For user-account scoped packages: The deleted package is scoped to your personal account.
- For organization-scoped packages: You have admin permissions to the deleted package in the organization to which the package is scoped.{% endif %}
{% endif %}
{% ifversion ghae or ghes %}