Skip to content

Commit

Permalink
GHAS committers calculator (github#27128)
Browse files Browse the repository at this point in the history
  • Loading branch information
lecoursen authored Apr 22, 2022
1 parent 91c0c52 commit bd2a1be
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,14 +186,31 @@ For example, the following words are reserved, among others:

For the full list or reserved words, navigate to "Reserved logins" in the site admin dashboard.

{% ifversion ghes or ghae %}
{% if ghas-committers-calculator %}
## {% data variables.product.prodname_advanced_security %} Committers

## Enterprise overview
You can see the number of active committers that are currently using seats for {% data variables.product.prodname_GH_advanced_security %}, and you can calculate how many additional seats would be used if you enabled {% data variables.product.prodname_GH_advanced_security %} for more organizations and repositories.

Refer to this section of the site admin dashboard to manage organizations, people, policies, and settings.
Under "Current active committer count", you can see the number of active committers for repositories with {% data variables.product.prodname_GH_advanced_security %} enabled. This is the number of licensed seats that are currently being used.

Under "Maximum committers across across entire instance", you can see the number of active committers across all the repositories in your enterprise. This is the number of seats that would be used if you enabled {% data variables.product.prodname_GH_advanced_security %} for every repository in your enterprise.

Under "Calculate Additional Advanced Committers", you can calculate how many more additional seats will be used if you enable {% data variables.product.prodname_GH_advanced_security %} for specific organizations and repositories. Under "Organizations and Repositories", enter or paste a list of organizations and repositories, with one organization or repository per line.

```
example-org
octo-org/octo-repo
```

The result is the number of additional seats that would be used if you enabled {% data variables.product.prodname_GH_advanced_security %} for those organizations and repositories.

For more information about billing for {% data variables.product.prodname_advanced_security %}, see "[About billing for {% data variables.product.prodname_advanced_security %}](/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security)."
{% endif %}

## Enterprise overview

Refer to this section of the site admin dashboard to manage organizations, people, policies, and settings.

## Repositories

This is a list of the repositories on {% data variables.product.product_location %}. You can click on a repository name and access functions for administering the repository.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ shortTitle: View Advanced Security usage

{% data reusables.advanced-security.about-ghas-license-seats %} For more information, see "[About billing for {% data variables.product.prodname_GH_advanced_security %}](/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security)."

{% if ghas-committers-calculator %}
You can calculate how many additional seats will be used if you enable {% data variables.product.prodname_GH_advanced_security %} for more organizations and repositories with the site admin dashboard. For more information, see "[Site admin dashboard](/admin/configuration/configuring-your-enterprise/site-admin-dashboard#advanced-security-active-committers)."
{% endif %}

## Viewing {% data variables.product.prodname_GH_advanced_security %} license usage for your enterprise account

You can check how many seats your license includes and how many of them are currently used.
Expand Down
2 changes: 2 additions & 0 deletions data/features/ghas-committers-calculator.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
versions:
ghes: '*'

0 comments on commit bd2a1be

Please sign in to comment.