auto-assign
auto-assign copied to clipboard
Is it possible to exclude PR author from assignees?
Hi! Currently looking into this and wondering if my use case works:
My wish: When a PR is opened, every user in the owner team should be added as the reviewer - except the PR author. Additionally, one random reviewer (again: not the PR author) should be added as assignee. (Reason is that in our team "assignee" means something like "the one who should do manual testing on top of reviewing".)
Is that possible?
If I get https://github.com/kentaro-m/auto-assign/pull/72 right, it did the opposite. PR authors are added to assignees instead of excluded.