cusku::hooks::forgejo: Add url to be displayed

Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
pep 2025-04-19 14:30:10 +02:00
commit 12330e736d
No known key found for this signature in database
GPG key ID: DEDA74AEECA9D0F2

View file

@ -39,7 +39,7 @@ impl From<FjIssue> for Issue {
repository: Repository {
name: other.repository.name,
},
url: None,
url: Some(other.issue.html_url),
}
}
}