Skip to content

Commit

Permalink
[feat] Add missing workflow run conclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
ezhevita committed Mar 24, 2023
1 parent ddb66ed commit 7349ecd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Octokit/Models/Response/WorkflowRunConclusion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@ public enum WorkflowRunConclusion
ActionRequired,
[Parameter(Value = "stale")]
Stale,
[Parameter(Value = "startup_failure")]
StartupFailure,
[Parameter(Value = "skipped")]
Skipped,
}
}

0 comments on commit 7349ecd

Please sign in to comment.