Replies: 8 comments 16 replies
-
|
Beta Was this translation helpful? Give feedback.
-
I am fine with the idea, |
Beta Was this translation helpful? Give feedback.
-
I am perfectly fine with this. |
Beta Was this translation helpful? Give feedback.
-
I think only bugs should be locked not RFEs |
Beta Was this translation helpful? Give feedback.
-
I am on board as long as there's a message that asks to open new issues if users still see the issue after the fix. |
Beta Was this translation helpful? Give feedback.
-
I concur with @vrothberg |
Beta Was this translation helpful? Give feedback.
-
At this point it seems the consensus is:
Am I missing anything? |
Beta Was this translation helpful? Give feedback.
-
Opened jira card |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I suggested this before but we never made any progress on this.
I propose we automatically lock all closed old issues and PRs. IMO issues and PR should be locked after 90 says of inactivity.
Reasoning: As a maintainer for a while now I get almost everyday notifications for comments on old issues (sometimes PRs). These can be grouped into three categories:
I have the same problem
or<paste some unrelated error message> without any additional info
I run into error xxx with version (some recent version)
. In most cases these are different bugs and should be reported as new separate issue.Percentages are based on my subjective feeling and not real measurements.
I think all of these cases are better handled in a new issue with all requested information. This makes sure that a) A maintainer will take look as we triage all new issues. b) The original participants are not spammed with possibly unrelated comments.
So far I found https://github.com/dessant/lock-threads which seems to do what I want.
A list of issues/PRs that this would effect as of today: https://github.com/containers/podman/issues?q=is%3Aclosed+is%3Aunlocked+updated%3A%3C2023-04-01+
Of course the date is variable. I think 90 days is a good limit. I also repeat that this only effects closed issues/PRs. I do not want to auto-close issues just because there are stale.
I am opening as a discussion here so everyone (i.e. non maintainers) can give their opinion if they want.
Beta Was this translation helpful? Give feedback.
All reactions