Skip to content

Commit 25b3334

Browse files
Merge branch 'main' into compose
2 parents 9a1b980 + 22692c7 commit 25b3334

File tree

337 files changed

+32116
-22009
lines changed

Some content is hidden

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

337 files changed

+32116
-22009
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ See [About Billing for GitHub Models](https://docs.github.com/billing/managing-b
7575

7676
**23 June 2025**
7777

78-
We’ve restructured our documentation around Copilot’s AI models to make it easier for users to understand, choose, and configure models across clients and plans. See [Supported AI models in Copilot](https://docs.github.com/copilot/using-github-copilot/ai-models/supported-ai-models-in-copilot) and [Choosing the right AI model for your task](https://docs.github.com/copilot/using-github-copilot/ai-models/choosing-the-right-ai-model-for-your-task).
78+
We’ve restructured our documentation around Copilot’s AI models to make it easier for users to understand, choose, and configure models across clients and plans. See [Supported AI models in Copilot](https://docs.github.com/copilot/using-github-copilot/ai-models/supported-ai-models-in-copilot) and [Choosing the right AI model for your task](https://docs.github.com/copilot/reference/ai-models/model-comparison).
7979

8080
<hr>
8181

13.6 KB
Loading
144 KB
Loading
70.7 KB
Loading
96.9 KB
Loading

content/actions/concepts/runners/about-actions-runner-controller.md renamed to content/actions/concepts/runners/actions-runner-controller.md

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
---
2-
title: About Actions Runner Controller
3-
shortTitle: About ARC
2+
title: Actions Runner Controller
43
intro: 'You can host your own runners and customize the environment used to run jobs in your {% data variables.product.prodname_actions %} workflows.'
54
versions:
65
fpt: '*'
76
ghec: '*'
87
ghes: '*'
9-
type: overview
108
topics:
119
- Actions Runner Controller
1210
redirect_from:
1311
- /actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/about-actions-runner-controller
12+
- /actions/concepts/runners/about-actions-runner-controller
1413
---
1514

1615
## About {% data variables.product.prodname_actions_runner_controller %}
@@ -146,18 +145,6 @@ RUN curl -f -L -o runner-container-hooks.zip https://github.com/actions/runner-c
146145
USER runner
147146
```
148147

149-
## Executing workflows
150-
151-
After installation and configuration are complete, you can use ARC to execute workflow runs. A workflow can be created in the same repository that can target a self hosted runner created by ARC. For more information about targeting workflows to run on self-hosted runners, see [AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/using-self-hosted-runners-in-a-workflow).
152-
153-
### Using ARC runners in a workflow
154-
155-
{% data reusables.actions.actions-runner-controller-labels %} For more information, see [AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/using-actions-runner-controller-runners-in-a-workflow).
156-
157-
## Scaling runners
158-
159-
You can scale runners statically or dynamically depending on your needs. For more information, see [AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller#scaling-runners).
160-
161148
## Software installed in the ARC runner image
162149

163150
The ARC [runner image](https://github.com/actions/runner/pkgs/container/actions-runner) is bundled with the following software:
@@ -183,3 +170,11 @@ The supported runner image is released as a separate container image, which you
183170
## Legal notice
184171

185172
{% data reusables.actions.actions-runner-controller-legal-notice %}
173+
174+
## Next steps
175+
176+
When you're ready to use ARC to execute workflows, see [AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/using-actions-runner-controller-runners-in-a-workflow).
177+
178+
{% data reusables.actions.actions-runner-controller-labels %} For more information, see [AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/using-self-hosted-runners-in-a-workflow).
179+
180+
You can scale runners statically or dynamically depending on your needs. For more information, see [AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller#scaling-runners).

content/actions/concepts/runners/about-github-hosted-runners.md renamed to content/actions/concepts/runners/github-hosted-runners.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
2-
title: About GitHub-hosted runners
3-
shortTitle: GitHub-hosted runners
2+
title: GitHub-hosted runners
43
intro: '{% data variables.product.prodname_dotcom %} offers hosted virtual machines to run workflows. The virtual machine contains an environment of tools, packages, and settings available for {% data variables.product.prodname_actions %} to use.'
54
redirect_from:
65
- /articles/virtual-environments-for-github-actions
@@ -14,6 +13,7 @@ redirect_from:
1413
- /actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners
1514
- /actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners
1615
- /actions/how-tos/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners
16+
- /actions/concepts/runners/about-github-hosted-runners
1717
versions:
1818
fpt: '*'
1919
ghes: '*'

content/actions/concepts/runners/index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ versions:
77
ghes: '*'
88
ghec: '*'
99
children:
10-
- /about-github-hosted-runners
11-
- /about-larger-runners
12-
- /about-self-hosted-runners
13-
- /about-private-networking-with-github-hosted-runners
14-
- /about-runner-groups
15-
- /about-runner-scale-sets
16-
- /about-actions-runner-controller
17-
- /about-support-for-actions-runner-controller
10+
- /github-hosted-runners
11+
- /larger-runners
12+
- /self-hosted-runners
13+
- /private-networking-with-github-hosted-runners
14+
- /runner-groups
15+
- /runner-scale-sets
16+
- /actions-runner-controller
17+
- /support-for-actions-runner-controller
1818
---

content/actions/concepts/runners/about-larger-runners.md renamed to content/actions/concepts/runners/larger-runners.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
2-
title: About larger runners
3-
shortTitle: Larger runners
2+
title: Larger runners
43
intro: 'Learn about the types and uses of {% data variables.product.prodname_dotcom %}-hosted {% data variables.actions.hosted_runners %}.'
54
permissions: '{% data reusables.actions.larger-runner-permissions %}'
65
versions:
@@ -10,6 +9,7 @@ versions:
109
redirect_from:
1110
- /actions/using-github-hosted-runners/about-larger-runners/about-larger-runners
1211
- /actions/using-github-hosted-runners/using-larger-runners/about-larger-runners
12+
- /actions/concepts/runners/about-larger-runners
1313
---
1414

1515
{% ifversion ghes %}

content/actions/concepts/runners/about-private-networking-with-github-hosted-runners.md renamed to content/actions/concepts/runners/private-networking-with-github-hosted-runners.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
2-
title: About private networking with GitHub-hosted runners
2+
title: Private networking with GitHub-hosted runners
33
shortTitle: About private networking
44
intro: '{% data reusables.actions.private-networking-intro %}'
55
versions:
66
fpt: '*'
77
ghes: '*'
88
ghec: '*'
9-
type: overview
109
topics:
1110
- Actions
1211
- Action development
@@ -17,6 +16,7 @@ topics:
1716
- CD
1817
redirect_from:
1918
- /actions/using-github-hosted-runners/connecting-to-a-private-network/about-private-networking-with-github-hosted-runners
19+
- /actions/concepts/runners/about-private-networking-with-github-hosted-runners
2020
---
2121

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

0 commit comments

Comments
 (0)