-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Added tag validations and updated impact tag values
the responderTeam tag values are derived from the current opsgenie team values. in the future we may automatically generate these values. for now it is a point in time list of values.
- Loading branch information
Showing
2 changed files
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
export type ResponderTeam= 'LANDONLINE - Common Services' | | ||
'LANDONLINE - Datacom' | | ||
'LANDONLINE - Dealings' | | ||
'LANDONLINE - Enablement' | | ||
'LANDONLINE - L2 Technical Support' | | ||
'LANDONLINE - Legacy Landonline' | | ||
'LANDONLINE - Notice of Change' | | ||
'LANDONLINE - Search' | | ||
'LANDONLINE - Survey External' | | ||
'LANDONLINE - Survey Internal' | | ||
'LANDONLINE - Titles Internal' | | ||
'LINZ - Enterprise Platforms' | | ||
'LINZ-BASEMAPS' | | ||
'LINZ-BASEMAPS-dev' | | ||
'TESTING L2 Escalation' | | ||
'TESTING L2 Support' ; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters