fix: Enable automatic daily runs in scheduling configuration

This commit is contained in:
2025-11-13 21:37:54 +01:00
parent 84484817ad
commit 7331e6d490
2 changed files with 32 additions and 39 deletions

View File

@@ -104,7 +104,7 @@
// === NOTIFICATIONS ===
// See docs/notifications.md for details
"webhook": {
"enabled": false,
"enabled": true,
"url": ""
},
"conclusionWebhook": {
@@ -142,7 +142,7 @@
// The bot will run once per day at the time you specify
// Time is based on YOUR computer/server timezone (automatically detected)
"scheduling": {
"enabled": false, // Set to true to enable automatic daily runs
"enabled": true, // Set to true to enable automatic daily runs
"time": "09:00" // Time in 24h format (HH:MM) - e.g., "09:00" = 9 AM, "21:30" = 9:30 PM
},
// === UPDATES ===