You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
They fixed it by adding an option to close a PR without trying to close the issue. So in our code we need to change github.close_issue(repo, request.number) to github.close_pull_request(repo, request.number).
This actually a GitHub bug, which I already reported. Just waiting for the fix.
The text was updated successfully, but these errors were encountered: