We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22be29f commit 7836998Copy full SHA for 7836998
1 file changed
.github/workflows/pr-linked-issue.yml
@@ -20,6 +20,11 @@ permissions:
20
21
jobs:
22
# ── Job 1: validate linked issue on PR events ─────────────────────────
23
+ # SECURITY: This workflow uses pull_request_target to get write access for
24
+ # posting comments on fork PRs. It MUST NOT check out or execute code from
25
+ # the PR branch. All inputs from the PR (body, author) are read via API
26
+ # only. Adding actions/checkout here would run untrusted fork code with
27
+ # base repo write permissions.
28
check:
29
if: >-
30
github.repository_owner == 'NVIDIA-NeMo'
0 commit comments