Skip to content

Commit

Permalink
infrastructure/repository: add terraform-plugin-migration label (ha…
Browse files Browse the repository at this point in the history
…shicorp#40014)

This label will be used to track efforts related to migrating to Terraform Plugin Framework.
  • Loading branch information
jar-b authored Nov 5, 2024
1 parent 25fac97 commit 690d696
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions infrastructure/repository/labels-workflow.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 690d696

Please sign in to comment.