Add missing workflow run conclusions#2685
Merged
nickfloyd merged 1 commit intooctokit:mainfrom Mar 24, 2023
ezhevita:ezhevita/add-missing-run-conclusions
Merged
Add missing workflow run conclusions#2685nickfloyd merged 1 commit intooctokit:mainfrom ezhevita:ezhevita/add-missing-run-conclusions
nickfloyd merged 1 commit intooctokit:mainfrom
ezhevita:ezhevita/add-missing-run-conclusions
Conversation
Contributor
Author
|
also GitHub doesn't seem to allow me to add a label to the PR, so if someone adds it for me I'll be happy 😁 |
nickfloyd
approved these changes
Mar 24, 2023
Contributor
nickfloyd
left a comment
There was a problem hiding this comment.
Hey @ezhevita, Thanks for the work here ❤️ . We're still chatting about the API docs and the need for the enum values to be surfaced in a more visible way but this change is a solid addition to the SDK, thanks again for doing it!
Lulalaby
referenced
this pull request
in Fortunevale/ProjectMakoto
Apr 15, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Octokit](https://togithub.com/octokit/octokit.net) | nuget | patch | `5.0.2` -> `5.0.4` | --- ### Release Notes <details> <summary>octokit/octokit.net</summary> ### [`v5.0.4`](https://togithub.com/octokit/octokit.net/releases/tag/v5.0.4) #### What's Changed - Added Mannequin account type for migrated repos by [@​MGbiorczyk95](https://togithub.com/MGbiorczyk95) in [https://github.com/octokit/octokit.net/pull/2694](https://togithub.com/octokit/octokit.net/pull/2694) #### New Contributors - [@​MGbiorczyk95](https://togithub.com/MGbiorczyk95) made their first contribution in [https://github.com/octokit/octokit.net/pull/2694](https://togithub.com/octokit/octokit.net/pull/2694) **Full Changelog**: octokit/octokit.net@v5.0.3...v5.1.0 ### [`v5.0.3`](https://togithub.com/octokit/octokit.net/releases/tag/v5.0.3) #### What's Changed ##### Features - Add missing workflow run conclusions by [@​ezhevita](https://togithub.com/ezhevita) in [https://github.com/octokit/octokit.net/pull/2685](https://togithub.com/octokit/octokit.net/pull/2685) ##### Maintenance - build(deps): bump GitHubJwt from 0.0.5 to 0.0.6 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/octokit/octokit.net/pull/2691](https://togithub.com/octokit/octokit.net/pull/2691) #### New Contributors - [@​ezhevita](https://togithub.com/ezhevita) made their first contribution in [https://github.com/octokit/octokit.net/pull/2685](https://togithub.com/octokit/octokit.net/pull/2685) **Full Changelog**: octokit/octokit.net@v5.0.2...v5.0.3 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Fortunevale/ProjectMakoto). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4zNC4xIiwidXBkYXRlZEluVmVyIjoiMzUuNDAuMCJ9-->
This was referenced Feb 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves #2684
Behavior
Before the change?
startup_failureorskipped.After the change?
Other information
Additional info
Pull request checklist
Does this introduce a breaking change?
Please see our docs on breaking changes to help!
Pull request type
Please add the corresponding label for change this PR introduces:
Type: BugType: FeatureType: DocumentationType: Maintenance