Skip to content

Commit

Permalink
Added due diligence label
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jun 30, 2020
1 parent 0268b4d commit 876afed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/examples/labels.py
Expand Up @@ -151,6 +151,11 @@
name = appier.legacy.u("reaper ☠️️"),
description = "Dropped issues due to aging or/and business value",
color = "000000"
),
dict(
name = appier.legacy.u("due-diligence 🕵️‍♀️"),
description = "Issue under initial technical investigation",
color = "f2de85"
)
]

Expand Down

0 comments on commit 876afed

Please sign in to comment.