Only send notification update after a month of inactivity

A lower cadence was requested in https://github.com/Noratrieb/does-it-build/pull/10#issuecomment-3514228933
This commit is contained in:
nora 2025-11-11 18:46:29 +01:00
parent b244cf05b4
commit 491eb1604f
6 changed files with 115 additions and 54 deletions

View file

@ -8,6 +8,7 @@ askama = "0.14.0"
axum = { version = "0.8.6", features = ["macros"] }
color-eyre = "0.6.3"
futures = "0.3.30"
jiff = "0.2.16"
jsonwebtoken = { version = "9.3.1", features = [] }
octocrab = "0.47.1"
reqwest = { version = "0.12.7", features = [