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

@ -8,6 +8,7 @@ Version NEXT:
- Add 'rejoin' command to rejoin (leave/join) all rooms
* Added:
- Add PartialEq on hook types.
- Add `updated_at` parameter to `MergeRequest` and `Issue` hook types.
Version 0.2.0:
2023-08-23 Maxime “pep” Buquet <pep@bouah.net>