From 739b342d4c156e1275fadabde12fdfd355e02a31 Mon Sep 17 00:00:00 2001 From: Candace Savonen Date: Wed, 8 Dec 2021 08:41:47 -0500 Subject: [PATCH] Add style sets to sync.yml s (#348) --- .github/sync.yml | 2 ++ .github/test-sync.yml | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/sync.yml b/.github/sync.yml index 082b9c2e..e0217c36 100755 --- a/.github/sync.yml +++ b/.github/sync.yml @@ -47,6 +47,8 @@ group: dest: scripts/git_repo_check.R - source: code_of_conduct.md dest: code_of_conduct.md + - source: style-sets + dest: style-sets ###### TO ADD NEW REPOSITORY USE THIS FORMAT; Feel free to add/drop files that # you specifically would like synced (or not). diff --git a/.github/test-sync.yml b/.github/test-sync.yml index 9373e6f2..c8af1664 100755 --- a/.github/test-sync.yml +++ b/.github/test-sync.yml @@ -34,7 +34,9 @@ group: dest: scripts/git_repo_check.R - source: code_of_conduct.md dest: code_of_conduct.md - + - source: style-sets + dest: style-sets + ###### TO ADD NEW REPOSITORY USE THIS FORMAT; Feel free to add/drop files that # you specifically would like synced (or not). #