octokit.rb
octokit.rb copied to clipboard
Comparing branches using API V3
I want to check if a non-primary branch has a merge conflict with second branch before either are a part of a pull request, similar to what is shown on /merge/compare/ in Github. Is there a way to do this using the API V3? Thank you!