File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed
osp/wrappers/simple_simulation Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
1
+ # follows the same pattern as .gitignore files
2
+ # file/mask username1/email1 ... usernameN/emailN
3
+
4
+ * @ pablo-de-andres @ kysrpex
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ontology:
7
7
8
8
Atom :
9
9
subclass_of :
10
- - cuba.Class
10
+ - cuba.Entity
11
11
- simple_ontology.hasPart :
12
12
cardinality : some
13
13
exclusive : false
@@ -19,7 +19,7 @@ ontology:
19
19
20
20
Material :
21
21
subclass_of :
22
- - cuba.Class
22
+ - cuba.Entity
23
23
- simple_ontology.hasPart :
24
24
cardinality : some
25
25
exclusive : true
@@ -30,7 +30,7 @@ ontology:
30
30
simple_ontology.unit : null
31
31
simple_ontology.value : null
32
32
subclass_of :
33
- - cuba.Class
33
+ - cuba.Entity
34
34
35
35
Position :
36
36
subclass_of :
You can’t perform that action at this time.
0 commit comments