-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 for Draft PRs to not lock state #1125
Comments
Note that if draft pr plans are enabled users can apply from those PRs too. So if you disabled locking you'd also want to disable applies. |
@lkysow that's a good point, disabling applies would be good as well. |
yes please |
If your repo configuration has If there is a feature for managing draft PRs and locks, it would also be useful to have locks released when a PR changes from 'draft:false' to 'draft:true'. |
When |
#1007 brought back plans in draft PRs. Only downside is that plans in a draft PR lock the project so that a Open PR cannot plan.
Requested Solution
An option to enable/disable locking projects in a Draft PR.
Reasoning
Draft PRs can iterate quickly and having them reserve the lock prevents Open PRs from progressing
When working in a commonly updated directory, a draft PR is a great way to discuss changes before opening a PR. But when a Draft PR has the project/directory locked, Open PRs cannot progress.
The text was updated successfully, but these errors were encountered: