mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-30 10:17:39 +00:00
chore: add label "Priority: With next Geth sync" (#129)
## 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>
This commit is contained in:
parent
f6832f23bc
commit
94383c77ad
1 changed files with 2 additions and 0 deletions
2
.github/labels.yml
vendored
2
.github/labels.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue