Skip to content

Commit b0b1600

Browse files
SiaraMistjc-clarksunbrye
authored
Actions IA: move "sharing automations" content (#51862)
Co-authored-by: jc-clark <[email protected]> Co-authored-by: Joe Clark <[email protected]> Co-authored-by: sunbrye <[email protected]>
1 parent c81a578 commit b0b1600

File tree

59 files changed

+161
-106
lines changed

Some content is hidden

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

59 files changed

+161
-106
lines changed

content/actions/about-github-actions/understanding-github-actions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ For more information, see "[AUTOTITLE](/actions/creating-actions)."
8383

8484
### Runners
8585

86-
{% data reusables.actions.about-runners %} Each runner can run a single job at a time. {% ifversion ghes %} You must host your own runners for {% data variables.product.product_name %}. {% elsif fpt or ghec %}{% data variables.product.company_short %} provides Ubuntu Linux, Microsoft Windows, and macOS runners to run your workflows; each workflow run executes in a fresh, newly-provisioned virtual machine. {% ifversion actions-hosted-runners %} {% data variables.product.prodname_dotcom %} also offers {% data variables.actions.hosted_runner %}s, which are available in larger configurations. For more information, see "[AUTOTITLE](/actions/using-github-hosted-runners/using-larger-runners)." {% endif %}If you need a different operating system or require a specific hardware configuration, you can host your own runners.{% endif %} For more information{% ifversion fpt or ghec %} about self-hosted runners{% endif %}, see "[AUTOTITLE](/actions/hosting-your-own-runners)."
86+
{% data reusables.actions.about-runners %} Each runner can run a single job at a time. {% ifversion ghes %} You must host your own runners for {% data variables.product.product_name %}. {% elsif fpt or ghec %}{% data variables.product.company_short %} provides Ubuntu Linux, Microsoft Windows, and macOS runners to run your workflows; each workflow run executes in a fresh, newly-provisioned virtual machine. {% ifversion actions-hosted-runners %} {% data variables.product.prodname_dotcom %} also offers {% data variables.actions.hosted_runner %}s, which are available in larger configurations. For more information, see "[AUTOTITLE](/actions/using-github-hosted-runners/using-larger-runners/about-larger-runners)." {% endif %}If you need a different operating system or require a specific hardware configuration, you can host your own runners.{% endif %} For more information{% ifversion fpt or ghec %} about self-hosted runners{% endif %}, see "[AUTOTITLE](/actions/hosting-your-own-runners)."
8787

8888
{% data reusables.actions.workflow-basic-example-and-explanation %}
8989

content/actions/guides.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ learningTracks:
1616
includeGuides:
1717
- /actions/writing-workflows/quickstart
1818
- /actions/about-github-actions/understanding-github-actions
19-
- /actions/creating-actions/creating-a-docker-container-action
19+
- /actions/sharing-automations/creating-actions/creating-a-docker-container-action
2020
- /actions/writing-workflows/using-starter-workflows
2121
- /actions/use-cases-and-examples/building-and-testing/building-and-testing-python
2222
- /actions/use-cases-and-examples/building-and-testing/building-and-testing-nodejs
@@ -41,9 +41,9 @@ includeGuides:
4141
- /actions/use-cases-and-examples/using-containerized-services/creating-postgresql-service-containers
4242
- /actions/use-cases-and-examples/deploying/deploying-to-amazon-elastic-container-service
4343
- /actions/use-cases-and-examples/deploying/deploying-to-google-kubernetes-engine
44-
- /actions/creating-actions/about-custom-actions
45-
- /actions/creating-actions/creating-a-javascript-action
46-
- /actions/creating-actions/creating-a-composite-action
44+
- /actions/sharing-automations/creating-actions/about-custom-actions
45+
- /actions/sharing-automations/creating-actions/creating-a-javascript-action
46+
- /actions/sharing-automations/creating-actions/creating-a-composite-action
4747
- /actions/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions
4848
- /actions/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-circleci-to-github-actions
4949
- /actions/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions

content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ versions:
99
topics:
1010
- Actions Runner Controller
1111
children:
12-
- /quickstart-for-actions-runner-controller
1312
- /about-actions-runner-controller
13+
- /quickstart-for-actions-runner-controller
1414
- /authenticating-to-the-github-api
1515
- /deploying-runner-scale-sets-with-actions-runner-controller
1616
- /using-actions-runner-controller-runners-in-a-workflow

content/actions/index.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,14 @@ versions:
3939
children:
4040
- /about-github-actions
4141
- /writing-workflows
42-
- /using-workflows
4342
- /managing-workflow-runs-and-deployments
44-
- /migrating-to-github-actions
43+
- /sharing-automations
4544
- /monitoring-and-troubleshooting-workflows
4645
- /using-github-hosted-runners
4746
- /hosting-your-own-runners
4847
- /security-for-github-actions
4948
- /use-cases-and-examples
50-
- /creating-actions
49+
- /migrating-to-github-actions
5150
- /administering-github-actions
5251
- /guides
5352
---
54-

content/actions/migrating-to-github-actions/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ versions:
99
redirect_from:
1010
- /articles/migrating-github-actions-from-hcl-syntax-to-yaml-syntax
1111
children:
12-
- /automated-migrations
12+
- /using-github-actions-importer-to-automate-migrations
1313
- /manually-migrating-to-github-actions
1414
---
1515

content/actions/migrating-to-github-actions/automated-migrations/automating-migration-with-github-actions-importer.md content/actions/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/automating-migration-with-github-actions-importer.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Automating migration with GitHub Actions Importer
33
intro: 'Use {% data variables.product.prodname_actions_importer %} to plan and automate your migration to {% data variables.product.prodname_actions %}.'
44
redirect_from:
55
- /actions/migrating-to-github-actions/automating-migration-with-github-actions-importer
6+
- /actions/migrating-to-github-actions/automated-migrations/automating-migration-with-github-actions-importer
67
versions:
78
fpt: '*'
89
ghec: '*'

content/actions/migrating-to-github-actions/automated-migrations/extending-github-actions-importer-with-custom-transformers.md content/actions/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/extending-github-actions-importer-with-custom-transformers.md

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ topics:
1111
- CI
1212
- CD
1313
shortTitle: Extending GitHub Actions Importer
14+
redirect_from:
15+
- /actions/migrating-to-github-actions/automated-migrations/extending-github-actions-importer-with-custom-transformers
1416
---
1517

1618
[Legal notice](#legal-notice)

content/actions/migrating-to-github-actions/automated-migrations/index.md content/actions/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,7 @@ children:
1717
- /migrating-from-gitlab-with-github-actions-importer
1818
- /migrating-from-jenkins-with-github-actions-importer
1919
- /migrating-from-travis-ci-with-github-actions-importer
20+
redirect_from:
21+
- /actions/migrating-to-github-actions/automated-migrations
2022
---
2123

content/actions/migrating-to-github-actions/automated-migrations/migrating-from-azure-devops-with-github-actions-importer.md content/actions/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-azure-devops-with-github-actions-importer.md

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ topics:
1111
- CI
1212
- CD
1313
shortTitle: Azure DevOps migration
14+
redirect_from:
15+
- /actions/migrating-to-github-actions/automated-migrations/migrating-from-azure-devops-with-github-actions-importer
1416
---
1517

1618
[Legal notice](#legal-notice)

content/actions/migrating-to-github-actions/automated-migrations/migrating-from-bamboo-with-github-actions-importer.md content/actions/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-bamboo-with-github-actions-importer.md

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ topics:
1111
- CI
1212
- CD
1313
shortTitle: Bamboo migration
14+
redirect_from:
15+
- /actions/migrating-to-github-actions/automated-migrations/migrating-from-bamboo-with-github-actions-importer
1416
---
1517

1618
[Legal notice](#legal-notice)

content/actions/migrating-to-github-actions/automated-migrations/migrating-from-bitbucket-pipelines-with-github-actions-importer.md content/actions/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-bitbucket-pipelines-with-github-actions-importer.md

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ topics:
1111
- CI
1212
- CD
1313
shortTitle: Bitbucket Pipelines migration
14+
redirect_from:
15+
- /actions/migrating-to-github-actions/automated-migrations/migrating-from-bitbucket-pipelines-with-github-actions-importer
1416
---
1517

1618
[Legal notice](#legal-notice)

content/actions/migrating-to-github-actions/automated-migrations/migrating-from-circleci-with-github-actions-importer.md content/actions/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-circleci-with-github-actions-importer.md

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ topics:
1111
- CI
1212
- CD
1313
shortTitle: CircleCI migration
14+
redirect_from:
15+
- /actions/migrating-to-github-actions/automated-migrations/migrating-from-circleci-with-github-actions-importer
1416
---
1517

1618
[Legal notice](#legal-notice)

content/actions/migrating-to-github-actions/automated-migrations/migrating-from-gitlab-with-github-actions-importer.md content/actions/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-gitlab-with-github-actions-importer.md

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ topics:
1111
- CI
1212
- CD
1313
shortTitle: GitLab migration
14+
redirect_from:
15+
- /actions/migrating-to-github-actions/automated-migrations/migrating-from-gitlab-with-github-actions-importer
1416
---
1517

1618
[Legal notice](#legal-notice)

content/actions/migrating-to-github-actions/automated-migrations/migrating-from-jenkins-with-github-actions-importer.md content/actions/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-jenkins-with-github-actions-importer.md

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ topics:
1111
- CI
1212
- CD
1313
shortTitle: Jenkins migration
14+
redirect_from:
15+
- /actions/migrating-to-github-actions/automated-migrations/migrating-from-jenkins-with-github-actions-importer
1416
---
1517

1618
[Legal notice](#legal-notice)

content/actions/migrating-to-github-actions/automated-migrations/migrating-from-travis-ci-with-github-actions-importer.md content/actions/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-travis-ci-with-github-actions-importer.md

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ topics:
1111
- CI
1212
- CD
1313
shortTitle: Travis CI migration
14+
redirect_from:
15+
- /actions/migrating-to-github-actions/automated-migrations/migrating-from-travis-ci-with-github-actions-importer
1416
---
1517

1618
[Legal notice](#legal-notice)

content/actions/migrating-to-github-actions/automated-migrations/supplemental-arguments-and-settings.md content/actions/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/supplemental-arguments-and-settings.md

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ topics:
1010
- Migration
1111
- CI
1212
- CD
13+
redirect_from:
14+
- /actions/migrating-to-github-actions/automated-migrations/supplemental-arguments-and-settings
1315
---
1416

1517
[Legal notice](#legal-notice)

content/actions/using-workflows/avoiding-duplication.md content/actions/sharing-automations/avoiding-duplication.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Avoiding duplication
3+
shortTitle: Avoid duplication
34
intro: You can use reusable workflows or composite actions to avoid duplicating the content of workflows.
45
versions:
56
fpt: '*'
@@ -8,6 +9,8 @@ versions:
89
type: how_to
910
topics:
1011
- Workflows
12+
redirect_from:
13+
- /actions/using-workflows/avoiding-duplication
1114
---
1215

1316
## About reusable workflows and composite actions

content/actions/creating-actions/about-custom-actions.md content/actions/sharing-automations/creating-actions/about-custom-actions.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ redirect_from:
77
- /actions/automating-your-workflow-with-github-actions/about-actions
88
- /actions/building-actions/about-actions
99
- /actions/creating-actions/about-actions
10+
- /actions/creating-actions/about-custom-actions
1011
versions:
1112
fpt: '*'
1213
ghes: '*'

content/actions/creating-actions/creating-a-composite-action.md content/actions/sharing-automations/creating-actions/creating-a-composite-action.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ shortTitle: Create a composite action
44
intro: 'In this guide, you''ll learn how to build a composite action.'
55
redirect_from:
66
- /actions/creating-actions/creating-a-composite-run-steps-action
7+
- /actions/creating-actions/creating-a-composite-action
78
versions:
89
fpt: '*'
910
ghes: '*'

content/actions/creating-actions/creating-a-docker-container-action.md content/actions/sharing-automations/creating-actions/creating-a-docker-container-action.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ redirect_from:
77
- /github/automating-your-workflow-with-github-actions/creating-a-docker-container-action
88
- /actions/automating-your-workflow-with-github-actions/creating-a-docker-container-action
99
- /actions/building-actions/creating-a-docker-container-action
10+
- /actions/creating-actions/creating-a-docker-container-action
1011
versions:
1112
fpt: '*'
1213
ghes: '*'

content/actions/creating-actions/creating-a-javascript-action.md content/actions/sharing-automations/creating-actions/creating-a-javascript-action.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ redirect_from:
77
- /github/automating-your-workflow-with-github-actions/creating-a-javascript-action
88
- /actions/automating-your-workflow-with-github-actions/creating-a-javascript-action
99
- /actions/building-actions/creating-a-javascript-action
10+
- /actions/creating-actions/creating-a-javascript-action
1011
versions:
1112
fpt: '*'
1213
ghes: '*'

content/actions/creating-actions/developing-a-third-party-cli-action.md content/actions/sharing-automations/creating-actions/developing-a-third-party-cli-action.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: Developing a third party CLI action
33
shortTitle: CLI setup action
44
intro: 'Learn how to develop an action to set up a CLI on {% data variables.product.prodname_actions %} runners.'
5-
redirect_from: []
5+
redirect_from:
6+
- /actions/creating-actions/developing-a-third-party-cli-action
67
versions:
78
fpt: '*'
89
ghec: '*'

content/actions/creating-actions/dockerfile-support-for-github-actions.md content/actions/sharing-automations/creating-actions/dockerfile-support-for-github-actions.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ shortTitle: Dockerfile support
44
intro: 'When creating a `Dockerfile` for a Docker container action, you should be aware of how some Docker instructions interact with GitHub Actions and an action''s metadata file.'
55
redirect_from:
66
- /actions/building-actions/dockerfile-support-for-github-actions
7+
- /actions/creating-actions/dockerfile-support-for-github-actions
78
versions:
89
fpt: '*'
910
ghes: '*'
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
---
22
title: Creating actions
3+
shortTitle: Create actions
34
intro: 'You can create your own actions, use and customize actions shared by the {% data variables.product.prodname_dotcom %} community, or write and share the actions you build.'
4-
redirect_from:
5-
- /articles/building-actions
6-
- /github/automating-your-workflow-with-github-actions/building-actions
7-
- /actions/automating-your-workflow-with-github-actions/building-actions
8-
- /actions/building-actions
9-
- /articles/creating-a-github-action
105
versions:
116
fpt: '*'
127
ghes: '*'
@@ -19,11 +14,9 @@ children:
1914
- /metadata-syntax-for-github-actions
2015
- /dockerfile-support-for-github-actions
2116
- /setting-exit-codes-for-actions
22-
- /publishing-actions-in-github-marketplace
23-
- /sharing-actions-and-workflows-from-your-private-repository
24-
- /sharing-actions-and-workflows-with-your-enterprise
25-
- /sharing-actions-and-workflows-with-your-organization
2617
- /releasing-and-maintaining-actions
18+
- /publishing-actions-in-github-marketplace
2719
- /developing-a-third-party-cli-action
28-
---
20+
---
21+
2922
{% data reusables.actions.enterprise-github-hosted-runners %}

content/actions/creating-actions/metadata-syntax-for-github-actions.md content/actions/sharing-automations/creating-actions/metadata-syntax-for-github-actions.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ redirect_from:
77
- /github/automating-your-workflow-with-github-actions/metadata-syntax-for-github-actions
88
- /actions/automating-your-workflow-with-github-actions/metadata-syntax-for-github-actions
99
- /actions/building-actions/metadata-syntax-for-github-actions
10+
- /actions/creating-actions/metadata-syntax-for-github-actions
1011
versions:
1112
fpt: '*'
1213
ghes: '*'

content/actions/creating-actions/publishing-actions-in-github-marketplace.md content/actions/sharing-automations/creating-actions/publishing-actions-in-github-marketplace.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ redirect_from:
55
- /github/automating-your-workflow-with-github-actions/publishing-actions-in-github-marketplace
66
- /actions/automating-your-workflow-with-github-actions/publishing-actions-in-github-marketplace
77
- /actions/building-actions/publishing-actions-in-github-marketplace
8+
- /actions/creating-actions/publishing-actions-in-github-marketplace
89
versions:
910
fpt: '*'
1011
ghec: '*'

content/actions/creating-actions/releasing-and-maintaining-actions.md content/actions/sharing-automations/creating-actions/releasing-and-maintaining-actions.md

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ versions:
1111
fpt: '*'
1212
ghec: '*'
1313
ghes: '*'
14+
redirect_from:
15+
- /actions/creating-actions/releasing-and-maintaining-actions
1416
---
1517

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

content/actions/creating-actions/setting-exit-codes-for-actions.md content/actions/sharing-automations/creating-actions/setting-exit-codes-for-actions.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ shortTitle: Set exit codes
44
intro: 'You can use exit codes to set the status of an action. {% data variables.product.prodname_dotcom %} displays statuses to indicate passing or failing actions.'
55
redirect_from:
66
- /actions/building-actions/setting-exit-codes-for-actions
7+
- /actions/creating-actions/setting-exit-codes-for-actions
78
versions:
89
fpt: '*'
910
ghes: '*'

content/actions/using-workflows/creating-starter-workflows-for-your-organization.md content/actions/sharing-automations/creating-workflow-templates-for-your-organization.md

+10-9
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
2-
title: Creating starter workflows for your organization
3-
shortTitle: Create starter workflows
4-
intro: Learn how you can create starter workflows to help people in your team add new workflows more easily.
2+
title: Creating workflow templates for your organization
3+
shortTitle: Create workflow templates
4+
intro: Learn how you can create workflow templates to help people in your team add new workflows more easily.
55
redirect_from:
66
- /actions/configuring-and-managing-workflows/sharing-workflow-templates-within-your-organization
77
- /actions/learn-github-actions/creating-workflow-templates
88
- /actions/learn-github-actions/creating-starter-workflows-for-your-organization
9+
- /actions/using-workflows/creating-starter-workflows-for-your-organization
910
versions:
1011
fpt: '*'
1112
ghes: '*'
@@ -25,23 +26,23 @@ topics:
2526
{% data reusables.actions.starter-workflow-categories %}
2627

2728
> [!NOTE]
28-
> Because starter workflows require a public `.github` repository, they are not available for {% data variables.product.prodname_emus %}.
29+
> Because workflow templates require a public `.github` repository, they are not available for {% data variables.product.prodname_emus %}.
2930
30-
## Creating a starter workflow
31+
## Creating a workflow template
3132

32-
Starter workflows can be created by users with write access to the organization's _public_ `.github` repository. These can then be used by organization members who have permission to create workflows.
33+
Workflow templates can be created by users with write access to the organization's _public_ `.github` repository. These can then be used by organization members who have permission to create workflows.
3334

3435
{% ifversion fpt %}
35-
Starter workflows created by users can only be used to create workflows in public repositories. Organizations using {% data variables.product.prodname_ghe_cloud %} can also use starter workflows to create workflows in private repositories. For more information, see the [{% data variables.product.prodname_ghe_cloud %} documentation](/enterprise-cloud@latest/actions/using-workflows/creating-starter-workflows-for-your-organization).
36+
Workflow templates created by users can only be used to create workflows in public repositories. Organizations using {% data variables.product.prodname_ghe_cloud %} can also use workflow templates to create workflows in private repositories. For more information, see the [{% data variables.product.prodname_ghe_cloud %} documentation](/enterprise-cloud@latest/actions/using-workflows/creating-starter-workflows-for-your-organization).
3637
{% endif %}
3738

3839
{% note %}
3940

40-
**Note:** To avoid duplication among starter workflows you can call reusable workflows from within a workflow. This can help make your workflows easier to maintain. For more information, see "[AUTOTITLE](/actions/using-workflows/reusing-workflows)."
41+
**Note:** To avoid duplication among workflow templates you can call reusable workflows from within a workflow. This can help make your workflows easier to maintain. For more information, see "[AUTOTITLE](/actions/using-workflows/reusing-workflows)."
4142

4243
{% endnote %}
4344

44-
This procedure demonstrates how to create a starter workflow and metadata file. The metadata file describes how the starter workflows will be presented to users when they are creating a new workflow.
45+
This procedure demonstrates how to create a workflow template and metadata file. The metadata file describes how the workflow templates will be presented to users when they are creating a new workflow.
4546

4647
1. If it doesn't already exist, create a new _public_ repository named `.github` in your organization.
4748
1. Create a directory named `workflow-templates`.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Sharing automations
3+
shortTitle: Share automations
4+
intro: 'Create modular automations that you can share and reuse across {% data variables.product.prodname_actions %} workflows.'
5+
versions:
6+
fpt: '*'
7+
ghes: '*'
8+
ghec: '*'
9+
redirect_from:
10+
- /actions/creating-actions
11+
- /github/automating-your-workflow-with-github-actions/building-actions
12+
- /actions/automating-your-workflow-with-github-actions/building-actions
13+
- /actions/building-actions
14+
- /articles/creating-a-github-action
15+
children:
16+
- /avoiding-duplication
17+
- /creating-actions
18+
- /reusing-workflows
19+
- /creating-workflow-templates-for-your-organization
20+
- /sharing-actions-and-workflows-from-your-private-repository
21+
- /sharing-actions-and-workflows-with-your-organization
22+
- /sharing-actions-and-workflows-with-your-enterprise
23+
- /required-workflows
24+
---
25+
26+
{% data reusables.actions.enterprise-github-hosted-runners %}

content/actions/using-workflows/required-workflows.md content/actions/sharing-automations/required-workflows.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ shortTitle: Required workflows
44
intro: You can specify which workflows will run as required status checks in all repositories or selected repositories in your organization.
55
versions:
66
feature: required-workflows-deprecation
7-
permissions: Because {% data variables.product.company_short %} no longer supports this feature, this article is only relevant if you are already using required workflows for {% data variables.product.prodname_actions %}.
7+
permissions: 'Because {% data variables.product.company_short %} no longer supports this feature, this article is only relevant if you are already using required workflows for {% data variables.product.prodname_actions %}.'
88
type: how_to
99
topics:
1010
- Workflows
11+
redirect_from:
12+
- /actions/using-workflows/required-workflows
1113
---
1214

1315
{% data reusables.actions.workflows.required-workflow-beta %}

content/actions/using-workflows/reusing-workflows.md content/actions/sharing-automations/reusing-workflows.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ shortTitle: Reuse workflows
44
intro: Learn how to avoid duplication when creating a workflow by reusing existing workflows.
55
redirect_from:
66
- /actions/learn-github-actions/reusing-workflows
7+
- /actions/using-workflows/reusing-workflows
78
versions:
89
fpt: '*'
910
ghec: '*'

content/actions/creating-actions/sharing-actions-and-workflows-from-your-private-repository.md content/actions/sharing-automations/sharing-actions-and-workflows-from-your-private-repository.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ topics:
88
- Actions
99
- Action development
1010
shortTitle: Share from your private repository
11+
redirect_from:
12+
- /actions/creating-actions/sharing-actions-and-workflows-from-your-private-repository
1113
---
1214

1315
## About {% data variables.product.prodname_actions %} access to private repositories

0 commit comments

Comments
 (0)