Skip to content

Commit c45cbd4

Browse files
authored
Relocate articles into a new "Administer GitHub Actions" category (#51749)
1 parent bd77646 commit c45cbd4

11 files changed

Lines changed: 28 additions & 20 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Administering GitHub Actions
3+
shortTitle: Administer GitHub Actions
4+
intro: 'Manage {% data variables.product.prodname_actions %} settings for your organization or enterprise.'
5+
versions:
6+
fpt: '*'
7+
ghes: '*'
8+
ghec: '*'
9+
children:
10+
- /usage-limits-billing-and-administration
11+
- /viewing-github-actions-usage-metrics-for-your-organization
12+
- /sharing-workflows-secrets-and-runners-with-your-organization
13+
- /managing-environments-for-deployment
14+
---
15+

content/actions/deployment/targeting-different-environments/managing-environments-for-deployment.md renamed to content/actions/administering-github-actions/managing-environments-for-deployment.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ title: Managing environments for deployment
33
shortTitle: Manage environments
44
intro: You can create environments and secure those environments with deployment protection rules. A job that references an environment must follow any protection rules for the environment before running or accessing the environment's secrets.
55
product: '{% data reusables.gated-features.environments %}'
6-
permissions: 'Repository owners'
6+
permissions: Repository owners
77
redirect_from:
88
- /actions/reference/environments
99
- /actions/deployment/environments
1010
- /actions/deployment/using-environments-for-deployment
1111
- /actions/deployment/targeting-different-environments/using-environments-for-deployment
12+
- /actions/deployment/targeting-different-environments
13+
- /actions/deployment/targeting-different-environments/managing-environments-for-deployment
1214
topics:
1315
- CD
1416
- Deployment

content/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization.md renamed to content/actions/administering-github-actions/sharing-workflows-secrets-and-runners-with-your-organization.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ intro: 'Learn how you can use organization features to collaborate with your tea
55
redirect_from:
66
- /actions/learn-github-actions/sharing-workflows-with-your-organization
77
- /actions/learn-github-actions/sharing-workflows-secrets-and-runners-with-your-organization
8+
- /actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization
89
versions:
910
fpt: '*'
1011
ghes: '*'

content/actions/learn-github-actions/usage-limits-billing-and-administration.md renamed to content/actions/administering-github-actions/usage-limits-billing-and-administration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ intro: 'There are usage limits for {% data variables.product.prodname_actions %}
44
redirect_from:
55
- /actions/getting-started-with-github-actions/usage-and-billing-information-for-github-actions
66
- /actions/reference/usage-limits-billing-and-administration
7+
- /actions/learn-github-actions/usage-limits-billing-and-administration
78
versions:
89
fpt: '*'
910
ghes: '*'

content/actions/monitoring-and-troubleshooting-workflows/viewing-github-actions-usage-metrics-for-your-organization.md renamed to content/actions/administering-github-actions/viewing-github-actions-usage-metrics-for-your-organization.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
title: Viewing GitHub Actions usage metrics for your organization
33
shortTitle: GitHub Actions usage metrics
44
intro: 'Organization owners and CI/CD administrators can view usage metrics for how and where their organization uses {% data variables.product.prodname_actions %}.'
5-
permissions: 'Organization owners and users with the "View organization Actions usage metrics" permissions.'
5+
permissions: Organization owners and users with the "View organization Actions usage metrics" permissions.
66
product: 'Your organization must be on a {% data variables.product.prodname_ghe_cloud %} plan.'
77
versions:
88
fpt: '*'
99
ghec: '*'
10+
redirect_from:
11+
- /actions/monitoring-and-troubleshooting-workflows/viewing-github-actions-usage-metrics-for-your-organization
1012
---
1113

1214
{% data reusables.actions.actions-usage-metrics-beta-note %}

content/actions/deployment/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ children:
1010
- /about-deployments
1111
- /deploying-to-your-cloud-provider
1212
- /security-hardening-your-deployments
13-
- /targeting-different-environments
1413
- /protecting-deployments
1514
- /managing-your-deployments
1615
- /deploying-xcode-applications

content/actions/deployment/targeting-different-environments/index.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

content/actions/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ children:
5959
- /hosting-your-own-runners
6060
- /security-guides
6161
- /creating-actions
62+
- /administering-github-actions
6263
- /guides
6364
---
6465

content/actions/learn-github-actions/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ children:
2424
- /expressions
2525
- /contexts
2626
- /variables
27-
- /using-starter-workflows
28-
- /usage-limits-billing-and-administration
27+
- /using-starter-workflows
2928
---
3029

content/actions/monitoring-and-troubleshooting-workflows/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ children:
1818
- /using-workflow-run-logs
1919
- /enabling-debug-logging
2020
- /notifications-for-workflow-runs
21-
- /viewing-github-actions-usage-metrics-for-your-organization
2221
- /working-with-support-for-github-actions
23-
---
22+
---
23+
2424
{% data reusables.actions.enterprise-github-hosted-runners %}

0 commit comments

Comments
 (0)