We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5d762b commit 06f5c45Copy full SHA for 06f5c45
1 file changed
pkg/tagsets/tag_set.go
@@ -9,6 +9,7 @@ const (
9
TagSetScopeEnvironment TagSetScope = "Environment"
10
TagSetScopeProject TagSetScope = "Project"
11
TagSetScopeRunbook TagSetScope = "Runbook"
12
+ TagSetScopeTarget TagSetScope = "Target"
13
)
14
15
type TagSetType string
0 commit comments