fix: issue milestone attr description
This commit is contained in:
parent
b823f2cdec
commit
a8f9e5a52a
1 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ pub struct Issue {
|
|||
pub is_locked: bool,
|
||||
|
||||
// TODO: add validation for format "date-time"
|
||||
/// Creating time
|
||||
/// Creation time
|
||||
pub created: String,
|
||||
|
||||
// TODO: add validation for format "date-time"
|
||||
|
@ -66,7 +66,7 @@ pub struct Issue {
|
|||
/// List of labels.
|
||||
pub labels: Option<Vec<String>>,
|
||||
|
||||
/// Multiline content of the comment
|
||||
/// List of reactions
|
||||
pub reactions: Option<Vec<Reaction>>,
|
||||
|
||||
/// List of assignees.
|
||||
|
|
Loading…
Reference in a new issue