From 59f4f98c2a15cdbc6383e5286ce9780fcda6433e Mon Sep 17 00:00:00 2001 From: Katherine Cox Date: Fri, 4 Aug 2023 16:04:23 -0400 Subject: [PATCH] add C-MOOR_Template to sync.yml --- .github/sync.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.github/sync.yml b/.github/sync.yml index e4901723..31dc9ef1 100755 --- a/.github/sync.yml +++ b/.github/sync.yml @@ -111,3 +111,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