RATIS-2432. Close PRs after three months of inactivity#1373
Open
spacemonkd wants to merge 2 commits intoapache:masterfrom
Open
RATIS-2432. Close PRs after three months of inactivity#1373spacemonkd wants to merge 2 commits intoapache:masterfrom
spacemonkd wants to merge 2 commits intoapache:masterfrom
Conversation
Author
|
@adoroszlai could you take a look? |
adoroszlai
reviewed
Mar 11, 2026
Contributor
adoroszlai
left a comment
There was a problem hiding this comment.
Thank @spacemonkd for the patch. Let's see what others think about the specific config.
Contributor
OneSizeFitsQuorum
left a comment
There was a problem hiding this comment.
LGTM, wait for others opinion
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
Currently the RATIS PR queue has many pull requests which are more than a year old and are possibly not being worked on actively.
It would be good to run a cleanup job which marks such PRs as stale and automatically closes them.
We are setting the review cycle duration to 3months
Side-note: The workflow runs weekly on Sundays. This means the duration can be off by at-most ~7 days. So PRs can take at most 84days to be marked as stale and 21days at most to be closed. But since we are not getting too many changes this is an acceptable tradeoff
What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/RATIS-2432
How was this patch tested?
N/A