From 5bede927504d4c53cc014e6a8afe639386e58a74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Pavl=C3=ADn?= Date: Wed, 9 Aug 2023 14:14:45 +0200 Subject: [PATCH] chore: add release-notes label --- .github/labels.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/labels.yml b/.github/labels.yml index 5eb0af6..0bac0f6 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -44,6 +44,9 @@ - name: test description: Issue related to the test suite with no expected consequence to production code color: 277196 +- name: release-notes + description: Issue/PR needs to be evaluated for inclusion in release notes highlights or upgrade instructions + color: fb3c99 # Tracks - name: track:rln