diff --git a/content/actions/how-tos/manage-workflow-runs/approve-runs-from-forks.md b/content/actions/how-tos/manage-workflow-runs/approve-runs-from-forks.md deleted file mode 100644 index 08d5ebf42c9f..000000000000 --- a/content/actions/how-tos/manage-workflow-runs/approve-runs-from-forks.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Approving workflow runs from forks -intro: You can manually approve workflow runs triggered by a contributor's pull request. -versions: - fpt: '*' - ghec: '*' - ghes: '*' -shortTitle: Approve runs from forks -redirect_from: - - /actions/managing-workflow-runs/approving-workflow-runs-from-public-forks - - /actions/managing-workflow-runs-and-deployments/managing-workflow-runs/approving-workflow-runs-from-public-forks - - /actions/how-tos/managing-workflow-runs-and-deployments/managing-workflow-runs/approving-workflow-runs-from-private-forks - - /actions/how-tos/managing-workflow-runs-and-deployments/managing-workflow-runs/approving-workflow-runs-from-public-forks - - /actions/how-tos/managing-workflow-runs-and-deployments/managing-workflow-runs/approving-workflow-runs-from-forks - - /actions/managing-workflow-runs/approving-workflow-runs-from-private-forks - - /actions/managing-workflow-runs-and-deployments/managing-workflow-runs/approving-workflow-runs-from-private-forks -category: - - Manage and monitor workflow runs -contentType: how-tos ---- - -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{% ifversion ghes %}#enabling-workflows-for-forks-of-private-repositories{% else %}#controlling-changes-from-forks-to-workflows-in-public-repositories{% endif %}), [organization](/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization#{% ifversion ghes %}enabling-workflows-for-private-repository-forks{% else %}configuring-required-approval-for-workflows-from-public-forks{% endif %}), or [enterprise](/enterprise-cloud@latest/admin/enforcing-policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise#fork-pull-request-workflows-from-outside-collaborators). - -Workflow runs that have been awaiting approval for more than 30 days are automatically deleted. - -## Approving workflow runs on a pull request from a public fork - -{% data reusables.actions.workflows.approve-workflow-runs %}