fiqus / coophub

Cooperatives repos over the world! 🌈🌎
https://coophub.io
MIT License
57 stars 28 forks source link

Support to declare ignored repos at cooperatives.yml #21

Closed diegomanuel closed 4 years ago

diegomanuel commented 4 years ago

Cooperatives could decide to not display (ignore) particular repos. A public repo may receive continuous updates but it's not a relevant repo, and that causes to be listed as latest/popular taking the place for other important repos.

May be good to support regex patterns!

pbrudnick commented 4 years ago

A public repo may receive continuous updates but it's not a relevant repo, and that causes to be listed as latest/popular taking the place for other important repos.

The popular formula was changed and pushed_at isn't as important as before (just in case)

I'm not sure if ignore would be a good approach, having in mind the main purpose is to share public repos: if it's public, it's public for all.

diegomanuel commented 4 years ago

I'm not sure if ignore would be a good approach, having in mind the main purpose is to share public repos: if it's public, it's public for all.

Agreed, will add support for this if someone asks for it.