Skip to content

Commit

Permalink
shorten description
Browse files Browse the repository at this point in the history
  • Loading branch information
breathingdust committed Jul 18, 2023
1 parent 3247aaa commit aea3076
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions infrastructure/repository/labels-workflow.tf
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ variable "workflow_labels" {
color = "60dea9", # color:nomad
description = "Pertains to testing Terraform releases prior to release."
},
"prioritized" = {
color = "d1ebff", # color:terraform accent
description = "Part of the maintainer teams immediate focus. To be addressed within the current quarter.",
},
"proposal" = {
color = "d1ebff", # color:terraform accent
description = "Proposes new design or functionality."
Expand All @@ -125,10 +129,6 @@ variable "workflow_labels" {
color = "828a90", # color:stale grey
description = "Repository modifications; GitHub Actions, developer docs, issue templates, codeowners, changelog."
},
"prioritized" = {
color = "d1ebff", # color:terraform accent
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)
description = "Issues and PRs that correspond to meta data sources."
Expand Down

0 comments on commit aea3076

Please sign in to comment.