From c8217c3fe9a2ac682661e7d01c9c81d90505f1a6 Mon Sep 17 00:00:00 2001 From: Nicola Rennie <42338476+nrennie@users.noreply.github.com> Date: Wed, 26 Aug 2026 15:08:17 +0100 Subject: [PATCH] Update sync_lib.yml Also copy CODEOWNERS file to charts-lib repo --- .github/workflows/sync_lib.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sync_lib.yml b/.github/workflows/sync_lib.yml index 7f7d607..b43ffc7 100644 --- a/.github/workflows/sync_lib.yml +++ b/.github/workflows/sync_lib.yml @@ -60,6 +60,8 @@ jobs: run: | # Copy rsync -av --exclude='.git' --exclude='.github' source-repo/lib/ charts-lib/ + mkdir -p charts-lib/.github + rsync -av source-repo/.github/CODEOWNERS charts-lib/.github/CODEOWNERS rsync -av --exclude='.git' --exclude='.github' source-repo/lib/ otherCharts/lib/ rsync -av --exclude='.git' --exclude='.github' source-repo/lib/ Maps/lib/