Skip to content

Commit

Permalink
Add Waiting to WorkflowJobStatus (#2732)
Browse files Browse the repository at this point in the history
Co-authored-by: Keegan Campbell <me@kfcampbell.com>
  • Loading branch information
vuryleo and kfcampbell committed Jun 30, 2023
1 parent d56404a commit cada8d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Octokit/Models/Response/WorkflowJobStatus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ public enum WorkflowJobStatus
InProgress,
[Parameter(Value = "completed")]
Completed,
[Parameter(Value = "waiting")]
Waiting,
}
}

0 comments on commit cada8d1

Please sign in to comment.