We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa11117 commit 9306887Copy full SHA for 9306887
1 file changed
.github/workflows/ci-quality.yml
@@ -116,8 +116,8 @@ jobs:
116
# pull-requests: write, which works for fork PRs without needing
117
# pull_request_target's elevated context. Using pull_request_target for
118
# this job was a pwn-request risk (fork code executed with a write token)
119
- # — see Option B in .github/actions/check-comment-trigger/action.yml for a
120
- # workflow_run split if org policy ever restricts fork PR review creation.
+ # — see "Fork PR CI Gating" in CONTRIBUTING.md for the workflow_run split
+ # Option B if org policy ever restricts fork PR review creation.
121
if: >-
122
github.event_name == 'pull_request'
123
&& github.event.pull_request.head.repo.full_name != github.repository
0 commit comments