Handle closing issues
Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
parent
8d1908c488
commit
ca6990114b
2 changed files with 2 additions and 0 deletions
|
|
@ -204,6 +204,7 @@ pub enum IssueAction {
|
|||
Created,
|
||||
Opened,
|
||||
Edited,
|
||||
Closed,
|
||||
}
|
||||
|
||||
#[derive(Deserialize, Debug, PartialEq)]
|
||||
|
|
|
|||
Loading…
Reference in a new issue