From 34dcbeee14e14e55073afc8ec112180bcceb30ca Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Mon, 9 Dec 2019 11:56:06 +0100 Subject: [PATCH] Add effort labels --- .github/settings.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/.github/settings.yml b/.github/settings.yml index 41cd7e141..2069dcb52 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -45,6 +45,30 @@ labels: - name: wontfix color: ffffff description: This will not be worked on + - name: effort/trivial + color: c2e0c6 + description: Required effort to finish task + - name: effort/0.25d + color: c2e0c6 + description: Required effort to finish task + - name: effort/0.5d + color: c2e0c6 + description: Required effort to finish task + - name: effort/1d + color: c2e0c6 + description: Required effort to finish task + - name: effort/2d + color: c2e0c6 + description: Required effort to finish task + - name: effort/4d + color: c2e0c6 + description: Required effort to finish task + - name: effort/5d + color: c2e0c6 + description: Required effort to finish task + - name: effort/10d + color: c2e0c6 + description: Required effort to finish task teams: - name: ci