Handle closing issues

Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
pep 2025-05-03 22:15:39 +02:00
commit ca6990114b
No known key found for this signature in database
GPG key ID: DEDA74AEECA9D0F2
2 changed files with 2 additions and 0 deletions

View file

@ -204,6 +204,7 @@ pub enum IssueAction {
Created,
Opened,
Edited,
Closed,
}
#[derive(Deserialize, Debug, PartialEq)]