OBOFoundry / obo-nor.github.io

Repo to manage the dashboard for new term requests
https://obofoundry.github.io/obo-nor.github.io/
6 stars 6 forks source link

Add script to automatically remove accepted ontologies #23

Open cthoyt opened 1 year ago

cthoyt commented 1 year ago

Closes #22

This PR does the following:

  1. Adds a Python script that automatically removes accepted ontologies from the NOR dashboard.
  2. Adds a tox file with appropriate configuration to run this script reproducibly
  3. Adds a GitHub Actions workflow to automate running this script nightly or on request (though it's TBD how well this works with deleting files)
  4. Updates the README with some information on this

After accepting this and running the script via GitHub Actions, the T4FS ontology should get removed.

This took about 15 minutes to write ;)