From c51dca92cb141f6fed702a62ecb8791750b31190 Mon Sep 17 00:00:00 2001 From: Brian Richter Date: Sat, 7 Oct 2023 02:36:18 -0700 Subject: [PATCH] wiki changes update? --- .github/workflows/main.yml | 1 + saf.yaml | 9 +++++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4256c43..9aa0587 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,6 +1,7 @@ name: Test TEv2 Workflow on: + gollum: push: branches: - master diff --git a/saf.yaml b/saf.yaml index cd2927f..3cc16f8 100644 --- a/saf.yaml +++ b/saf.yaml @@ -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 @@ -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. \ No newline at end of file