Skip to content

Commit

Permalink
make AnVIL_Template group in sync.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KatherineCox committed Apr 7, 2022
1 parent 6df9199 commit 4490781
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,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

4 comments on commit 4490781

@KatherineCox
Copy link
Contributor Author

@KatherineCox KatherineCox commented on 4490781 Apr 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cansavvy shoot, sorry, I forgot to branch locally, and didn't catch my mistake before I pushed. Meant to make this a PR :( Let me know if there's anything I need to do to fix it.

Edit: Blargh. My indentation isn't even correct.

@KatherineCox
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

...also, is there a setting that would prevent me from doing that on accident? Downgrade my privileges? I don't want to mess up OTTR_Template

@KatherineCox
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, called in the big guns (got my husband to help me, haha) and reverted it, since it was broken anyways. I'll try doing a proper PR later. Sorry for the trouble!

@cansavvy
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lol no worries!! And yes, I can change some settings.

Please sign in to comment.