Merge branch 'main' of gh into fix-request-error-handling

This commit is contained in:
Federico Builes
2023-01-09 08:16:26 +01:00
6 changed files with 20080 additions and 3959 deletions

View File

@@ -77,4 +77,4 @@ export type Change = z.infer<typeof ChangeSchema>
export type Changes = z.infer<typeof ChangesSchema>
export type ConfigurationOptions = z.infer<typeof ConfigurationOptionsSchema>
export type Severity = z.infer<typeof SeveritySchema>
export type Scope = typeof SCOPES[number]
export type Scope = (typeof SCOPES)[number]