Skip to content

Commit 21561b2

Browse files
authored
Merge pull request #42355 from github/repo-sync
Repo sync
2 parents c454f28 + b5975fa commit 21561b2

File tree

2 files changed

+10
-16
lines changed

2 files changed

+10
-16
lines changed

content/actions/how-tos/manage-runners/larger-runners/use-custom-images.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ To configure a workflow for image generation:
5757
* Each job that includes the `snapshot` keyword creates a separate image. To generate only one image or image version, include all workflow steps in a single job.
5858
* Each successful run of a job that includes the `snapshot` keyword creates a new version of that image.
5959

60+
> [!NOTE]
61+
> {% data variables.product.company_short %} recommends configuring image generation as a scheduled workflow on a weekly basis. This approach ensures dependencies remain up-to-date and have the latest security patches. For more information, see [AUTOTITLE](/actions/using-workflows/events-that-trigger-workflows#schedule).
62+
6063
It can take some time for your image to be fully generated and ready to use after the workflow completes. Provisioning time varies based on runner size and configuration, and may take several hours for larger runners.
6164

6265
The image is generated only when the job completes successfully. This prevents new image versions from being created when a workflow fails or ends in an incomplete state.

content/billing/reference/cost-center-allocation.md

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -29,33 +29,24 @@ This article contains reference information for how spending is assigned to cost
2929
| Git Large File Storage | The repository or organization where Git LFS is used. |
3030
| {% data variables.product.prodname_registry %} | The repository or organization that owns the package. |
3131
| {% data variables.product.prodname_prus_caps %} | The user who triggered the use of the {% data variables.product.prodname_pru %} (priority), or the organization they belong to. |
32-
| {% data variables.product.prodname_GH_cs_and_sp %} | A user who uses a license. |
32+
| {% data variables.product.prodname_GHAS %} | A user who uses a license (priority), or the organization that is billed for the license. |
3333

3434
## Details for license-based products
3535

3636
To ensure your cost centers reflect spending as intended, it's important to understand how the cost of licenses is allocated to cost centers, and how changes are reflected in your bill.
3737

38-
### {% data variables.product.prodname_GH_cs_and_sp %}
39-
40-
| User associated with a cost center | License usage charged |
41-
|--|--|
42-
| Direct assignment | To the cost center the user is assigned to |
43-
| By organization membership only | To the enterprise |
44-
45-
### {% data variables.product.prodname_enterprise %} and {% data variables.product.prodname_copilot %}
46-
47-
Cost center allocation is slightly different for {% data variables.product.prodname_enterprise %} licenses and {% data variables.product.prodname_copilot %} licenses and usage.
48-
49-
| User associated with a cost center | {% data variables.product.prodname_copilot_short %} license granted | License and product costs charged |
38+
| User associated with a cost center | License granted | License and product costs charged |
5039
|--|--|--|
51-
| Direct assignment | By any organization | To the cost center the user is assigned to |
52-
| By organization membership only | By an organization assigned to a cost center | To the **cost center** the organization belongs to. If the organization does not belong to a cost center, to the **enterprise** |
40+
| Direct assignment | By any organization | To the **cost center** the user is assigned to. |
41+
| By organization membership only | By an organization assigned to a cost center | To the **cost center** the organization belongs to. If the organization does not belong to a cost center, to the **enterprise**. |
5342

5443
Users who belong to multiple organizations in an enterprise or who receive a {% data variables.product.prodname_copilot_short %} license from multiple organizations:
5544

56-
* **{% data variables.product.prodname_enterprise %}** license usage is allocated to the oldest organization and charges are allocated to the cost center containing that organization.
45+
* **{% data variables.product.prodname_enterprise %}** and **{% data variables.product.prodname_GHAS %}** license usage is allocated to the oldest organization and charges are allocated to the cost center containing that organization.
5746
* **{% data variables.product.prodname_copilot_short %}** license and product usage is allocated to one of the organizations and charges are allocated to the cost center containing that organization.
5847

48+
To confirm which organization is charged for a given user's license, you can request a detailed usage report. See [AUTOTITLE](/billing/reference/billing-reports#detailed-usage-report).
49+
5950
See [AUTOTITLE](/copilot/managing-copilot/managing-copilot-for-your-enterprise/managing-the-copilot-subscription-for-your-enterprise/about-billing-for-github-copilot-in-your-enterprise#about-seat-assignment-for-copilot-in-your-enterprise).
6051

6152
## Understanding cost center usage and attribution

0 commit comments

Comments
 (0)