fix
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
locals {
|
||||
create-labels = merge(local.common-labels, {
|
||||
create-labels = merge(local.common_labels, {
|
||||
"type" = "repo-new"
|
||||
})
|
||||
activate-labels = merge(local.common-labels, {
|
||||
activate-labels = merge(local.common_labels, {
|
||||
"type" = "package-new"
|
||||
})
|
||||
delete-labels = merge(local.common-labels, {
|
||||
delete-labels = merge(local.common_labels, {
|
||||
"type" = "repo-delete"
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user