Skip to content

Commit

Permalink
Fix cuba.Class mention (#5)
Browse files Browse the repository at this point in the history
config cib app and codeowners, fixes cuba.class mentions in the simple ontology
  • Loading branch information
pablo-de-andres committed Apr 6, 2021
1 parent 2e44194 commit 1d310ca
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
11 changes: 11 additions & 0 deletions .github/issue-branch.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
mode: chatops

branchName: '${issue.number}-${issue.title}'

autoCloseIssue: true

branches:
- label: '*'
name: dev

openDraftPR: true
4 changes: 4 additions & 0 deletions .github/workflows/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# follows the same pattern as .gitignore files
# file/mask username1/email1 ... usernameN/emailN

* @pablo-de-andres @kysrpex
6 changes: 3 additions & 3 deletions osp/wrappers/simple_simulation/simple_ontology.ontology.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ontology:

Atom:
subclass_of:
- cuba.Class
- cuba.Entity
- simple_ontology.hasPart:
cardinality: some
exclusive: false
Expand All @@ -19,7 +19,7 @@ ontology:

Material:
subclass_of:
- cuba.Class
- cuba.Entity
- simple_ontology.hasPart:
cardinality: some
exclusive: true
Expand All @@ -30,7 +30,7 @@ ontology:
simple_ontology.unit: null
simple_ontology.value: null
subclass_of:
- cuba.Class
- cuba.Entity

Position:
subclass_of:
Expand Down

0 comments on commit 1d310ca

Please sign in to comment.