Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make an AnVIL_Template group in sync.yml #527

Merged
merged 2 commits into from
Apr 11, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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