research-software-directory / RSD-as-a-service

This repo contains the new RSD-as-a-service implementation
https://research.software
27 stars 14 forks source link

Detect and label archived repos #1283

Closed jmaassen closed 1 week ago

jmaassen commented 3 months ago

Some github repos we refer to in the RSD are archived. For example: https://github.com/DeepRank/deeprank

Can we detect this somehow and label them.

ewan-escience commented 3 months ago

Related to #613.

ewan-escience commented 1 month ago

It is possible to detect it. The API of the archived repo of the legacy RSD has a property archived with value true (compare with the current repo which has value false).