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

add tests for github-pull #126

Merged
merged 1 commit into from Feb 9, 2018
Merged

add tests for github-pull #126

merged 1 commit into from Feb 9, 2018

Conversation

Dhaulagiri
Copy link
Collaborator

@Dhaulagiri Dhaulagiri commented Feb 1, 2018

Closes #115

Note that technically this is a breaking change but I'm not sure that looking up pull requests would have worked before. The way the adapter was setup would create a request like this which is not actually valid:

https://api.github.com/pulls?pullId=1&repo=user1%2Frepository1

Now it will do:

https://api.github.com/repos/user1/repository1/pulls/1

@elwayman02
Copy link
Owner

Yea I would actually classify this as a bugfix since it wasn't working before. I doubt anyone is using it if it was broken. :P

@Dhaulagiri
Copy link
Collaborator Author

Dhaulagiri commented Feb 1, 2018

I would agree. It seems as though the initial implementation might not have been tried in the wild??

@Dhaulagiri Dhaulagiri merged commit b7645ab into master Feb 9, 2018
@Dhaulagiri Dhaulagiri deleted the br-pulls branch February 9, 2018 01:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants