Skip to content

Commit

Permalink
new and updated labels (#32569)
Browse files Browse the repository at this point in the history
  • Loading branch information
breathingdust authored Jul 18, 2023
1 parent 8abf7f0 commit 3247aaa
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions infrastructure/repository/labels-workflow.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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."
Expand All @@ -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."
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 3247aaa

Please sign in to comment.