Changes the PR assignment permission to only allow repo admins to assign PRs, which is the same as the current behaviour for assigning Issues.
Fixes #985
Should we check that we get a 403 if user is foo?
foo
1 new commit added
Test adjusted, merging :)
Thanks @ryanlerch
Pull-Request has been merged by pingou
Changes the PR assignment permission to only allow
repo admins to assign PRs, which is the same as the
current behaviour for assigning Issues.
Fixes #985