Skip to content

Commit 1ec4a2d

Browse files
Clarify CLA retry checkout safety comment
1 parent c300b15 commit 1ec4a2d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/retry-cla-assistant.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ name: Retry CLA Assistant
66
# Assistant only when that status is the sole remaining non-green signal.
77
#
88
# SECURITY: This workflow uses pull_request_target so it can inspect PR status
9-
# for forks, but it must never check out, build, or execute code from the PR.
9+
# for forks. It checks out trusted default-branch code only; it must never check
10+
# out, build, or execute code from the PR head.
1011

1112
on:
1213
pull_request_target:

0 commit comments

Comments
 (0)