Skip to content

Commit e0e8189

Browse files
committed
CI: disable codex review on pull_requst_target
1 parent 2084301 commit e0e8189

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/codex-pr-review.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ name: Codex PR Review
1313

1414
# zizmor is not wrong, but we need to access token in the target repo for the PR to make it work.
1515
# The token is created with minimal scope possible.
16+
17+
# Temporary disable pull_requst_target due to unclear security policies.
1618
on:
17-
pull_request_target: # zizmor: ignore[dangerous-triggers]
18-
types: [opened, reopened]
19+
#pull_requst_target: # zizmor: ignore[dangerous-triggers]
20+
# types: [opened, reopened]
1921
workflow_dispatch: # Manual trigger
2022
inputs:
2123
pr_number:

0 commit comments

Comments
 (0)