From 1b1c601280d058fa1b136de8cc38c7e2b603e464 Mon Sep 17 00:00:00 2001 From: Arran Schlosberg <519948+ARR4N@users.noreply.github.com> Date: Tue, 11 Feb 2025 10:58:18 +0000 Subject: [PATCH] chore: add label "Priority: With next Geth sync" Signed-off-by: Arran Schlosberg <519948+ARR4N@users.noreply.github.com> --- .github/labels.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/labels.yml b/.github/labels.yml index 81c3480fa10..7a971722410 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -46,6 +46,8 @@ color: "03adfc" - name: "Priority: 📌 Before next release" color: "03adfc" +- name: "Priority: ⛓️ With next Geth sync" + color: "03adfc" description: "Has to be done before the next release" - name: "Status: 🔒 After next release" color: "03adfc"