From e2b14d772d0cf100e58b23e9d78c23e6faf2c688 Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Wed, 1 Nov 2023 17:31:31 -0700 Subject: [PATCH] Add more labels --- labels.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/labels.yml b/labels.yml index 9f2ec63..642e70c 100644 --- a/labels.yml +++ b/labels.yml @@ -4,6 +4,9 @@ - color: A90EA3 description: Pull requests/issues that are candidates to be backlog items name: backlog candidate +- color: A6266C + description: Issues that are blocked by external factors + name: blocked - color: fc2929 description: An issue reporting a potential bug name: bug @@ -25,6 +28,9 @@ - color: 84b6eb description: Pull requests for new features/feature enhancements name: enhancement +- color: ECD665 + description: Issues that need to be broken into smaller issues + name: epic - color: "000000" description: Pull requests that update Github_actions code name: github_actions @@ -58,12 +64,18 @@ - color: cc317c description: An issue asking a question name: question +- color: 754DC1 + description: Issues that are ready to be prioritized + name: refined - color: FEF2C0 description: Pull requests that don't need to be added to the changelog name: skip changelog - color: 8E7888 description: Pull requests/issues with no activity name: stale +- color: D16749 + description: Issues that belong to an epic + name: story - color: A4EF7D description: Pull requests that update tests name: tests