We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4d74f9 commit db4f0e6Copy full SHA for db4f0e6
1 file changed
.github/workflows/pull-request-build.yml
@@ -24,11 +24,8 @@ jobs:
24
issues: write
25
pull-requests: write
26
contents: read
27
- # For fork PRs, require manual approval via the "fork-ci" environment.
28
- # Internal PRs and merge_group events run immediately (no environment gate).
29
- # Setup: create a "fork-ci" environment in repo Settings > Environments with
30
- # - Required reviewers: your maintainer team
31
- # - Move PR_WORKFLOW_IAM_ROLE_ARN to the environment's secrets
+ # Fork PRs, require manual approval via the "fork-ci" environment.
+ # Internal PRs and merge_group events run with no environment gate.
32
environment: >-
33
${{
34
github.event_name == 'pull_request_target' &&
0 commit comments