From 2cca3903c7dd12439b9bdc14c117432759dd03ea Mon Sep 17 00:00:00 2001 From: jessiebroke <18238304+jessiebroke@users.noreply.github.com> Date: Sun, 31 Mar 2024 20:18:08 -0400 Subject: [PATCH] fix new repo paths and re-add removed labels --- .github/labels.yml | 11 +++++++++++ .github/workflows/sync-labels.yml | 11 ++++++++++- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/.github/labels.yml b/.github/labels.yml index 1a88caf..260f724 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -45,6 +45,17 @@ description: Pull requests that update a dependency file or issues that track it color: 0366d6 +- name: simulation + color: B60205 + description: '' +- name: triage + color: 0e8a16 + description: '' +- name: engineering + color: 7D35FD + description: '' + name: Infra + # Everything below this comment is specific to Codex (modify description ) ## Internal Codex Sub-team Labels diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index 7e4b9a4..4ccd8b9 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 + codex-storage/apatheia + codex-storage/nim-chroprof + codex-storage/codex-testnet-starter + codex-storage/docs.codex.storage + codex-storage/guide.codex.storage + codex-storage/nim-circom-compat + codex-storage/circom-compat-ffi + codex-storage/circom-compat + codex-storage/nim-serde token: ${{ secrets.SYNC_LABELS2 }} - prune: true \ No newline at end of file + prune: false \ No newline at end of file