forgejo-hooks: Add state: "closed" in issues
Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
parent
ca6990114b
commit
834268f07f
1 changed files with 1 additions and 0 deletions
|
|
@ -224,6 +224,7 @@ pub struct Changes {
|
||||||
#[serde(rename_all = "snake_case")]
|
#[serde(rename_all = "snake_case")]
|
||||||
pub enum IssueState {
|
pub enum IssueState {
|
||||||
Open,
|
Open,
|
||||||
|
Closed,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Deserialize, Debug, PartialEq)]
|
#[derive(Deserialize, Debug, PartialEq)]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue