dogsheep / github-to-sqlite

Save data from GitHub to a SQLite database
https://github-to-sqlite.dogsheep.net/
Apache License 2.0
402 stars 43 forks source link

More options for `pull-requests`: --state, --org, and --search #80

Closed nedbat closed 8 months ago

nedbat commented 8 months ago

This lets me get all of the open pull requests across the edx and openedx GitHub organizations. The search works, but is unfortunately limited to 1000 results.

There's no checking in the CLI for incompatible options. I didn't see much of that, so I skipped it. Let me know if you would like it added. Similarly for tests.

simonw commented 8 months ago

This is a great PR - thanks for the various spelling fixes in there as well.

simonw commented 8 months ago

Oops, pushed to this branch by mistake while manually testing.