Skip to content

Commit

Permalink
make an AnVIL_Template group in sync.yml (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
KatherineCox authored Apr 11, 2022
1 parent aeaf216 commit fc6aded
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion .github/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -82,3 +81,31 @@ group:
dest: scripts/switch_sync_repo.R
repos: |
jhudsl/OTTR_Quizzes
- files:
- source: .github/workflows/
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
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

0 comments on commit fc6aded

Please sign in to comment.