From 690d69650257ce4f61eed22ae2e8987b9a6bcf5b Mon Sep 17 00:00:00 2001 From: Jared Baker Date: Tue, 5 Nov 2024 11:43:31 -0500 Subject: [PATCH] infrastructure/repository: add `terraform-plugin-migration` label (#40014) This label will be used to track efforts related to migrating to Terraform Plugin Framework. --- 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 715a8a16e6b..1e010b10a64 100644 --- a/infrastructure/repository/labels-workflow.tf +++ b/infrastructure/repository/labels-workflow.tf @@ -197,6 +197,10 @@ variable "workflow_labels" { color = "d1ebff", # color:terraform accent description = "Addresses areas of the codebase that need refactoring or redesign." }, + "terraform-plugin-migration" = { + color = "844fba", # color:terraform (main) + description = "Issues that are related to the providers migration to Terraform Plugin Framework." + }, "tests" = { color = "60dea9", # color:nomad description = "PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure."