Skip to content

Commit 47fdfbb

Browse files
committed
infrastructure/repository: add new-action label
1 parent 237f7bc commit 47fdfbb

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
@@ -109,6 +109,10 @@ variable "workflow_labels" {
109109
color = "dc477d", # color:consul
110110
description = "Waiting for first response or review from a maintainer."
111111
},
112+
"new-action" = {
113+
color = "ac72f0", # color:terraform (link on black)
114+
description = "Introduces a new action."
115+
},
112116
"new-data-source" = {
113117
color = "ac72f0", # color:terraform (link on black)
114118
description = "Introduces a new data source."

0 commit comments

Comments
 (0)