Drop redundant assignees (same as reviewers) #49
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
assigneesandreviewersare both["lyrathorpe"]. Assigning andreview-requesting yourself on every PR — including auto-merged minor/patch PRs —
is pure noise.
Fix
Drop
assignees(keepreviewers), or scope reviewers to non-automerge (majors).