Skip to content

Commit 9c32fbb

Browse files
cidersageguntrip
andauthored
Update sensitive data removal for ghes (#55197)
Co-authored-by: Felix Guntrip <[email protected]>
1 parent 02e9ed6 commit 9c32fbb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

content/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,17 @@ After using `git-filter-repo` to remove the sensitive data and pushing your chan
138138
1. Contact {% data variables.contact.contact_support %}, and provide the following information:
139139

140140
* The owner and repository name in question (e.g. YOUR-USERNAME/YOUR-REPOSITORY).
141+
{%- ifversion fpt or ghec %}
141142
* The number of affected pull requests, found in the previous step. This is used by Support to verify you understand how much will be affected.
143+
{%- endif %}
144+
{%- ifversion ghes %}
145+
* The number of affected pull requests, found in the previous step. This is used by your site administrator to verify you understand how much will be affected.
146+
{%- endif %}
142147
* The First Changed Commit(s) reported by `git-filter-repo` (Look for `NOTE: First Changed Commit(s)` in its output.)
143148
* If `NOTE: There were LFS Objects Orphaned by this rewrite` appears in the git-filter-repo output (right after the First Changed Commit), then mention you had LFS Objects Orphaned and upload the named file to the ticket as well.
144149

145-
If you have successfully cleaned up all references other than PRs, and no forks have references to the sensitive data, Support will then:
150+
{% ifversion fpt or ghec %}If you have successfully cleaned up all references other than PRs, and no forks have references to the sensitive data, Support will then:{% endif %}
151+
{% ifversion ghes %}If you have successfully cleaned up all references other than PRs, and no forks have references to the sensitive data, your site administrator will then:{% endif %}
146152

147153
* Dereference or delete any affected PRs on {% data variables.product.github %}.
148154
* Run a garbage collection on the server to expunge the sensitive data from storage.

0 commit comments

Comments
 (0)