From 407be77498cd73832fbb8d7a3214ff08003a688a Mon Sep 17 00:00:00 2001 From: Heinz-Alexander Fuetterer <35225576+afuetterer@users.noreply.github.com> Date: Sat, 9 Dec 2023 13:14:54 +0100 Subject: [PATCH] chore: change breaking changes label color to red (#179) --- .github/labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/labels.yml b/.github/labels.yml index 7f5b9b1..93968c6 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -38,7 +38,7 @@ # Type - name: 'type: breaking' description: Breaking Changes - color: bfd4f2 + color: e11d21 - name: 'type: bug' description: Something isn't working color: e11d21