Skip to content

Commit

Permalink
Lowercase QualityScale (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored Oct 16, 2022
1 parent d4b2895 commit 858282f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions services/bots/src/github-webhook/utils/integration.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import fetch from 'node-fetch';

export enum QualityScale {
NO_SCORE = 'No score',
SILVER = 'Silver',
GOLD = 'Gold',
PLATINUM = 'Platinum',
INTERNAL = 'Internal',
NO_SCORE = 'no score',
SILVER = 'silver',
GOLD = 'gold',
PLATINUM = 'platinum',
INTERNAL = 'internal',
}

interface IntegrationManifest {
Expand Down

0 comments on commit 858282f

Please sign in to comment.