From ad8a3f03f7e97aa9b4a8c7670b2bc218bb19e76a Mon Sep 17 00:00:00 2001 From: jessiebroke <18238304+jessiebroke@users.noreply.github.com> Date: Tue, 28 Nov 2023 00:18:32 -0500 Subject: [PATCH] remove hyphen preventing E:1.8 from propagating --- .github/labels.yml | 72 +++++++++++++++++++++++----------------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/.github/labels.yml b/.github/labels.yml index 0a1143c..9ac7dda 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -50,6 +50,41 @@ # Everything below this comment requires updating for Codex +## Epics belonging to [Milestone] Codex Testnet Phase 0 (Codex - PoC 3 Longsword) +- name: "E:1.1 Improve Client Stability" + description: See https://github.com/waku-org/pm/issues/62 for details + color: 20A609 +- name: "E:1.2: Block Discovery and Retrieval" + description: See https://github.com/waku-org/pm/issues/65 for details + color: 5319e7 +- name: "E:1.3: Wiring the Proving System" + description: See https://github.com/waku-org/pm/issues/66 for details + color: 8A5EE0 +- name: "E:1.4: Multi-threading" + description: See https://github.com/waku-org/pm/issues/67 for details + color: 244B5B +- name: "E:1.5: Refine Proving System" + description: See https://github.com/waku-org/pm/issues/68 for details + color: 195A49 +- name: "E:1.6: Implement Poseidon2" + description: See https://github.com/waku-org/pm/issues/49 for details + color: e99695 +- name: "E:1.7: Merkelizing Block Data" + description: See https://github.com/waku-org/pm/issues/63 for details + color: 92A880 +- name: "E:1.8: Request Proving Scheme Marketplace Integration" + description: See https://github.com/waku-org/pm/issues/64 for details + color: 37BEA9 +- name: "E:1.9: Update Marketplace to New Design" + description: See https://github.com/waku-org/pm/issues/69 for details + color: B342EA +- name: "E:1.10: End-to-end Testing" + description: See https://github.com/waku-org/pm/issues/70 for details + color: DF42D5 +- name: "E:1.11: Marketplace Walkthrough and Cleanup" + description: See https://github.com/waku-org/pm/issues/87 for details + color: e99695 + ## Orphaned Epics - name: "E:Fuzzing" description: See https://github.com/waku-org/pm/issues/35 for details @@ -81,39 +116,4 @@ - name: "E:Bare Metal Testing" description: see https://github.com/waku-org/pm/issues/98 for details color: F2CE72 - -## [Milestone] Codex Testnet Phase 0 (Codex - PoC 3 Longsword) - -- name: "E:1.1 Improve Client Stability" - description: See https://github.com/waku-org/pm/issues/62 for details - color: 20A609 -- name: "E:1.2: Block Discovery and Retrieval" - description: See https://github.com/waku-org/pm/issues/65 for details - color: 5319e7 -- name: "E:1.3: Wiring the Proving System" - description: See https://github.com/waku-org/pm/issues/66 for details - color: 8A5EE0 -- name: "E:1.4: Multi-threading" - description: See https://github.com/waku-org/pm/issues/67 for details - color: 244B5B -- name: "E:1.5: Refine Proving System" - description: See https://github.com/waku-org/pm/issues/68 for details - color: 195A49 -- name: "E:1.6: Implement Poseidon2" - description: See https://github.com/waku-org/pm/issues/49 for details - color: e99695 -- name: "E:1.7: Merkelizing Block Data" - description: See https://github.com/waku-org/pm/issues/63 for details - color: 92A880 -- name: "E:1.8: Request Proving Scheme - Marketplace Integration" - description: See https://github.com/waku-org/pm/issues/64 for details - color: 37BEA9 -- name: "E:1.9: Update Marketplace to New Design" - description: See https://github.com/waku-org/pm/issues/69 for details - color: B342EA -- name: "E:1.10: End-to-end Testing" - description: See https://github.com/waku-org/pm/issues/70 for details - color: DF42D5 -- name: "E:1.11: Marketplace Walkthrough and Cleanup" - description: See https://github.com/waku-org/pm/issues/87 for details - color: e99695 \ No newline at end of file + \ No newline at end of file