File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -220,7 +220,11 @@ services:
220220 # REMOVE_BAD_FILES: |
221221 # keep_archives: True
222222 # REMOVE_FAILED_DOWNLOADS: True
223- # REMOVE_FAILED_IMPORTS: True
223+ # REMOVE_FAILED_IMPORTS: |
224+ # message_patterns:
225+ # - Not a Custom Format upgrade for existing*
226+ # - Not an upgrade for existing*
227+ # - \*Found potentially dangerous file with extension*
224228 # REMOVE_METADATA_MISSING: |
225229 # max_strikes: 3
226230 # REMOVE_MISSING_FILES: True
Original file line number Diff line number Diff line change 2222 message_patterns :
2323 - Not a Custom Format upgrade for existing*
2424 - Not an upgrade for existing*
25+ - \*Found potentially dangerous file with extension*
2526 remove_metadata_missing :
2627 # max_strikes: 3
2728 remove_missing_files :
You can’t perform that action at this time.
0 commit comments