Skip to content

Commit 3c89114

Browse files
committed
Add blocked issue label
1 parent 87184df commit 3c89114

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

modules/constants/outputs.tf

+6
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ locals {
3131
output "issue_labels" {
3232
description = "The issue labels to use"
3333
value = {
34+
blocked = {
35+
name = "blocked"
36+
description = "Can't be worked on until something else is done"
37+
color = "d876e3"
38+
}
39+
3440
renovate = {
3541
name = "renovate"
3642
description = "Pull requests created by Renovate"

0 commit comments

Comments
 (0)