Skip to content

Commit ce85d30

Browse files
authored
Merge pull request #39523 from github/repo-sync
Repo sync
2 parents 73dd0c1 + 427c965 commit ce85d30

File tree

145 files changed

+601
-296
lines changed

Some content is hidden

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

145 files changed

+601
-296
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
title: Administering GitHub Actions
3-
shortTitle: Administer GitHub Actions
3+
shortTitle: Administer
44
intro: 'Manage {% data variables.product.prodname_actions %} settings for your organization or enterprise.'
55
versions:
66
fpt: '*'
77
ghes: '*'
88
ghec: '*'
99
children:
10-
- /viewing-github-actions-metrics
11-
- /making-retired-namespaces-available-on-ghecom
10+
- /view-metrics
11+
- /reuse-namespaces-on-ghecom
1212
redirect_from:
1313
- /actions/administering-github-actions
14+
- /actions/how-tos/administering-github-actions
1415
---
15-
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
2-
title: 'Making retired namespaces available on GHE.com'
3-
shortTitle: Retired namespaces on GHE.com
2+
title: Making retired namespaces available on GHE.com
3+
shortTitle: Reuse namespaces on GHE.com
44
intro: 'Allow people to use namespaces that match actions you have used from {% data variables.product.prodname_dotcom_the_website %}.'
55
versions:
66
ghec: '*'
77
type: how_to
88
permissions: Enterprise owners
99
redirect_from:
1010
- /actions/administering-github-actions/making-retired-namespaces-available-on-ghecom
11+
- /actions/how-tos/administering-github-actions/making-retired-namespaces-available-on-ghecom
1112
---
1213

1314
## Overview
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
---
22
title: Viewing GitHub Actions metrics
3-
shortTitle: GitHub Actions metrics
3+
shortTitle: View metrics
44
intro: 'You can view metrics to monitor where your organization or repositories use {% data variables.product.prodname_actions %} and how they are performing.'
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.
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.
66
versions:
77
feature: actions-metrics
88
redirect_from:
99
- /actions/monitoring-and-troubleshooting-workflows/viewing-github-actions-usage-metrics-for-your-organization
1010
- /actions/administering-github-actions/viewing-github-actions-usage-metrics-for-your-organization
1111
- /actions/administering-github-actions/viewing-github-actions-metrics-for-your-organization
1212
- /actions/administering-github-actions/viewing-github-actions-metrics
13+
- /actions/how-tos/administering-github-actions/viewing-github-actions-metrics
1314
---
1415

1516
## Viewing {% data variables.product.prodname_actions %} metrics for your organization
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ redirect_from:
66
- /actions/creating-actions/developing-a-third-party-cli-action
77
- /actions/sharing-automations/creating-actions/developing-a-third-party-cli-action
88
- /actions/how-tos/sharing-automations/creating-actions/developing-a-third-party-cli-action
9+
- /actions/how-tos/creating-and-publishing-actions/creating-a-third-party-cli-action
910
versions:
1011
fpt: '*'
1112
ghec: '*'

content/actions/how-tos/creating-and-publishing-actions/index.md renamed to content/actions/how-tos/create-and-publish-actions/index.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ versions:
99
redirect_from:
1010
- /actions/sharing-automations/creating-actions
1111
- /actions/how-tos/sharing-automations/creating-actions
12+
- /actions/how-tos/creating-and-publishing-actions
1213
children:
13-
- /managing-custom-actions
14-
- /creating-a-third-party-cli-action
15-
- /setting-exit-codes-for-actions
16-
- /publishing-actions-in-github-marketplace
17-
- /releasing-and-maintaining-actions
14+
- /manage-custom-actions
15+
- /create-a-cli-action
16+
- /set-exit-codes
17+
- /publish-in-github-marketplace
18+
- /release-and-maintain-actions
1819
---
20+

content/actions/how-tos/creating-and-publishing-actions/managing-custom-actions.md renamed to content/actions/how-tos/create-and-publish-actions/manage-custom-actions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ topics:
1212
- Fundamentals
1313
redirect_from:
1414
- /actions/how-tos/administering-github-actions/managing-custom-actions
15+
- /actions/how-tos/creating-and-publishing-actions/managing-custom-actions
1516
---
1617

1718
## Choosing a location for your action
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ redirect_from:
88
- /actions/creating-actions/publishing-actions-in-github-marketplace
99
- /actions/sharing-automations/creating-actions/publishing-actions-in-github-marketplace
1010
- /actions/how-tos/sharing-automations/creating-actions/publishing-actions-in-github-marketplace
11+
- /actions/how-tos/creating-and-publishing-actions/publishing-actions-in-github-marketplace
1112
versions:
1213
fpt: '*'
1314
ghec: '*'
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ redirect_from:
1414
- /actions/creating-actions/releasing-and-maintaining-actions
1515
- /actions/sharing-automations/creating-actions/releasing-and-maintaining-actions
1616
- /actions/how-tos/sharing-automations/creating-actions/releasing-and-maintaining-actions
17+
- /actions/how-tos/creating-and-publishing-actions/releasing-and-maintaining-actions
1718
---
1819

1920
{% data reusables.actions.enterprise-github-hosted-runners %}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ redirect_from:
77
- /actions/creating-actions/setting-exit-codes-for-actions
88
- /actions/sharing-automations/creating-actions/setting-exit-codes-for-actions
99
- /actions/how-tos/sharing-automations/creating-actions/setting-exit-codes-for-actions
10+
- /actions/how-tos/creating-and-publishing-actions/setting-exit-codes-for-actions
1011
versions:
1112
fpt: '*'
1213
ghes: '*'
1314
ghec: '*'
1415
---
15-
16+
1617
{% data reusables.actions.enterprise-github-hosted-runners %}
1718

1819
## About exit codes
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ topics:
1414
redirect_from:
1515
- /actions/deployment/protecting-deployments/configuring-custom-deployment-protection-rules
1616
- /actions/managing-workflow-runs-and-deployments/managing-deployments/configuring-custom-deployment-protection-rules
17+
- /actions/how-tos/managing-workflow-runs-and-deployments/managing-deployments/configuring-custom-deployment-protection-rules
1718
---
1819

1920
{% data reusables.actions.custom-deployment-protection-rules-beta-note %}

0 commit comments

Comments
 (0)