Compare commits

...

2 Commits

Author SHA1 Message Date
copilot-swe-agent[bot] 7d976efdda Initial plan 2025-11-18 21:17:48 +00:00
Bjørn Erik Pedersen 38efb702aa github: Adjust AI Watchdog workflow to make it run PRs from forks 2025-11-18 20:31:04 +01:00
+7 -1
View File
@@ -1,5 +1,11 @@
name: AI Detection
on: [pull_request]
on:
# Use pull_request_target instead of pull_request (we need the secrets.OPENAI_API_KEY to be available for forks)
pull_request_target:
types: [opened, reopened, ready_for_review, synchronize]
permissions:
contents: read
pull-requests: write
jobs:
detect-ai:
runs-on: ubuntu-latest