Skip to content

Commit 3a21cc0

Browse files
authored
Merge pull request #39164 from github/repo-sync
Repo sync
2 parents af22dd3 + fed4e35 commit 3a21cc0

File tree

7 files changed

+43
-30
lines changed

7 files changed

+43
-30
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: About GitHub Actions metrics
3+
shortTitle: Metrics
4+
intro: 'Learn about the {% data variables.product.prodname_actions %} metrics available for your organizations and repositories.'
5+
permissions: Organization owners and users with the "View organization Actions metrics" permission can view organization-level metrics. <br><br> Users with the base repository role can view repository-level metrics.
6+
versions:
7+
feature: actions-metrics
8+
---
9+
10+
{% data reusables.actions.about-actions-metrics %}
11+
12+
{% data reusables.actions.enabling-actions-metrics %}
13+
14+
## About {% data variables.product.prodname_actions %} usage metrics
15+
16+
{% data reusables.actions.about-actions-usage-metrics %}
17+
18+
## About {% data variables.product.prodname_actions %} performance metrics
19+
20+
{% data reusables.actions.about-actions-performance-metrics %}
21+
22+
## Next steps
23+
24+
To learn how to find metrics for your organization or repository, see [AUTOTITLE](/actions/how-tos/administering-github-actions/viewing-github-actions-metrics).

content/actions/concepts/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ children:
1212
- /runners
1313
- /security
1414
- /use-cases
15+
- /about-github-actions-metrics
1516
---

content/actions/how-tos/administering-github-actions/viewing-github-actions-metrics.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,6 @@ redirect_from:
1212
- /actions/administering-github-actions/viewing-github-actions-metrics
1313
---
1414

15-
{% data reusables.actions.about-actions-metrics %}
16-
17-
{% data reusables.actions.enabling-actions-metrics %}
18-
19-
## About {% data variables.product.prodname_actions %} usage metrics
20-
21-
{% data reusables.actions.about-actions-usage-metrics %}
22-
23-
## About {% data variables.product.prodname_actions %} performance metrics
24-
25-
{% data reusables.actions.about-actions-performance-metrics %}
26-
27-
## Understanding {% data variables.product.prodname_actions %} metrics aggregation
28-
29-
{% data reusables.actions.about-actions-usage-metrics-aggregation %}
30-
3115
## Viewing {% data variables.product.prodname_actions %} metrics for your organization
3216

3317
{% data reusables.actions.actions-metrics-discrepancy-note %}
@@ -44,3 +28,7 @@ redirect_from:
4428
{% data reusables.repositories.navigate-to-repo %}
4529
{% data reusables.repositories.navigate-to-insights %}
4630
{% data reusables.actions.viewing-actions-metrics %}
31+
32+
## Understanding {% data variables.product.prodname_actions %} metrics aggregation
33+
34+
{% data reusables.actions.about-actions-usage-metrics-aggregation %}

content/actions/how-tos/writing-workflows/choosing-where-your-workflow-runs/running-jobs-in-a-container.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ redirect_from:
1717

1818
{% data reusables.actions.jobs.section-running-jobs-in-a-container %}
1919

