Skip to content

Commit

Permalink
one last update after prodops discussion
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathcp committed May 24, 2024
1 parent b16246a commit bcc35a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export interface TagsBase {
* Operational impact of the resources on runtime overall system
* @see https://toitutewhenua.atlassian.net/wiki/spaces/STEP/pages/524059414/OpsGenie+Incident+Priority+Matrix
*/
impact: 'high' | 'moderate' | 'low';
impact: 'significant' | 'moderate' | 'minor';

/**
* THe responder team listed in OpsGenie.
Expand Down

0 comments on commit bcc35a0

Please sign in to comment.