From 1db5f9ea9834be339530d31ac905115515d9f44e Mon Sep 17 00:00:00 2001 From: Hossein Abbasi <16090309+hsnabszhdn@users.noreply.github.com> Date: Tue, 17 Sep 2024 02:08:20 +1000 Subject: [PATCH] Use "Actions Runner Controller" consistently (#34578) Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com> --- .../using-labels-with-self-hosted-runners.md | 2 +- .../using-self-hosted-runners-in-a-workflow.md | 2 +- data/reusables/actions/self-hosted-runner-labels-runs-on.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/actions/hosting-your-own-runners/managing-self-hosted-runners/using-labels-with-self-hosted-runners.md b/content/actions/hosting-your-own-runners/managing-self-hosted-runners/using-labels-with-self-hosted-runners.md index e3680c17c55e..c7e66c3ae253 100644 --- a/content/actions/hosting-your-own-runners/managing-self-hosted-runners/using-labels-with-self-hosted-runners.md +++ b/content/actions/hosting-your-own-runners/managing-self-hosted-runners/using-labels-with-self-hosted-runners.md @@ -17,7 +17,7 @@ For information on how to use labels to route jobs to specific types of self-hos {% data reusables.actions.self-hosted-runner-management-permissions-required %} ->[!NOTE]Action Runner Controller does not support multiple labels, to find our more please read our [Action Runner Controller documentation](/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/about-actions-runner-controller#using-arc-runners-in-a-workflow) +>[!NOTE]Actions Runner Controller does not support multiple labels, to find out more please read our [Actions Runner Controller documentation](/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/about-actions-runner-controller#using-arc-runners-in-a-workflow) ## Creating a custom label diff --git a/content/actions/hosting-your-own-runners/managing-self-hosted-runners/using-self-hosted-runners-in-a-workflow.md b/content/actions/hosting-your-own-runners/managing-self-hosted-runners/using-self-hosted-runners-in-a-workflow.md index 8af47bcb6957..5acdd7a75909 100644 --- a/content/actions/hosting-your-own-runners/managing-self-hosted-runners/using-self-hosted-runners-in-a-workflow.md +++ b/content/actions/hosting-your-own-runners/managing-self-hosted-runners/using-self-hosted-runners-in-a-workflow.md @@ -17,7 +17,7 @@ shortTitle: Use runners in a workflow You can target self-hosted runners for use in a workflow based on the labels assigned to the runners{% ifversion target-runner-groups %}, or their group membership, or a combination of these{% endif %}. ->[!NOTE]Action Runner Controller does not support multiple labels, only the name of the runner can be used in place of a label +>[!NOTE]Actions Runner Controller does not support multiple labels, only the name of the runner can be used in place of a label ## About self-hosted runner labels diff --git a/data/reusables/actions/self-hosted-runner-labels-runs-on.md b/data/reusables/actions/self-hosted-runner-labels-runs-on.md index a9a16920c4db..7daf5e7e1bd8 100644 --- a/data/reusables/actions/self-hosted-runner-labels-runs-on.md +++ b/data/reusables/actions/self-hosted-runner-labels-runs-on.md @@ -2,4 +2,4 @@ To specify a self-hosted runner for your job, configure `runs-on` in your workfl Self-hosted runners may have the `self-hosted` label. When setting up a self-hosted runner, by default we will include the label `self-hosted`. You may pass in the `--no-default-labels` flag to prevent the self-hosted label from being applied. Labels can be used to create targeting options for runners, such as operating system or architecture, we recommend providing an array of labels that begins with `self-hosted` (this must be listed first) and then includes additional labels as needed. When you specify an array of labels, jobs will be queued on runners that have all the labels that you specify. -Note that Action-runner-controller does not support multiple labels and does not support the `self-hosted` label. +Note that Actions Runner Controller does not support multiple labels and does not support the `self-hosted` label.