Don't assume project token for PR close
PR close API method called the _check_token without specifying the
project_token variable. This caused rejection of tokens that were
created on user level. This will fix the behavior.
Signed-off-by: Michal Konečný <mkonecny@redhat.com>