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,
|
pub is_locked: bool,
|
||||||
|
|
||||||
// TODO: add validation for format "date-time"
|
// TODO: add validation for format "date-time"
|
||||||
/// Creating time
|
/// Creation time
|
||||||
pub created: String,
|
pub created: String,
|
||||||
|
|
||||||
// TODO: add validation for format "date-time"
|
// TODO: add validation for format "date-time"
|
||||||
|
@ -66,7 +66,7 @@ pub struct Issue {
|
||||||
/// List of labels.
|
/// List of labels.
|
||||||
pub labels: Option<Vec<String>>,
|
pub labels: Option<Vec<String>>,
|
||||||
|
|
||||||
/// Multiline content of the comment
|
/// List of reactions
|
||||||
pub reactions: Option<Vec<Reaction>>,
|
pub reactions: Option<Vec<Reaction>>,
|
||||||
|
|
||||||
/// List of assignees.
|
/// List of assignees.
|
||||||
|
|
Loading…
Reference in a new issue