17 lines
404 B
JSON
17 lines
404 B
JSON
|
|
{
|
||
|
|
"auto_commit": true,
|
||
|
|
"commit_pattern": "更新: {date} {time}",
|
||
|
|
"commit_threshold": 3,
|
||
|
|
"auto_tag": true,
|
||
|
|
"tag_pattern": "v{version}",
|
||
|
|
"tag_milestones": [5, 10, 20, 50, 100],
|
||
|
|
"sync_enabled": true,
|
||
|
|
"sync_schedule": "*/30 * * * *",
|
||
|
|
"backup_enabled": true,
|
||
|
|
"backup_retention": 7,
|
||
|
|
"notifications": {
|
||
|
|
"on_success": true,
|
||
|
|
"on_failure": true
|
||
|
|
}
|
||
|
|
}
|