yegor256 / cam

Classes and Metriсs (CaM): a dataset of Java classes from public open-source GitHub repositories
http://cam.yegor256.com
MIT License
23 stars 32 forks source link

filter out unmaintained repositories #297

Open yegor256 opened 4 months ago

yegor256 commented 4 months ago

It's possible to detect which repository is being actively maintained, for example see this study: https://dl.acm.org/doi/abs/10.1145/3239235.3240501 Let's implement such a filtering (or a similar one) inside discover-repositories.rb

See this one too: https://arxiv.org/pdf/2003.04755

dfarkhutdinova commented 4 months ago

@yegor256 I would like to work on this issue if it's possible. thank you!

yegor256 commented 4 months ago

@dfarkhutdinova sure, go ahead!