Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions infrastructure/repository/labels-workflow.tf
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ variable "workflow_labels" {
color = "ac72f0", # color:terraform (link on black)
description = "Introduces a new function."
},
"new-list-resource" = {
color = "8040c9", # color:terraform (link on white)
description = "Introduces list resource support."
},
"new-resource" = {
color = "8040c9", # color:terraform (link on white)
description = "Introduces a new resource."
Expand Down
Loading