You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/reusables/enterprise-accounts/dormant-user-activity.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@ A user is considered active if the user has performed any of the following activ
2
2
3
3
* {% ifversion ghec %}Authenticating to access your enterprise's resources via SAML SSO{% else %}Signing into {% data variables.location.product_location %} {% endif %}
4
4
* Creating a repository
5
-
* Pushing to a repository via HTTPS{% ifversion ghes %}
6
-
* Pushing to a repository via SSH{% endif %}
5
+
* Pushing to an internal repository via HTTPS{% ifversion ghes %}
6
+
* Pushing to an internal repository via SSH{% endif %}
7
7
* Being added to a repository
8
8
* Changing the visibility of a repository
9
9
* Creating an issue or pull request
@@ -23,6 +23,11 @@ A user is considered active if the user has performed any of the following activ
23
23
* Deleting a repository
24
24
* Joining an organization
25
25
26
+
{% data variables.product.github %} **does not consider the following activities as active**:
27
+
28
+
* Accessing resources by using a {% data variables.product.pat_generic %}, SSH key, or % data variables.product.prodname_github_app %}.
29
+
* Git operations (such as pushes, pulls, repository cloning) on private repositories.
30
+
26
31
{% ifversion ghes %}
27
32
A user will also be considered active if their account has been updated by LDAP.
0 commit comments