From eb55623560bd1653405489cc236e2d9f93270ad6 Mon Sep 17 00:00:00 2001 From: jessiebroke <18238304+jessiebroke@users.noreply.github.com> Date: Tue, 26 Mar 2024 10:59:50 -0400 Subject: [PATCH 1/2] Update sync-labels.yml Set prune: true to prune: false --- .github/workflows/sync-labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index 7e4b9a4..14af95c 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -57,4 +57,4 @@ jobs: codex-storage/infra-docs codex-storage/codex-incentives token: ${{ secrets.SYNC_LABELS2 }} - prune: true \ No newline at end of file + prune: false From fd22440c5ad0276b98fdf64e213f689a816cfb80 Mon Sep 17 00:00:00 2001 From: jessiebroke <18238304+jessiebroke@users.noreply.github.com> Date: Tue, 26 Mar 2024 22:53:43 -0400 Subject: [PATCH 2/2] Update sync-labels.yml Added the following repos: - apatheia - nim-chroprof - codex-testnet-starter - docs.codex.storage - guide.codex.storage - nim-circom-compat - circom-compat-ffi - circom-compat - nim-serde --- .github/workflows/sync-labels.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index 14af95c..f9721a8 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -56,5 +56,14 @@ jobs: codex-storage/infra-codex codex-storage/infra-docs codex-storage/codex-incentives + apatheia + nim-chroprof + codex-testnet-starter + docs.codex.storage + guide.codex.storage + nim-circom-compat + circom-compat-ffi + circom-compat + nim-serde token: ${{ secrets.SYNC_LABELS2 }} prune: false