diff --git a/.huskies/project.toml b/.huskies/project.toml index 507a4f00..01511742 100644 --- a/.huskies/project.toml +++ b/.huskies/project.toml @@ -18,6 +18,14 @@ max_retries = 3 # (reads current HEAD branch). base_branch = "master" +# Suppress soft rate-limit warning notifications in chat. +# Hard blocks and story-blocked notifications are always sent. +rate_limit_notifications = false + +# IANA timezone for timer scheduling (e.g. "Europe/London", "America/New_York"). +# Timer HH:MM inputs are interpreted in this timezone. +timezone = "Europe/London" + [[component]] name = "frontend" path = "frontend"