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:
Justin Holguín
2023-09-06 18:04:10 +00:00
committed by GitHub
parent ada103783f
commit e81e6e582f
5 changed files with 6 additions and 6 deletions

View File

@@ -31,7 +31,7 @@ const defaultConfig: ConfigurationOptions = {
'pkg:pip/pycrypto@2.6.1'
],
comment_summary_in_pr: true,
retry_on_snapshot_warnings: true,
retry_on_snapshot_warnings: false,
retry_on_snapshot_warnings_timeout: 120
}