Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

command 'close' not working if issues are closed for that repo #32

Open
b4mboo opened this issue Jun 20, 2012 · 1 comment
Open

command 'close' not working if issues are closed for that repo #32

b4mboo opened this issue Jun 20, 2012 · 1 comment

Comments

@b4mboo
Copy link
Owner

b4mboo commented Jun 20, 2012

This actually a GitHub bug, which I already reported. Just waiting for the fix.

@b4mboo
Copy link
Owner Author

b4mboo commented Aug 30, 2013

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant