Please refer to this page on the OBO Academy website.
Custom configuration at dashboard-config.yml
...
ontologies:
custom:
- id: Ontology id
mirror_from: Link to the OWL file in your repository.
title: Ontology's title
contact:
email:
label:
orcid:
github:
description: Ontology's description
domain: Ontology's domain
homepage: Ontology's page
products:
- id:
dependencies:
- id:
tracker: Link to ontology's issue tracker
license:
url: License's url
label: License's label
preferredPrefix:
base_ns: Base namespaces
We don't plan to make big changes on this template anymore. The only important change we did was to update the ODK version used in the GitHub Action that updates the dashboard.
dashboard:
runs-on: ubuntu-latest
container: obolibrary/odkfull:latest
The easiest way to update your repository is to do so manually. Please update the ODK version to have the latest changes on the OBO Dashboard.
- We experienced a failure on the GitHub Action in the step to create the pull request with the dashboard changes. To fix the issue, please update the
peter-evans/create-pull-request
version tov6
.
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
commit-message: Update dashboard run
title: 'Update dashboard run'
body: |
Updates the Custom OBO Dashboard