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

Allow creating the PR in draft mode #257

Open
tom-sherman opened this issue Jan 25, 2023 · 2 comments · May be fixed by #258
Open

Allow creating the PR in draft mode #257

tom-sherman opened this issue Jan 25, 2023 · 2 comments · May be fixed by #258

Comments

@tom-sherman
Copy link

In our team we assign all pull requests that are opened round-robin style to one of the team members, so that every PR has a defined "owner" and point of contact.

The PRs that changesets open can complicate this, because there's nothing to actually own or action until we decide to do a release. It leads to pointless github notifications and the person being assigned needing to unsubscribe and un-assign themselves.

We also have a way of working of PRs that are open, if they pass CI, can be merged. The changeset PR is an exception to this though.

Both of these problems can be solved by adding an option for the action to create the PR in draft mode. Then when it's time to release, someone (or an API call) can mark it as not draft - assigning a team member who can review and release.

@Andarist
Copy link
Member

I'd accept a PR implementing this as an option

@tom-sherman
Copy link
Author

Happy to do that!

@tom-sherman tom-sherman linked a pull request Jan 25, 2023 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.

2 participants