-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
create-pr: enable specifing the draft mode #34
Comments
Doesn't seem to be implemented yet by pyGithub https://pygithub.readthedocs.io/en/latest/github_objects/Repository.html?highlight=draft#github.Repository.Repository.create_pull That means not even moving to ogr would welp? (without doing a manual API call) |
Yes, It is currently possible only with custom media type in header:
I'm not sure if we can force |
...and sadly PyGithub is kinda-dead -- a lot of pull requests with no response or a lack of feedback I think it should be possible to inherit from a pygithub class and change the headers like that: or send a PR and fix it in their codebase. |
If PR title starts with 'WIP', use draft mode.
The text was updated successfully, but these errors were encountered: