Skip to content

Commit 4ac89f8

Browse files
Merge branch 'main' into fix-enterprise-autotitle-links
2 parents d3f45ad + fd54ed7 commit 4ac89f8

File tree

62 files changed

+340
-1734
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+340
-1734
lines changed

.github/workflows/index-autocomplete-search.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Index autocomplete search in Elasticsearch
22

3-
# **What it does**: Indexes autocomplete data (general and AI search) into Elasticsearch.
4-
# **Why we have it**: So we can power the APIs for autocomplete.
3+
# **What it does**: Indexes AI search autocomplete data into Elasticsearch.
4+
# **Why we have it**: So we can power the APIs for AI search autocomplete.
55
# **Who does it impact**: docs-engineering
66

77
on:
@@ -40,11 +40,6 @@ jobs:
4040
if: ${{ github.event_name == 'pull_request' }}
4141
run: curl --fail --retry-connrefused --retry 5 -I http://localhost:9200
4242

43-
- name: Run general auto-complete indexing
44-
env:
45-
ELASTICSEARCH_URL: ${{ github.event_name == 'pull_request' && 'http://localhost:9200' || secrets.ELASTICSEARCH_URL }}
46-
run: npm run index-general-autocomplete -- docs-internal-data
47-
4843
- name: Run AI search auto-complete indexing
4944
env:
5045
ELASTICSEARCH_URL: ${{ github.event_name == 'pull_request' && 'http://localhost:9200' || secrets.ELASTICSEARCH_URL }}

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ jobs:
7575
- shielding
7676
# - tests
7777
# - tools
78-
- tracking
7978
- versions
8079
- webhooks
8180
- workflows
82.2 KB
Loading
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
title: About usage reports
3+
intro: 'Learn how to request and understand a report that shows detailed {% data variables.product.github %} usage and billing information for your account.'
4+
versions:
5+
feature: enhanced-billing-platform
6+
type: how_to
7+
topics:
8+
- Enterprise
9+
- Team
10+
permissions: '{% data reusables.permissions.enhanced-billing-platform %}'
11+
product: '{% data reusables.billing.enhanced-billing-platform-product %}'
12+
---
13+
14+
The usage report shows detailed information about your account’s {% data variables.product.github %} usage, including how much of each SKU was used and the resulting billable amount.
15+
16+
To generate a usage report, see [AUTOTITLE](/billing/managing-your-billing/gathering-insights-on-your-spending).
17+
18+
## Usage report fields
19+
20+
The usage report contains the following fields.
21+
22+
| Field | Description |
23+
|---------------------------|-------------|
24+
| `date` | The day that the usage occurred. All usage is logged in UTC. |
25+
| `product` | The {% data variables.product.github %} product that was used. |
26+
| `sku` | The specific {% data variables.product.github %} product SKU that was used. |
27+
| `quantity` | The amount of the SKU that was used. |
28+
| `unit_type` | The unit of measurement for the product SKU. |
29+
| `applied_cost_per_quantity` | The unit cost of the product SKU. |
30+
| `gross_amount` | The amount of the product SKU that was used. |
31+
| `discount_amount` | The amount of usage that was discounted. Usage that is discounted as part of your account’s included usage is reflected in this field. Also includes discounts for {% data variables.product.prodname_actions %} usage for standard {% data variables.product.github %}-hosted runners in public repositories and for self-hosted runners. |
32+
| `net_amount` | The billable amount of usage after applying the `discount_amount`. This is the amount that your account will be billed. `gross_amount - discount_amount = net_amount`. |
33+
| `username` | The user associated with the usage, if applicable. |
34+
| `organization` | The organization associated with the usage, if applicable. |
35+
| `repository` | The repository associated with the usage, if applicable. |
36+
| `workflow_path` | The path of the {% data variables.product.prodname_actions %} workflow that generated the usage, if applicable. |
37+
| `cost_center_name` | The cost center associated with the usage, if applicable. |
38+
39+
### Deprecated report fields
40+
41+
{% data variables.product.github %} aims to minimize changes to the usage report structure, however at times the report structure or fields may change.
42+
43+
| Deprecated field | Replacement |
44+
|--------------------|---------------------|
45+
| `usage_at` | Refer to `date` instead. |
46+
| `workflow_name` | Refer to `workflow_path` instead. |
47+
48+
## How usage is summarized
49+
50+
To reduce the size of the report, similar usage entries are grouped and totaled. The report summarizes the `quantity`, `gross_amount`, `discount_amount`, and `net_amount` fields based on the combination of the following values: `date`, `sku`, `username`, `workflow_path`, `repository`, `cost_center_name`.
51+
52+
## Receiving the report
53+
54+
Usage reports are sent via email to the default email address associated with your {% data variables.product.github %} account.

