forgejo-hooks: add test for Issue without assignees
Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
parent
f6b031eb1f
commit
f50a6dab52
4 changed files with 193 additions and 4 deletions
|
|
@ -234,8 +234,8 @@ pub struct IssueAttrs {
|
|||
pub assets: Vec<String>,
|
||||
pub labels: Option<Vec<String>>,
|
||||
pub milestone: Option<String>,
|
||||
pub assignee: User,
|
||||
pub assignees: Vec<User>,
|
||||
pub assignee: Option<User>,
|
||||
pub assignees: Option<Vec<User>>,
|
||||
pub state: IssueState,
|
||||
pub is_locked: bool,
|
||||
pub comments: u32,
|
||||
|
|
|
|||
Loading…
Reference in a new issue