Skip to content

Commit

Permalink
feat: Add 'Pending' member to WorkflowJobStatus enum
Browse files Browse the repository at this point in the history
  • Loading branch information
redoz committed Feb 15, 2024
1 parent c2178a4 commit e4af6f9
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 @@ -12,5 +12,7 @@ public enum WorkflowJobStatus
Completed,
[Parameter(Value = "waiting")]
Waiting,
[Parameter(Value = "pending")]
Pending,
}
}

0 comments on commit e4af6f9

Please sign in to comment.