gruntwork-io / git-xargs

git-xargs is a command-line tool (CLI) for making updates across multiple Github repositories with a single command.
https://blog.gruntwork.io/introducing-git-xargs-an-open-source-tool-to-update-multiple-github-repos-753f9f3675ec
Apache License 2.0
935 stars 62 forks source link

Add option to create new PRs in draft mode #47

Closed radicarl closed 2 years ago

radicarl commented 3 years ago

It would be great to have an option that make git-xargs open the PRs in draft mode. Sadly the GitHub Rest-API does not provide a resource to change the draft-state after creating a PR, so the only possibility is to do this at creation time.