Closed mgcyung closed 5 years ago
What issue is it?
Can not close a issue by 'magithub-issue-close'. The error says "user-error: Cannot close this issue: not the issue owner or an administrator of this repo". The issue is created by myself such as the one we are in.
Sorry if I was unclear – can you link to the issue that you cannot close?
Such as the current issue https://github.com/vermiculus/magithub/issues/397.
What does (let-alist (magithub-user-me) .user.login)
evaluate to for you? If that's nil, how about (let-alist (magithub-user-me) .login)
?
What does
(let-alist (magithub-user-me) .user.login)
evaluate to for you? If that's nil, how about(let-alist (magithub-user-me) .login)
?
(let-alist (magithub-user-me) .user.login)
is evaluated to 'nil' and (let-alist (magithub-user-me) .login)
is evaluat to 'mgcyung'
Should be fixed with the next MELPA update. Thanks for the report!
Yes, it works now. Thanks for the great work.
It says "user-error: Cannot close this issue: not the issue owner or an administrator of this repo" when I close a issue created by me.