Skip to content

Commit 0d86f96

Browse files
authored
infrastructure/repository: add new-list-resource label (#44752)
This label will be used to track the implementation of list support for existing resources.
1 parent 6072ea0 commit 0d86f96

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

infrastructure/repository/labels-workflow.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,10 @@ variable "workflow_labels" {
125125
color = "ac72f0", # color:terraform (link on black)
126126
description = "Introduces a new function."
127127
},
128+
"new-list-resource" = {
129+
color = "8040c9", # color:terraform (link on white)
130+
description = "Introduces list resource support."
131+
},
128132
"new-resource" = {
129133
color = "8040c9", # color:terraform (link on white)
130134
description = "Introduces a new resource."

0 commit comments

Comments
 (0)