1
0
mirror of synced 2026-01-05 21:04:17 -05:00

[Improvement]: Include SSH Key Usage as a Factor that Marks a User as Active in GHES (#50360)

This commit is contained in:
Justin Alex Paramanandan
2024-05-01 23:02:06 +10:00
committed by GitHub
parent a864d7daf0
commit 2f11d09f29

View File

@@ -3,6 +3,7 @@ A user is considered active if the user has performed any of the following activ
- {% ifversion ghec%}Authenticating to access your enterprise's resources via SAML SSO{% else %}Signing into {% data variables.location.product_location %} {% endif %}
- Creating a repository
- Pushing to a repository via HTTPS
{% ifversion ghes %}- Pushing to a repository via SSH{% endif %}
- Being added to a repository
- Changing the visibility of a repository
- Creating an issue or pull request
@@ -25,5 +26,3 @@ A user is considered active if the user has performed any of the following activ
{% ifversion ghes %}
A user will also be considered active if their account has been updated by LDAP.
{% endif %}
Pushing to a repository via SSH does not affect a user's dormancy.