content/billing/managing-your-billing/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ children:
1919
- /adding-licenses-to-an-organization
2020
- /roles-for-the-new-billing-platform
2121
- /estimating-spending
22+
- /about-usage-reports
2223
- /gathering-insights-on-your-spending
2324
- /charging-business-units
2425
- /preventing-overspending

content/copilot/customizing-copilot/adding-personal-custom-instructions-for-github-copilot.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ You can add custom instructions for {% data variables.copilot.copilot_chat %} in
2626
You can add personal custom instructions either in the Chat panel or in immersive mode. The same instructions will be applied in both modes.
2727

2828
1. In the top right of any page on {% data variables.product.github %}, either:
29-
* Click the **{% octicon "copilot" aria-label="Copilot" %}** icon to open the {% data variables.copilot.copilot_chat_short %} panel.
30-
* Click {% octicon "triangle-down" aria-label="The downwards triangle icon" %} next to the **{% octicon "copilot" aria-label="Copilot" %}** icon, then click **Immersive** to open {% data variables.copilot.copilot_chat_short %} in the full-page, immersive mode. You can also go directly to [https://github.com/copilot](https://github.com/copilot).
29+
30+
* Click the **{% octicon "copilot" aria-label="Copilot" %}** icon to open the full-page, immersive mode of {% data variables.copilot.copilot_chat_short %}.
31+
* Click {% octicon "triangle-down" aria-label="The downwards triangle icon" %} next to the **{% octicon "copilot" aria-label="Copilot" %}** icon, then click **Assistive** to open the {% data variables.copilot.copilot_chat_short %} panel.
32+
3133
1. Select the {% octicon "kebab-horizontal" aria-label="Open conversation options" %} dropdown menu at the top right of the Chat panel, or immersive page, then click **Personal instructions**.
3234
1. Add natural language instructions to the text box.
3335

content/copilot/managing-copilot/monitoring-usage-and-entitlements/about-premium-requests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Each model has a premium request multiplier, based on its complexity and resourc
5858
| {% data variables.copilot.copilot_gemini_flash %} | 0.25 |
5959
| {% data variables.copilot.copilot_gemini_25_pro %} | 1 |
6060
| {% data variables.copilot.copilot_o1 %} | 10 |
61-
| {% data variables.copilot.copilot_o3 %} | 5 |
61+
| {% data variables.copilot.copilot_o3 %} | 1 |
6262
| {% data variables.copilot.copilot_o3_mini %} | 0.33 |
6363
| {% data variables.copilot.copilot_o4_mini %} | 0.33 |
6464

content/copilot/using-github-copilot/code-review/using-copilot-code-review.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ The current functionality and availability of the two types of review is summari
2828

2929
{% rowheaders %}
3030

31-
| | Review selection | Review changes |
32-
|------------------|------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
33-
| Available in | {% data variables.product.prodname_vscode %} | {% data variables.product.prodname_vscode %} and the {% data variables.product.github %} website |
31+
| | Review selection | Review changes |
32+
|------------------|------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
33+
| Available in | {% data variables.product.prodname_vscode %} | {% data variables.product.prodname_vscode %} and the {% data variables.product.github %} website |
3434
| Premium/standard feature | Standard feature available to all {% data variables.product.prodname_copilot_short %} subscribers | Premium feature. Available with the {% data variables.copilot.copilot_pro_short %}, {% data variables.copilot.copilot_pro_plus_short %}, {% data variables.copilot.copilot_business_short %}, and {% data variables.copilot.copilot_enterprise_short %} plans. Per-person monthly quota applies. |
35-
| Description | Initial review of a highlighted section of code with feedback and suggestions | Deeper review of all changes |
36-
| Language support | All | C, C#, C++, Go, Java, JavaScript, Kotlin, Markdown, Python, Ruby, Swift, TypeScript <br><br> {% data variables.release-phases.public_preview_caps %} support for HTML and Text. |
37-
| Custom coding guidelines support | No | Yes, see [Customizing {% data variables.product.prodname_copilot_short %}'s reviews with coding guidelines](#customizing-copilots-reviews-with-coding-guidelines) |
35+
| Description | Initial review of a highlighted section of code with feedback and suggestions | Deeper review of all changes |
36+
| Language support | All | All |
37+
| Custom coding guidelines support | No | Yes, see [Customizing {% data variables.product.prodname_copilot_short %}'s reviews with coding guidelines](#customizing-copilots-reviews-with-coding-guidelines) |
3838

3939
{% endrowheaders %}
4040

0 commit comments

Comments
 (0)