Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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, ready_for_review]
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: PR Reopen and Sync Events Fail to Trigger Workflow

The workflow no longer triggers on reopened or synchronize events. This means reopened PRs won't get reviewer assignments, and new commits won't update existing assignments, potentially leaving new code unreviewed. This seems inconsistent with the goal of avoiding triggers on "edits/drafts," as reopened and synchronize are not related to those scenarios.

Fix in Cursor Fix in Web


permissions:
contents: read
Expand Down
Loading