mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
[feat] Add missing workflow run conclusions
This commit is contained in:
@@ -18,5 +18,9 @@ namespace Octokit
|
||||
ActionRequired,
|
||||
[Parameter(Value = "stale")]
|
||||
Stale,
|
||||
[Parameter(Value = "startup_failure")]
|
||||
StartupFailure,
|
||||
[Parameter(Value = "skipped")]
|
||||
Skipped,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user