From 140f60641b75620c6f0bc7fa594e8bf724b5215d Mon Sep 17 00:00:00 2001 From: "Thomas B. Mooney" Date: Wed, 20 Sep 2023 12:57:13 -0500 Subject: [PATCH 1/5] Update sync.yml (#665) Add griffithlab/Immuno_workflow_Course --- .github/sync.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/sync.yml b/.github/sync.yml index e4901723..d0f474ca 100755 --- a/.github/sync.yml +++ b/.github/sync.yml @@ -56,6 +56,7 @@ group: griffithlab/CIVIC_SVI_Course PracticalGenomics/cogaps-on-sciserver fhdsl/AI_for_software + griffithlab/Immuno_Workflow_Course ###ADD NEW REPO HERE following the format above# From e64a2aba54e6b133697ab5099e12a47b270ed47d Mon Sep 17 00:00:00 2001 From: KatherineCox Date: Wed, 20 Sep 2023 13:58:16 -0400 Subject: [PATCH 2/5] add C-MOOR_Template to sync.yml (#666) Co-authored-by: Candace Savonen --- .github/sync.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.github/sync.yml b/.github/sync.yml index d0f474ca..c5815fb9 100755 --- a/.github/sync.yml +++ b/.github/sync.yml @@ -112,3 +112,25 @@ group: dest: style-sets/fhdasl/ repos: | jhudsl/AnVIL_Template + + - files: + - source: config_automation.yml + dest: config_automation.yml + - source: .github/workflows/ + dest: .github/workflows/ + deleteOrphaned: true + - source: .github/switch_sync_repo.R + dest: .github/switch_sync_repo.R + - source: .github/automatic-issues/ + dest: .github/automatic-issues/ + - source: assets/box_images/ + dest: assets/box_images/ + - source: assets/style.css + dest: assets/style.css + - source: assets/toc_close.css + dest: assets/toc_close.css + - source: scripts/ + dest: scripts/ + deleteOrphaned: true + repos: | + C-MOOR/C-MOOR_Template From 259d7d8ca0562993cdeb9a5efd4e2d684f4d3d98 Mon Sep 17 00:00:00 2001 From: Candace Savonen Date: Wed, 20 Sep 2023 13:59:53 -0400 Subject: [PATCH 3/5] Make it so courses are re-rendered when quizzes are changed (#668) --- .github/workflows/render-all.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/render-all.yml b/.github/workflows/render-all.yml index 083817ac..b9b19728 100644 --- a/.github/workflows/render-all.yml +++ b/.github/workflows/render-all.yml @@ -10,6 +10,7 @@ on: paths: - '**.Rmd' - assets/* + - quizzes/* jobs: From b894e412dd003a518feadd3b306ca7bd300ccbc2 Mon Sep 17 00:00:00 2001 From: Chris Lo Date: Wed, 20 Sep 2023 11:01:40 -0700 Subject: [PATCH 4/5] Update sync.yml (#672) added fhdsl/Intro_to_Command_Line for sync Co-authored-by: Candace Savonen --- .github/sync.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/sync.yml b/.github/sync.yml index c5815fb9..637580ae 100755 --- a/.github/sync.yml +++ b/.github/sync.yml @@ -57,6 +57,7 @@ group: PracticalGenomics/cogaps-on-sciserver fhdsl/AI_for_software griffithlab/Immuno_Workflow_Course + fhdsl/Intro_to_Command_Line ###ADD NEW REPO HERE following the format above# From 7484b65f43347d530cfa22fb6f281f62714a2b3a Mon Sep 17 00:00:00 2001 From: Chris Lo Date: Tue, 24 Oct 2023 05:14:18 -0700 Subject: [PATCH 5/5] Update sync.yml (#684) added fhdsl/S1_Intro_to_R --- .github/sync.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/sync.yml b/.github/sync.yml index 637580ae..2748ab25 100755 --- a/.github/sync.yml +++ b/.github/sync.yml @@ -58,6 +58,7 @@ group: fhdsl/AI_for_software griffithlab/Immuno_Workflow_Course fhdsl/Intro_to_Command_Line + fhdsl/S1_Intro_to_R ###ADD NEW REPO HERE following the format above#