-
-
Notifications
You must be signed in to change notification settings - Fork 94
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
[Feature] Make locking pull request an optional flag #77
[Feature] Make locking pull request an optional flag #77
Comments
Hi @AndrewGable, Absolutely, 100 percent!. This feature request makes a lot of sense. I will work on this topic and I will get it done before the end of next week :) . I will let you know here soon after I have made a new release :) |
This feature is implemented and reflected in the new release |
Thank you @ibakshay! I updated all our repos to the latest version. |
I don't think we want the CLA workflow to lock pull requests if they are closed/merged. See this issue for context contributor-assistant/github-action#77
Is your feature request related to a problem? Please describe.
In our open source repo we sometimes have contributors who accidentally close their PRs, which locks them as mentioned here: #70 (comment)
The contributors cannot comment after this happens, leaving them to ask if we can manually unlock the pull request so they can comment and continue working on their solution. Otherwise they have to create a new pull request which can be time consuming.
Describe the solution you'd like
I would prefer the "locking" behavior to be an optional flag and we'd prefer it to not lock on our repository. We understand that contributors could delete or edit their comments, but we are OK with this trade off.
Describe alternatives you've considered
Alternatively, could we "unlock"/"re-open" the PR once the PR is reopened?
Additional context
Here is an example pull request (Expensify/App#1739) where it's locked, then reopened.
The text was updated successfully, but these errors were encountered: