From a51a1b2a20205482801b5c54d0c7b9ff97fc446f Mon Sep 17 00:00:00 2001 From: Niklas van Schrick Date: Wed, 17 Apr 2024 10:05:24 +0200 Subject: [PATCH] Add tooling as global label --- modules/github/global_labels/main.tf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/github/global_labels/main.tf b/modules/github/global_labels/main.tf index 0fbe28d..dbff591 100644 --- a/modules/github/global_labels/main.tf +++ b/modules/github/global_labels/main.tf @@ -45,6 +45,10 @@ locals { description = "Further information is requested" color = "d876e3" } + tooling = { + description = "Related to project internal processes or tooling" + color = "7f8c8d" + } wontfix = { description = "This will not be worked on" color = "ffffff"