From 1386c1ee0023f2cadf5469188f0c5fee7e538c52 Mon Sep 17 00:00:00 2001 From: Felix Leupold Date: Fri, 6 Dec 2024 14:07:39 +0100 Subject: [PATCH] add hotfix label --- .github/labels.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/labels.yml b/.github/labels.yml index fee90a7..38736f8 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -41,6 +41,9 @@ - name: epic description: Tracks a yearly team epic (only for cowprotocol/pm repo) color: 07544B +- name: hotfix + description: Labels PRs that should be applied into production right away + color: A30000 - name: test description: Issue related to the test suite with no expected consequence to production code color: 277196