Description
Hello, is there any interests to support the importation of Pull Requests? We are aware there are some "gotchas" when trying to import PRs with GitHub's API as certain edge cases are not supported. However, we have modified our fork of the code to support some cases of importing PRs. We have added documentation to our fork in the README.md
file. If there is interest, please checkout our fork with the code that supports importing PRs here and if all is well let us know to open a PR to this repository. We are willing to make small changes to our fork so that a PR can be approved and merged into this repository but we can not spend much more time on our fork.
Thanks!
Branch with our changes: https://github.com/CityOfLosAngeles/github-csv-tools/tree/import-pull-requests
Diff with our changes as of now: master...CityOfLosAngeles:import-pull-requests.