Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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