Skip to content

Commit 92023a5

Browse files
kathleenqinisaacmbrownmchammer01
authored
Explicitly add activities not included in dormancy report (#57467)
Co-authored-by: Isaac Brown <[email protected]> Co-authored-by: mc <[email protected]>
1 parent 02557c1 commit 92023a5

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

data/reusables/enterprise-accounts/dormant-user-activity.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ A user is considered active if the user has performed any of the following activ
22

33
* {% ifversion ghec %}Authenticating to access your enterprise's resources via SAML SSO{% else %}Signing into {% data variables.location.product_location %} {% endif %}
44
* 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 %}
77
* Being added to a repository
88
* Changing the visibility of a repository
99
* 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
2323
* Deleting a repository
2424
* Joining an organization
2525

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+
2631
{% ifversion ghes %}
2732
A user will also be considered active if their account has been updated by LDAP.
2833
{% endif %}

0 commit comments

Comments
 (0)