From 2f11d09f29bbd88e2fcbbb9321a7cb3d4c581d7e Mon Sep 17 00:00:00 2001 From: Justin Alex Paramanandan <1155821+jusuchin85@users.noreply.github.com> Date: Wed, 1 May 2024 23:02:06 +1000 Subject: [PATCH] [Improvement]: Include SSH Key Usage as a Factor that Marks a User as Active in GHES (#50360) --- data/reusables/enterprise-accounts/dormant-user-activity.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/data/reusables/enterprise-accounts/dormant-user-activity.md b/data/reusables/enterprise-accounts/dormant-user-activity.md index ae23ee9408..324a199e1c 100644 --- a/data/reusables/enterprise-accounts/dormant-user-activity.md +++ b/data/reusables/enterprise-accounts/dormant-user-activity.md @@ -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.