hooks: Add updated_at parameter to MergeRequest and Issue hooks

Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
pep 2026-01-08 13:44:38 +01:00
commit 990829d72c
5 changed files with 10 additions and 0 deletions

View file

@ -25,6 +25,7 @@ hmac = "0.12"
sha2 = "0.10"
hex = "0.4"
camino = { version = "1.2", features = ["serde1"] }
chrono = { version = "0.4", default-features = false }
[patch.crates-io]
forgejo-hooks = { path = "forgejo-hooks" }