From 7914e892123f375bf4d0998efa668242748db96e Mon Sep 17 00:00:00 2001 From: Charalampos Fanoulis Date: Fri, 24 Jul 2020 00:26:53 +0300 Subject: [PATCH] fix: quote the numbers on the github label (#43) --- .github/labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/labels.yml b/.github/labels.yml index 926df3e7..ad8268a4 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -54,7 +54,7 @@ color: BCBCBC - name: 'Meta: GitHub' description: Issues and PRs related to GitHub. - color: 010101 + color: "000000" - name: 'Meta: BugFix' description: PRs that fix bugs or issues. color: BCBCBC