forgejo-hooks: Add state: "closed" in issues

Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
pep 2025-05-03 23:50:43 +02:00
commit 834268f07f
No known key found for this signature in database
GPG key ID: DEDA74AEECA9D0F2

View file

@ -224,6 +224,7 @@ pub struct Changes {
#[serde(rename_all = "snake_case")]
pub enum IssueState {
Open,
Closed,
}
#[derive(Deserialize, Debug, PartialEq)]