We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b81861f commit d25b619Copy full SHA for d25b619
.github/workflows/aiwatchdog.yml
@@ -2,7 +2,7 @@ name: AI Detection
2
on:
3
# Use pull_request_target instead of pull_request (we need the secrets.OPENAI_API_KEY to be available for forks)
4
pull_request_target:
5
- types: [opened, reopened, ready_for_review, synchronize]
+ types: [ready_for_review]
6
permissions:
7
contents: read
8
pull-requests: write
0 commit comments