Skip to content

Commit 06f5c45

Browse files
authored
feat: add target scoped tag sets (#397)
1 parent e5d762b commit 06f5c45

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/tagsets/tag_set.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const (
99
TagSetScopeEnvironment TagSetScope = "Environment"
1010
TagSetScopeProject TagSetScope = "Project"
1111
TagSetScopeRunbook TagSetScope = "Runbook"
12+
TagSetScopeTarget TagSetScope = "Target"
1213
)
1314

1415
type TagSetType string

0 commit comments

Comments
 (0)