Skip to content

Commit

Permalink
wiki changes update?
Browse files Browse the repository at this point in the history
  • Loading branch information
brianorwhatever committed Oct 7, 2023
1 parent 82723ee commit c51dca9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Test TEv2 Workflow

on:
gollum:
push:
branches:
- master
Expand Down
9 changes: 7 additions & 2 deletions saf.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
scope:
scopetag: tev2 # identifier that curators have determined for this terminology
scopedir: https://github.com/aviarytech/tev2-test # URL of the scope-directory
scopedir: https://github.com/aviarytech/tev2-test/tree/master # URL of the scope-directory
curatedir: curated-texts # directory where all curated files are located. Full URL is `scopedir`/`curatedir`
glossarydir: glossaries # directory where all glossary files and related stuff are located. Full URL is `scopedir`/`glossarydir`
defaultvsn: latest # vsntag that identifies the default terminology. MRG is located at `scopedir`/`glossarydir`/mrg.`scopetag`.`defaultvsn`.yaml
Expand All @@ -12,5 +12,10 @@ scope:
email:
id: brian
at: aviary.tech
mrgfile: mrg.tev2.terms.yaml

versions:
- vsntag: latest # a versiontag that identifies this version from all other versions in the SAF
- vsntag: terms # this version contains all terms that are curated within this scope
altvsntags: [latest] # alternative verstiontags
termselcrit:
- "*" # import all tev2 terms.

0 comments on commit c51dca9

Please sign in to comment.