Skip to content
2 changes: 1 addition & 1 deletion .github/workflows/auto-request-same-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Auto-request same-site reviewers
on:
# Works for PRs from branches and forks (runs in base-repo context)
pull_request_target:
types: [opened, reopened, ready_for_review, synchronize, edited]
types: [opened]

permissions:
contents: read
Expand Down
Loading