Would it make sense to automate removing things from the NOR dashboard after they're accepted in OBO Foundry?
The steps that could be taken in a script in a GitHub Actions workflow running once nightly or on request:
- Get all ontologies' prefixes from https://github.com/OBOFoundry/OBOFoundry.github.io/blob/master/registry/ontologies.yml
- Filter all entries in https://github.com/OBOFoundry/obo-nor.github.io/blob/master/dashboard-config.yml that have a prefix that's in the OBO Foundry already
- Commit the
dashboard-config.yml back to the repo if there are any changes
Would it make sense to automate removing things from the NOR dashboard after they're accepted in OBO Foundry?
The steps that could be taken in a script in a GitHub Actions workflow running once nightly or on request:
dashboard-config.ymlback to the repo if there are any changes