From 656a840607150246d72a760c08a010970877211e Mon Sep 17 00:00:00 2001 From: Timmy Date: Sat, 4 Apr 2026 12:08:45 +0100 Subject: [PATCH] Fixing missing configs --- .huskies/project.toml | 8 ++++++++ 1 file changed, 8 insertions(+) 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"