From 53945b22b7d159f24721b637db0396ed8eb3b641 Mon Sep 17 00:00:00 2001 From: Jared Baker Date: Tue, 21 Oct 2025 10:35:25 -0400 Subject: [PATCH] infrastructure/repository: add `new-list-resource` label This label will be used to track the implementation of list support for existing resources. --- infrastructure/repository/labels-workflow.tf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/infrastructure/repository/labels-workflow.tf b/infrastructure/repository/labels-workflow.tf index 8620a49b8e07..f9003b7f448b 100644 --- a/infrastructure/repository/labels-workflow.tf +++ b/infrastructure/repository/labels-workflow.tf @@ -125,6 +125,10 @@ variable "workflow_labels" { color = "ac72f0", # color:terraform (link on black) description = "Introduces a new function." }, + "new-list-resource" = { + color = "8040c9", # color:terraform (link on white) + description = "Introduces list resource support." + }, "new-resource" = { color = "8040c9", # color:terraform (link on white) description = "Introduces a new resource."