Skip to content

Commit 1d310ca

Browse files
Fix cuba.Class mention (#5)
config cib app and codeowners, fixes cuba.class mentions in the simple ontology
1 parent 2e44194 commit 1d310ca

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

.github/issue-branch.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
mode: chatops
2+
3+
branchName: '${issue.number}-${issue.title}'
4+
5+
autoCloseIssue: true
6+
7+
branches:
8+
- label: '*'
9+
name: dev
10+
11+
openDraftPR: true

.github/workflows/CODEOWNERS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# follows the same pattern as .gitignore files
2+
# file/mask username1/email1 ... usernameN/emailN
3+
4+
* @pablo-de-andres @kysrpex

osp/wrappers/simple_simulation/simple_ontology.ontology.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ontology:
77

88
Atom:
99
subclass_of:
10-
- cuba.Class
10+
- cuba.Entity
1111
- simple_ontology.hasPart:
1212
cardinality: some
1313
exclusive: false
@@ -19,7 +19,7 @@ ontology:
1919

2020
Material:
2121
subclass_of:
22-
- cuba.Class
22+
- cuba.Entity
2323
- simple_ontology.hasPart:
2424
cardinality: some
2525
exclusive: true
@@ -30,7 +30,7 @@ ontology:
3030
simple_ontology.unit: null
3131
simple_ontology.value: null
3232
subclass_of:
33-
- cuba.Class
33+
- cuba.Entity
3434

3535
Position:
3636
subclass_of:

0 commit comments

Comments
 (0)