This updates the biomedical schema to make a new parent class "Association" (subClassOf: schema:Thing), of which all association type nodes are a subclass. At this time this includes the classes: ChemicalCompoundAssociation, DiseaseAssociation, and GeneticAssociation. All node types in BMDC that are association nodes are subclasses of one or more of these three association subtypes. The superclass ensures that all of these Association nodes are identifiable. #7551
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Auto approve copybara-service PRs | |
on: | |
pull_request | |
jobs: | |
auto-approve: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: hmarr/[email protected] | |
if: github.actor == 'copybara-service' || github.actor == 'copybara-service[bot]' | |
with: | |
github-token: "${{ secrets.GITHUB_TOKEN }}" |