Skip to content
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

Introduce stale bot #2184

Merged
merged 7 commits into from
Jan 26, 2024
Merged

Introduce stale bot #2184

merged 7 commits into from
Jan 26, 2024

Conversation

janhoy
Copy link
Contributor

@janhoy janhoy commented Jan 8, 2024

Following Lucene's lead and adding a stale bot that will label open, non-draft PRs as Stale after 60 days of inactivity. It is almost identical fork of Lucene's config: https://github.com/apache/lucene/blob/main/.github/workflows/stale.yml

I re-wrote the stale-message text a bit. I don't think random contributors can tag developers as reviewer, so I encouraged instead tagging people in a comment or emailing the dev-list.

@janhoy janhoy requested a review from dsmiley January 8, 2024 21:48
.github/workflows/stale.yml Outdated Show resolved Hide resolved
.github/workflows/stale.yml Outdated Show resolved Hide resolved
janhoy and others added 2 commits January 10, 2024 00:17
Co-authored-by: Christine Poerschke <[email protected]>
Co-authored-by: Christine Poerschke <[email protected]>
.github/workflows/stale.yml Outdated Show resolved Hide resolved
@janhoy
Copy link
Contributor Author

janhoy commented Jan 26, 2024

Being on the conservative side, I upped to 60 days before stale, and a daily budget of 10 PRs labeled.
This should create a minimum of friction and accomodate for the fact that in the Solr project, some development cycles are just slow without being stale. If noone touched a PR for 60 days, it's hard to argue that it is active, so a nudge by the bot may help drive some of those that just fell off the radar further.

@janhoy janhoy merged commit e53bf10 into apache:main Jan 26, 2024
3 checks passed
@janhoy janhoy deleted the stale-bot branch January 26, 2024 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants