Default retry-on-snapshot-warnings to false
Keeping this true by default means wasting actions minutes for the vast majority of DR users
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ export const ConfigurationOptionsSchema = z
|
||||
config_file: z.string().optional(),
|
||||
base_ref: z.string().optional(),
|
||||
head_ref: z.string().optional(),
|
||||
retry_on_snapshot_warnings: z.boolean().default(true),
|
||||
retry_on_snapshot_warnings: z.boolean().default(false),
|
||||
retry_on_snapshot_warnings_timeout: z.number().default(120),
|
||||
comment_summary_in_pr: z
|
||||
.union([
|
||||
|
||||
Reference in New Issue
Block a user