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"