Skip to content

Commit

Permalink
Add Pending variant to octocrab::models::workflows::Status (#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
ztj committed Mar 19, 2024
1 parent 8d9d065 commit 74f4db5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/workflows.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ pub enum Conclusion {
#[serde(rename_all = "snake_case")]
#[non_exhaustive]
pub enum Status {
Pending,
Queued,
InProgress,
Completed,
Expand Down

0 comments on commit 74f4db5

Please sign in to comment.