Skip to content
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

[Proposal] Add functionality for creating Draft PRs #93

Open
bvlion opened this issue Jul 7, 2023 · 0 comments · May be fixed by #98
Open

[Proposal] Add functionality for creating Draft PRs #93

bvlion opened this issue Jul 7, 2023 · 0 comments · May be fixed by #98

Comments

@bvlion
Copy link

bvlion commented Jul 7, 2023

Hello @motemen, @onk, and the git-pr-release maintainers,

Currently, git-pr-release lacks the ability to create Draft PRs. This imposes the assumption that all PRs are fully prepared, which may not always reflect the actual situation.

Proposed Solution

I propose to add a setting named pr-release.draft, which should be specified as a boolean value. By default, it will be set to false. However, when users set it to true, the PRs created by git-pr-release will be marked as drafts.

Additional Information

Adding this functionality to git-pr-release would allow users to communicate more clearly to other developers that their work is still ongoing. I believe this could greatly improve the workflow and collaboration within development teams.

@hachi-eiji hachi-eiji linked a pull request May 18, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant