-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.imgbotconfig
More file actions
17 lines (17 loc) · 916 Bytes
/
.imgbotconfig
File metadata and controls
17 lines (17 loc) · 916 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"schedule": "daily", // daily|weekly|monthly
"ignoredFiles": [
"*.svg", // ignore by extension
"image1.png", // ignore by filename
"public/special_images/*", // ignore by folderpath
"assets/images/*", // ignore by folderpath
// "assets/img/*", // // ignore by folderpath
"assets/favicon/*", // ignore by folderpath
],
"aggressiveCompression": "true", // true|false
"compressWiki": "true", // true|false
"minKBReduced": 500, // delay new prs until size reduction meets this threshold (default to 10)
"prTitle" : "ImgBot image optimization",
"prBody" : " Text before optimization ratio {optimization_ratio} Text after optimization ratio
Text before optimization details {optimization_details} Text after optimization details",
}