Skip to content

Commit 9fb1b5f

Browse files
authored
Merge pull request #12717 from github/repo-sync
repo sync
2 parents d0b5eb8 + 8a262df commit 9fb1b5f

File tree

14 files changed

+1261
-2185
lines changed

14 files changed

+1261
-2185
lines changed

content/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ The following example timeline demonstrates how active committer count for {% da
7373
| <nobr>August 15</nobr> | A member of your enterprise enables {% data variables.product.prodname_GH_advanced_security %} for a second repository, repository **Y**. In the last 90 days, a total of 20 developers contributed to that repository. Of those 20 developers, 10 also recently worked on repo **X** and do not require additional licenses. | <sub>_49 + 10_</sub><br/>**59** |
7474
| <nobr>August 16</nobr> | A member of your enterprise disables {% data variables.product.prodname_GH_advanced_security %} for repository **X**. Of the 49 developers who were working on repository **X**, 10 still also work on repository **Y**, which has a total of 20 developers contributing in the last 90 days. | <sub>_49 - 29_</sub><br/>**20** |
7575

76+
{% note %}
77+
78+
**Note:** A user will be flagged as active when their commits are pushed to any branch of a repository, even if the commits were authored more than 90 days ago.
79+
80+
{% endnote %}
81+
7682
## Getting the most out of {% data variables.product.prodname_GH_advanced_security %}
7783

7884
{% data reusables.advanced-security.getting-the-most-from-your-license %}
Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1-
Each license for {% data variables.product.prodname_GH_advanced_security %} specifies a maximum number of accounts, or seats, that can use these features. Each active committer to at least one repository with the feature enabled uses one seat. An active committer is someone who authored at least one commit that was pushed to the repository in the last 90 days.
1+
Each license for {% data variables.product.prodname_GH_advanced_security %} specifies a maximum number of accounts, or seats, that can use these features. Each active committer to at least one repository with the feature enabled uses one seat. A committer is considered active if one of their commits has been pushed to the repository within the last 90 days, regardless of when it was originally authored.
2+
3+
{% note %}
4+
5+
**Note:** Active committers are calculated using both the commit author information and the timestamp for when the code was pushed to {% data variables.product.product_name %}.
6+
7+
- When a user pushes code to {% data variables.product.prodname_dotcom %}, every user who authored code in that push counts towards {% data variables.product.prodname_GH_advanced_security %} seats, even if the code is not new to {% data variables.product.prodname_dotcom %}.
8+
9+
- Users should always create branches from a recent base, or rebase them before pushing. This will ensure that users who have not committed in the last 90 days do not take up {% data variables.product.prodname_GH_advanced_security %} seats.
10+
11+
{% endnote %}
12+

lib/rest/static/decorated/api.github.com.json

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51282,6 +51282,15 @@
5128251282
"rawType": "string",
5128351283
"rawDescription": "Working directory for this codespace",
5128451284
"childParamsGroups": []
51285+
},
51286+
"idle_timeout_minutes": {
51287+
"description": "<p>Time in minutes before codespace stops from inactivity</p>",
51288+
"type": "integer",
51289+
"name": "idle_timeout_minutes",
51290+
"in": "body",
51291+
"rawType": "integer",
51292+
"rawDescription": "Time in minutes before codespace stops from inactivity",
51293+
"childParamsGroups": []
5128551294
}
5128651295
}
5128751296
},
@@ -51340,6 +51349,15 @@
5134051349
"rawType": "string",
5134151350
"rawDescription": "Working directory for this codespace",
5134251351
"childParamsGroups": []
51352+
},
51353+
{
51354+
"description": "<p>Time in minutes before codespace stops from inactivity</p>",
51355+
"type": "integer",
51356+
"name": "idle_timeout_minutes",
51357+
"in": "body",
51358+
"rawType": "integer",
51359+
"rawDescription": "Time in minutes before codespace stops from inactivity",
51360+
"childParamsGroups": []
5134351361
}
5134451362
],
5134551363
"responses": [
@@ -72682,6 +72700,15 @@
7268272700
"rawType": "string",
7268372701
"rawDescription": "Working directory for this codespace",
7268472702
"childParamsGroups": []
72703+
},
72704+
"idle_timeout_minutes": {
72705+
"description": "<p>Time in minutes before codespace stops from inactivity</p>",
72706+
"type": "integer",
72707+
"name": "idle_timeout_minutes",
72708+
"in": "body",
72709+
"rawType": "integer",
72710+
"rawDescription": "Time in minutes before codespace stops from inactivity",
72711+
"childParamsGroups": []
7268572712
}
7268672713
}
7268772714
},
@@ -72731,6 +72758,15 @@
7273172758
"rawType": "string",
7273272759
"rawDescription": "Working directory for this codespace",
7273372760
"childParamsGroups": []
72761+
},
72762+
{
72763+
"description": "<p>Time in minutes before codespace stops from inactivity</p>",
72764+
"type": "integer",
72765+
"name": "idle_timeout_minutes",
72766+
"in": "body",
72767+
"rawType": "integer",
72768+
"rawDescription": "Time in minutes before codespace stops from inactivity",
72769+
"childParamsGroups": []
7273472770
}
7273572771
],
7273672772
"responses": [
@@ -90893,6 +90929,15 @@
9089390929
"rawDescription": "Working directory for this codespace",
9089490930
"childParamsGroups": []
9089590931
},
90932+
"idle_timeout_minutes": {
90933+
"description": "<p>Time in minutes before codespace stops from inactivity</p>",
90934+
"type": "integer",
90935+
"name": "idle_timeout_minutes",
90936+
"in": "body",
90937+
"rawType": "integer",
90938+
"rawDescription": "Time in minutes before codespace stops from inactivity",
90939+
"childParamsGroups": []
90940+
},
9089690941
"pull_request": {
9089790942
"required": [
9089890943
"pull_request_number",
@@ -91046,6 +91091,15 @@
9104691091
"rawType": "string",
9104791092
"rawDescription": "Working directory for this codespace",
9104891093
"childParamsGroups": []
91094+
},
91095+
"idle_timeout_minutes": {
91096+
"description": "<p>Time in minutes before codespace stops from inactivity</p>",
91097+
"type": "integer",
91098+
"name": "idle_timeout_minutes",
91099+
"in": "body",
91100+
"rawType": "integer",
91101+
"rawDescription": "Time in minutes before codespace stops from inactivity",
91102+
"childParamsGroups": []
9104991103
}
9105091104
}
9105191105
}
@@ -91146,6 +91200,15 @@
9114691200
"rawDescription": "Working directory for this codespace",
9114791201
"childParamsGroups": []
9114891202
},
91203+
{
91204+
"description": "<p>Time in minutes before codespace stops from inactivity</p>",
91205+
"type": "integer",
91206+
"name": "idle_timeout_minutes",
91207+
"in": "body",
91208+
"rawType": "integer",
91209+
"rawDescription": "Time in minutes before codespace stops from inactivity",
91210+
"childParamsGroups": []
91211+
},
9114991212
{
9115091213
"required": [
9115191214
"pull_request_number",

0 commit comments

Comments
 (0)