Add the undocumented (but used) check suite conclusion "skipped" #2077
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.
Hello!
There is currently an undocumented check suite conclusion ("skipped") that exists in the wild (see https://github.community/t5/GitHub-API-Development-and/Is-quot-skipped-quot-now-a-valid-check-suite-conclusion/m-p/43980#M3900) that causes this library to throw an exception while attempting to load check suites with that conclusion. Since I can't seem to get an answer as to whether or not this has been added to the Checks API, I'm assuming that it has and that this is a documentation deficiency. I'm therefore submitting this trivial PR to add it. Unfortunately I don't think that I was able to run all of the tests (I'm not on Windows) - hope that's okay.
Additionally, do you have any plans to release another version soon? In addition to this issue, I would love to have access to the organization membership methods that were added two commits after v0.36.0. Thanks!