-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
[Feature] Auto-lock PR Conversations When Merged #22121
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
Comments
Wouldn't it be better to let a CI do that? |
Yeah, I appreciate your point, but CI seems like overkill for this if a user isn't already running CI for something else (also, is there a webhook for issues closed or would the CI job it have to poll each open issue?). It seems like what you suggest is the strategy GitHub has taken, as there doesn't seem to be a feature like this built in. From a UX perspective, it seems like like a nice compliment to auto-merge. If this really is a niche feature that a majority of users don't want/need, I agree it should go to CI. If a reasonable number of folks want this it would be nice to build into the UI. I'll post in discord and see if other people would like this feature, and if there's not much traction in a week then I'm perfectly happy closing this. |
Yes-ish, the base |
That Action could be reused when Gitea Actions PR merged. |
How about add an extern option to do it ? the quick_actions in gitlab looks also good. |
Not a good idea to put more and more checkboxes/buttons there. |
Feature Description
I think it would be helpful if repos had a setting to automatically lock a conversation when an issue is closed and/or PR is merged.
Related to: #20012
Screenshots
No response
The text was updated successfully, but these errors were encountered: