From 10f43d7a706a4ce9dcab319c11f4ce86f2de308a Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Sat, 3 Aug 2024 19:20:35 +0000 Subject: [PATCH] chore(github): add before next release github label --- .github/labels.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/labels.yml b/.github/labels.yml index 7d1dc6c8c..bde15ea57 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -3,6 +3,9 @@ - name: "Status: 🔴 Blocked" color: "f7d692" description: "Blocked by another issue or pull request" +- name: "Status: 📌 Before next release" + color: "f7d692" + description: "Has to be done before the next release" - name: "Status: 🔒 After next release" color: "f7d692" description: "Will be done after the next release"