Skip to content

Commit 8ed5d92

Browse files
Merge pull request #4 from coderabbitai/coderabbit/actions-lockdown-external-prs
Block fork pull request workflow jobs
2 parents 80e4125 + 4d8af7b commit 8ed5d92

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/openai-review.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ concurrency:
1818

1919
jobs:
2020
review:
21+
if: ${{ github.event.pull_request == null || github.event.pull_request.head.repo.full_name == github.repository }}
2122
runs-on: ubuntu-latest
2223
steps:
2324
- uses: fluxninja/openai-pr-reviewer@main

0 commit comments

Comments
 (0)