Skip to content

Commit 157e5aa

Browse files
authored
[EDI - Actions] Approving workflow runs (#56804)
1 parent 2b0e25a commit 157e5aa

File tree

4 files changed

+23
-47
lines changed

4 files changed

+23
-47
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: Approving workflow runs from forks
3+
intro: 'You can manually approve workflow runs that have been triggered by a contributor''s pull request.'
4+
versions:
5+
fpt: '*'
6+
ghec: '*'
7+
ghes: '*'
8+
shortTitle: Approve workflow runs
9+
redirect_from:
10+
- /actions/managing-workflow-runs/approving-workflow-runs-from-public-forks
11+
- /actions/managing-workflow-runs-and-deployments/managing-workflow-runs/approving-workflow-runs-from-public-forks
12+
- /actions/how-tos/managing-workflow-runs-and-deployments/managing-workflow-runs/approving-workflow-runs-from-private-forks
13+
- /actions/how-tos/managing-workflow-runs-and-deployments/managing-workflow-runs/approving-workflow-runs-from-public-forks
14+
---
15+
16+
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).
17+
18+
Workflow runs that have been awaiting approval for more than 30 days are automatically deleted.
19+
20+
## Approving workflow runs on a pull request from a public fork
21+
22+
{% data reusables.actions.workflows.approve-workflow-runs %}

content/actions/how-tos/managing-workflow-runs-and-deployments/managing-workflow-runs/approving-workflow-runs-from-private-forks.md

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

content/actions/how-tos/managing-workflow-runs-and-deployments/managing-workflow-runs/approving-workflow-runs-from-public-forks.md

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

content/actions/how-tos/managing-workflow-runs-and-deployments/managing-workflow-runs/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ children:
1616
- /downloading-workflow-artifacts
1717
- /removing-workflow-artifacts
1818
- /manage-caches
19-
- /approving-workflow-runs-from-public-forks
20-
- /approving-workflow-runs-from-private-forks
19+
- /approving-workflow-runs-from-forks
2120
redirect_from:
2221
- /actions/managing-workflow-runs-and-deployments/managing-workflow-runs
2322
---

0 commit comments

Comments
 (0)