Allow PR author to close PR using API
The validation of user on close PR call in API was only checking if
the user is committer to target repo. Now it will also check if the user
is author of the PR.
Signed-off-by: Michal Konečný <mkonecny@redhat.com>