emo-bon / emo-bon.github.io

For the data landing page
https://data.emobon-embrc.eu
0 stars 0 forks source link

improve listing of crates #7

Open bulricht opened 7 months ago

bulricht commented 7 months ago

would it be possible to list our crates in an automated way? i.e. by scanning the emo-bon repos for a ro-crate-metadata.json file and grabbing the description from the repo description?

Idem for the profile crates.

cedricdcc commented 7 months ago

I would suggest adding a workflow file to the repo that runs on a cronjob and gets all the repos that comply to a certain condition. Then convert these results back to the ./data/project_crates.json

I would not touch the space-to-pages action itself for that