20+
### Dockerfile instructions and overrides
21+
22+
A Dockerfile contains instructions and arguments that define the contents and startup behavior of a Docker container. For more information about the instructions Docker supports, see [Dockerfile reference](https://docs.docker.com/engine/reference/builder/) in the Docker documentation.
23+
24+
Some Docker instructions interact with {% data variables.product.prodname_actions %}, and an action's metadata file can override some Docker instructions. Ensure that you are familiar with how your Dockerfile interacts with {% data variables.product.prodname_actions %} to prevent any unexpected behavior.
25+
26+
For reference information, see [AUTOTITLE](/actions/reference/dockerfile-support-for-github-actions).
27+
2028
## Defining the container image
2129

2230
{% data reusables.actions.jobs.section-running-jobs-in-a-container-image %}

content/actions/reference/dockerfile-support-for-github-actions.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,6 @@ type: reference
1515

1616
{% data reusables.actions.enterprise-github-hosted-runners %}
1717

18-
## About Dockerfile instructions
19-
20-
A `Dockerfile` contains instructions and arguments that define the contents and startup behavior of a Docker container. For more information about the instructions Docker supports, see [Dockerfile reference](https://docs.docker.com/engine/reference/builder/) in the Docker documentation.
21-
22-
## Dockerfile instructions and overrides
23-
24-
Some Docker instructions interact with GitHub Actions, and an action's metadata file can override some Docker instructions. Ensure that you are familiar with how your Dockerfile interacts with {% data variables.product.prodname_actions %} to prevent any unexpected behavior.
25-
2618
### USER
2719

2820
Docker actions must be run by the default Docker user (root). Do not use the `USER` instruction in your `Dockerfile`, because you won't be able to access the `GITHUB_WORKSPACE` directory. For more information, see [AUTOTITLE](/actions/reference/variables-reference#default-environment-variables) and [USER reference](https://docs.docker.com/engine/reference/builder/#user) in the Docker documentation.

content/copilot/how-tos/ai-models/changing-the-ai-model-for-copilot-code-completion.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ redirect_from:
1212

1313
## Overview
1414

15-
By default, {% data variables.product.prodname_copilot_short %} code completion uses the {% data variables.copilot.copilot_gpt_4o %} {% data variables.product.prodname_copilot_short %}, a fine-tuned GPT-4o mini based large language model (LLM). This model has been trained on a wide range of high quality public {% data variables.product.github %} repositories, providing coverage of over 30 programming languages. Its knowledge base is more current than the default model and you may find that it generates completion suggestions more quickly.
15+
By default, {% data variables.product.prodname_copilot_short %} code completion uses the {% data variables.copilot.copilot_gpt_4o %} {% data variables.product.prodname_copilot_short %} model. This is a fine-tuned version of the GPT-4o mini model. The {% data variables.copilot.copilot_gpt_4o %} {% data variables.product.prodname_copilot_short %} model was trained on a wide range of high quality public {% data variables.product.github %} repositories, providing coverage of over 30 programming languages.
1616

1717
<details>
1818
<summary>View the list of programming languages and technologies included in the training data.</summary>
@@ -53,15 +53,15 @@ By default, {% data variables.product.prodname_copilot_short %} code completion
5353

5454
</details>
5555

56-
> [!NOTE]
57-
> The list of available models will change over time. When only one code completion model is available, the model picker will only show that model. Preview models and additional code completion models will appear in the picker when we release them.
58-
5956
{% vscode %} You can switch AI models in the latest releases of {% data variables.product.prodname_vscode_shortname %} with the latest version of the {% data variables.product.prodname_copilot %} extension. {% endvscode %}
6057

6158
{% visualstudio %} You can switch AI models in {% data variables.product.prodname_vs %} 17.14 Preview 2 and later. {% endvisualstudio %}
6259

6360
{% jetbrains %} You can switch AI models in the latest releases of JetBrains IDEs with the latest version of the {% data variables.product.prodname_copilot %} extension. {% endjetbrains %}
6461

62+
> [!NOTE]
63+
> The list of available models will change over time. When only one code completion model is available, the model picker will only show that model. Preview models and additional code completion models will be added to the picker as they become available.
64+
6565
## Effects of switching the AI model
6666

6767
Changing the model that's used for {% data variables.product.prodname_copilot_short %} code completion does not affect the model that's used by {% data variables.copilot.copilot_chat_short %}. See [AUTOTITLE](/copilot/using-github-copilot/ai-models/changing-the-ai-model-for-copilot-chat).

data/reusables/actions/viewing-actions-metrics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
1. In the "Insights" navigation menu, click **Actions Usage Metrics** or click **Actions Performance Metrics**.
2-
1. Optionally, to select a time period to view usage metrics for, choose an option from the **Period** drop down menu at the top right of the page. For more information, see [Understanding {% data variables.product.prodname_actions %} metrics aggregation](#understanding-github-actions-metrics-aggregation).
3-
1. Click on the tab that contains the metrics you would like to view. For more information, see [About {% data variables.product.prodname_actions %} usage metrics](#about-github-actions-usage-metrics) or [About {% data variables.product.prodname_actions %} performance metrics](#about-github-actions-performance-metrics).
2+
1. Optionally, to select a time period to view usage metrics for, choose an option from the **Period** drop down menu at the top right of the page. For more information, see [AUTOTITLE](/actions/how-tos/administering-github-actions/viewing-github-actions-metrics#understanding-github-actions-metrics-aggregation).
3+
1. Click on the tab that contains the metrics you would like to view. For more information, see [AUTOTITLE](/actions/concepts/about-github-actions-metrics).
44
1. Optionally, to filter the data displayed in a tab, create a filter.
55
1. Click on the **{% octicon "filter" aria-hidden="true" aria-label="filter" %} Filter** button.
66
1. Click **{% octicon "plus" aria-hidden="true" aria-label="plus" %} Add a filter**.

0 commit comments

Comments
 (0)