From db141c96e2d033cb35e5810fb3f93e10ef09edb3 Mon Sep 17 00:00:00 2001 From: RebeccaStevens Date: Mon, 5 Aug 2024 07:11:57 +0000 Subject: [PATCH] chore: add graphite labels (#864) --- .github/labels.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/labels.yml b/.github/labels.yml index d64c8c613..b867a4bcd 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -114,3 +114,11 @@ - name: "Status: Beta Released" color: fef2c0 description: "It's now live." + +# Graphite +- name: "Status: Merge Queue" + color: 0052cc + description: "Merge the stack with the merge queue" +- name: "Status: Hotfix" + color: ee0701 + description: "Merge as a hotfix"