Skip to content

Commit db4f0e6

Browse files
committed
Fix comments
1 parent c4d74f9 commit db4f0e6

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/pull-request-build.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,8 @@ jobs:
2424
issues: write
2525
pull-requests: write
2626
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
27+
# Fork PRs, require manual approval via the "fork-ci" environment.
28+
# Internal PRs and merge_group events run with no environment gate.
3229
environment: >-
3330
${{
3431
github.event_name == 'pull_request_target' &&

0 commit comments

Comments
 (0)