Skip to content

Commit 9306887

Browse files
committed
fix(ci): update stale comment reference to deleted check-comment-trigger path
1 parent fa11117 commit 9306887

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ jobs:
116116
# pull-requests: write, which works for fork PRs without needing
117117
# pull_request_target's elevated context. Using pull_request_target for
118118
# 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.
119+
# — see "Fork PR CI Gating" in CONTRIBUTING.md for the workflow_run split
120+
# Option B if org policy ever restricts fork PR review creation.
121121
if: >-
122122
github.event_name == 'pull_request'
123123
&& github.event.pull_request.head.repo.full_name != github.repository

0 commit comments

Comments
 (0)