From 6cdad5fc69220b810bcac6dfd70b7e3046678bde Mon Sep 17 00:00:00 2001 From: Stephen Hoekstra Date: Wed, 4 Dec 2024 00:01:43 +0100 Subject: [PATCH] bug: Fix `label` colour Signed-off-by: Stephen Hoekstra --- sync-root/.github/labels.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync-root/.github/labels.yaml b/sync-root/.github/labels.yaml index e961fe2..95cc6d5 100644 --- a/sync-root/.github/labels.yaml +++ b/sync-root/.github/labels.yaml @@ -18,7 +18,7 @@ color: "d93f0b" description: Something isn't working - name: misc - color: "#6B93D3" + color: "6b93d3" description: Miscellaneous task not covered by something else - name: no-changelog color: "cccccc"