Skip to content

Commit 8ef9214

Browse files
authored
Add a few missing redirects (#57148)
1 parent e5ab65e commit 8ef9214

File tree

7 files changed

+12
-0
lines changed

7 files changed

+12
-0
lines changed

content/actions/how-tos/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ children:
1818
- /troubleshoot-workflows
1919
- /administer
2020
- /get-support
21+
redirect_from:
22+
- /actions/monitoring-and-troubleshooting-workflows
2123
---

content/actions/how-tos/manage-runners/github-hosted-runners/use-github-hosted-runners.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ versions:
88
ghec: '*'
99
redirect_from:
1010
- /actions/how-tos/using-github-hosted-runners/using-github-hosted-runners
11+
- /actions/using-github-hosted-runners/using-github-hosted-runners
1112
---
1213

1314
{% ifversion ghes %}

content/actions/how-tos/manage-workflow-runs/approve-runs-from-forks.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ redirect_from:
1313
- /actions/how-tos/managing-workflow-runs-and-deployments/managing-workflow-runs/approving-workflow-runs-from-public-forks
1414
- /actions/how-tos/managing-workflow-runs-and-deployments/managing-workflow-runs/approving-workflow-runs-from-forks
1515
- /actions/managing-workflow-runs/approving-workflow-runs-from-private-forks
16+
- /actions/managing-workflow-runs-and-deployments/managing-workflow-runs/approving-workflow-runs-from-private-forks
1617
---
1718

1819
Workflow runs triggered by a contributor's pull request from a fork may require manual approval from a maintainer with write access. You can configure workflow approval requirements for a [repository](/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository#configuring-required-approval-for-workflows-from-public-forks), [organization](/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization#configuring-required-approval-for-workflows-from-public-forks), or [enterprise](/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise#enforcing-a-policy-for-fork-pull-requests-in-your-enterprise).

content/actions/how-tos/monitor-workflows/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ redirect_from:
1717
- /actions/concepts/workflows-and-actions/about-monitoring-workflows
1818
- /actions/how-tos/monitoring-and-troubleshooting-workflows
1919
- /actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting
20+
- /actions/monitoring-and-troubleshooting-workflows/monitoring-workflows/about-monitoring-workflows
2021
---
2122

content/actions/how-tos/reuse-automations/share-with-your-organization.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ redirect_from:
1111
- /actions/creating-actions/sharing-actions-and-workflows-with-your-organization
1212
- /actions/sharing-automations/sharing-actions-and-workflows-with-your-organization
1313
- /actions/how-tos/sharing-automations/sharing-actions-and-workflows-with-your-organization
14+
- /actions/administering-github-actions/sharing-workflows-secrets-and-runners-with-your-organization
1415
---
1516

1617
> [!WARNING]

content/actions/how-tos/troubleshoot-workflows.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ redirect_from:
1111
- /actions/how-tos/monitoring-and-troubleshooting-workflows/troubleshooting-workflows/using-copilot-to-troubleshoot-workflows
1212
- /actions/how-tos/monitoring-and-troubleshooting-workflows/troubleshooting-workflows
1313
- /actions/how-tos/troubleshooting-workflows
14+
- /actions/monitoring-and-troubleshooting-workflows/troubleshooting-workflows/using-copilot-to-troubleshoot-workflows
15+
- /actions/monitoring-and-troubleshooting-workflows/troubleshooting-workflows
1416
---
1517

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

content/actions/tutorials/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,8 @@ children:
2020
redirect_from:
2121
- /actions/guides
2222
- /actions/how-tos/use-cases-and-examples
23+
- /actions/use-cases-and-examples/project-management/using-github-actions-for-project-management
24+
- /actions/use-cases-and-examples/project-management/moving-assigned-issues-on-project-boards
25+
- /actions/use-cases-and-examples/project-management/removing-a-label-when-a-card-is-added-to-a-project-board-column
26+
- /actions/use-cases-and-examples
2327
---

0 commit comments

Comments
 (0)