From b71752a2635ce4659d43f18ddbbe3ec2282e19c3 Mon Sep 17 00:00:00 2001 From: Katherine Cox Date: Fri, 8 Apr 2022 12:44:18 -0400 Subject: [PATCH 1/2] make an AnVIL_Template group in sync.yml --- .github/sync.yml | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/.github/sync.yml b/.github/sync.yml index c2d9c1fdd..05d480186 100755 --- a/.github/sync.yml +++ b/.github/sync.yml @@ -39,7 +39,6 @@ group: jhudsl/AnVIL_Book_Getting_Started jhudsl/AnVIL_Book_Instructor_Guide jhudsl/AnVIL_Book_WDL - jhudsl/AnVIL_Template jhudsl/Adv_Reproducibility_in_Cancer_Informatics jhudsl/Reproducibility_in_Cancer_Informatics jhudsl/Dissemination_and_Engagement @@ -82,3 +81,29 @@ group: dest: scripts/switch_sync_repo.R repos: | jhudsl/OTTR_Quizzes + + - files: + - source: .github/workflows/ + dest: .github/workflows/ + exclude: | + starting-course.yml + - source: .github/ISSUE_TEMPLATE/course-problem-report.md + dest: .github/ISSUE_TEMPLATE/course-problem-report.md + - source: .github/ISSUE_TEMPLATE/course-content-add.md + dest: .github/ISSUE_TEMPLATE/course-content-add.md + - source: scripts/make_screenshots.R + dest: scripts/make_screenshots.R + - source: scripts/spell-check.R + dest: scripts/spell-check.R + - source: scripts/url-check.R + dest: scripts/url-check.R + - source: scripts/quiz-check.R + dest: scripts/quiz-check.R + - source: scripts/git_repo_check.R + dest: scripts/git_repo_check.R + - source: code_of_conduct.md + dest: code_of_conduct.md + - source: assets/box_images/ + dest: assets/box_images/ + repos: | + jhudsl/AnVIL_Template From 7f6042b9e64cc117c69f90f090c9801d2f517e9d Mon Sep 17 00:00:00 2001 From: Katherine Cox Date: Fri, 8 Apr 2022 13:19:47 -0400 Subject: [PATCH 2/2] subscribe AnVIL_Template to switch_sync_repo.R --- .github/sync.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/sync.yml b/.github/sync.yml index 05d480186..c551b99d2 100755 --- a/.github/sync.yml +++ b/.github/sync.yml @@ -87,6 +87,8 @@ group: dest: .github/workflows/ exclude: | starting-course.yml + - source: .github/switch_sync_repo.R + dest: .github/switch_sync_repo.R - source: .github/ISSUE_TEMPLATE/course-problem-report.md dest: .github/ISSUE_TEMPLATE/course-problem-report.md - source: .github/ISSUE_TEMPLATE/course-content-add.md