Skip to content

Commit

Permalink
Add tooling as global label
Browse files Browse the repository at this point in the history
  • Loading branch information
Taucher2003 authored Apr 17, 2024
1 parent 54f16c7 commit a51a1b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/github/global_labels/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ locals {
description = "Further information is requested"
color = "d876e3"
}
tooling = {
description = "Related to project internal processes or tooling"
color = "7f8c8d"
}
wontfix = {
description = "This will not be worked on"
color = "ffffff"
Expand Down

0 comments on commit a51a1b2

Please sign in to comment.