From e687383d9e9cb5fbfde2f661f204406954ed26cd Mon Sep 17 00:00:00 2001 From: Niklas van Schrick Date: Fri, 6 Mar 2026 22:44:20 +0100 Subject: [PATCH] Add "blocks-releases" to global labels --- 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 18f1b43..b6e684c 100644 --- a/modules/github/global_labels/main.tf +++ b/modules/github/global_labels/main.tf @@ -17,6 +17,10 @@ locals { description = "This is blocked by some other work" color = "9e2204" } + "blocks-releases" = { + description = "This issue must be closed before any release can be made" + color = "9e2204" + } dependencies = { description = "This updates dependency files" color = "009966"