From 94383c77adac330462892d4c09715f3c197446a3 Mon Sep 17 00:00:00 2001 From: Arran Schlosberg <519948+ARR4N@users.noreply.github.com> Date: Tue, 11 Feb 2025 11:41:12 +0000 Subject: [PATCH] chore: add label "Priority: With next Geth sync" (#129) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Why this should be merged #110 introduces changes that we want to revert as part of the next Geth sync. This label will be applied to issues that track similar tasks. ## How this works Magic 🧙 ## How this was tested Inspecting [CI dry run, which creates the new label](https://github.com/ava-labs/libevm/actions/runs/13261362433/job/37018526246?pr=129#step:3:99). 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 81c3480fa1..7a97172241 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"