We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2084301 commit e0e8189Copy full SHA for e0e8189
1 file changed
.github/workflows/codex-pr-review.yml
@@ -13,9 +13,11 @@ name: Codex PR Review
13
14
# zizmor is not wrong, but we need to access token in the target repo for the PR to make it work.
15
# The token is created with minimal scope possible.
16
+
17
+# Temporary disable pull_requst_target due to unclear security policies.
18
on:
- pull_request_target: # zizmor: ignore[dangerous-triggers]
- types: [opened, reopened]
19
+ #pull_requst_target: # zizmor: ignore[dangerous-triggers]
20
+ # types: [opened, reopened]
21
workflow_dispatch: # Manual trigger
22
inputs:
23
pr_number:
0 commit comments