We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80e4125 + 4d8af7b commit 8ed5d92Copy full SHA for 8ed5d92
1 file changed
.github/workflows/openai-review.yml
@@ -18,6 +18,7 @@ concurrency:
18
19
jobs:
20
review:
21
+ if: ${{ github.event.pull_request == null || github.event.pull_request.head.repo.full_name == github.repository }}
22
runs-on: ubuntu-latest
23
steps:
24
- uses: fluxninja/openai-pr-reviewer@main
0 commit comments