From e64a2aba54e6b133697ab5099e12a47b270ed47d Mon Sep 17 00:00:00 2001 From: KatherineCox Date: Wed, 20 Sep 2023 13:58:16 -0400 Subject: [PATCH] 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