diff --git a/infrastructure/repository/labels-workflow.tf b/infrastructure/repository/labels-workflow.tf index 0cc99f62573..733792bba75 100644 --- a/infrastructure/repository/labels-workflow.tf +++ b/infrastructure/repository/labels-workflow.tf @@ -3,7 +3,7 @@ variable "workflow_labels" { default = { - # Stop the search. Keep these alphabetibelized. + # Stop the search. Keep these alphabetized. "authentication" = { color = "844fba", # color:terraform (main) @@ -41,6 +41,10 @@ variable "workflow_labels" { color = "844fba", # color:terraform (main) description = "Requests to existing resources that expand the functionality or scope." }, + "engineering-initiative" = { + color = "844fba", # color:terraform (main) + description = "Maintainer driven proposals to improve operation, or development experience of the provider." + }, "eventual-consistency" = { color = "844fba", # color:terraform (main) description = "Pertains to eventual consistency issues." @@ -49,6 +53,10 @@ variable "workflow_labels" { color = "63d0ff", # color:packer description = "Introduces or discusses updates to examples." }, + "external-maintainer" = { + color = "63d0ff", # color:packer + description = "Contribution from a trusted external contributor." + }, "flex" = { color = "844fba", # color:terraform (main) description = "Pertains to FLatteners and EXpanders." @@ -117,9 +125,9 @@ variable "workflow_labels" { color = "828a90", # color:stale grey description = "Repository modifications; GitHub Actions, developer docs, issue templates, codeowners, changelog." }, - "roadmap" = { + "prioritized" = { color = "d1ebff", # color:terraform accent - description = "Issue mentioned on the public roadmap. To be resolved in the current quarter.", + description = "Part of the maintainer teams immediate focus. Issues with this label are due to be addressed within the quarter.", }, "service/meta" = { color = "7b42bc", # color:terraform (logomark)