astrofrog / batchpr

Package in need of a better name to automate opening pull requests :robot:
BSD 2-Clause "Simplified" License
3 stars 5 forks source link

create draft PRs by default #32

Open zacharyburnett opened 8 months ago

zacharyburnett commented 8 months ago

I think it might be good practice to ensure that the PRs created are made as drafts, and then set to Ready by the user.

Alternatively, the user could specify as something like Updater.run(..., draft=True)