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

Skip repos if their last commit is older than n #3554

Open
fthomas opened this issue Jan 20, 2025 · 0 comments · May be fixed by #3559
Open

Skip repos if their last commit is older than n #3554

fthomas opened this issue Jan 20, 2025 · 0 comments · May be fixed by #3559
Labels
enhancement New feature or request

Comments

@fthomas
Copy link
Member

fthomas commented Jan 20, 2025

Scala Steward is currently creating a lot of wasted PRs in abandoned projects. See for example https://github.com/circe/circe-argus which had the last commit in August 2023. Since then Scala Steward created 43 PRs of which 18 are open and 25 are closed (because they were superseded by newer updates). I would say that every new PR that Scala Steward creates in this repo is wasted as long as no human touches it again. To prevent such waste, I propose to to skip any repo whose last commit is older than some threshold. The threshold could be set in the repo config so that we can set a sensible default which could be overridden on a per-instance and per-repo basis.

@fthomas fthomas added the enhancement New feature or request label Jan 20, 2025
@fthomas fthomas linked a pull request Jan 21, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant