chore: enable scout-bot by default
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 6s

This commit is contained in:
OG T
2026-06-07 21:34:44 +08:00
parent 794345d331
commit 645898c4b2

View File

@@ -95,7 +95,7 @@ services:
# Keep compatibility with existing naming
- SCOUT_ISSUE_LABEL=${SCOUT_ISSUE_LABEL:-}
- SCOUT_CRON_EXPRESSION=${SCOUT_CRON_EXPRESSION:-*/1 * * * *}
- SCOUT_ENABLED=${SCOUT_ENABLED:-false}
- SCOUT_ENABLED=${SCOUT_ENABLED:-true}
- SCOUT_PER_PAGE=${SCOUT_PER_PAGE:-80}
- SCOUT_MAX_ISSUES_PER_SCAN=${SCOUT_MAX_ISSUES_PER_SCAN:-90}
# GitHub token should be provided in deployment env for real posting.