Skip to content

Commit d25b619

Browse files
committed
github: Only run AI Watchdog when the PR is ready for review
1 parent b81861f commit d25b619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/aiwatchdog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: AI Detection
22
on:
33
# Use pull_request_target instead of pull_request (we need the secrets.OPENAI_API_KEY to be available for forks)
44
pull_request_target:
5-
types: [opened, reopened, ready_for_review, synchronize]
5+
types: [ready_for_review]
66
permissions:
77
contents: read
88
pull-requests: write

0 commit comments

Comments
 (0)