We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
new-action
1 parent 237f7bc commit 47fdfbbCopy full SHA for 47fdfbb
infrastructure/repository/labels-workflow.tf
@@ -109,6 +109,10 @@ variable "workflow_labels" {
109
color = "dc477d", # color:consul
110
description = "Waiting for first response or review from a maintainer."
111
},
112
+ "new-action" = {
113
+ color = "ac72f0", # color:terraform (link on black)
114
+ description = "Introduces a new action."
115
+ },
116
"new-data-source" = {
117
color = "ac72f0", # color:terraform (link on black)
118
description = "Introduces a new data source."
0 commit comments