Owen Smith
Owen Smith
*Issue #, if available:* N/A *Description of changes:* Adds a `--version-id` option to `s3 presign` in order to generate a presigned url for a particular object version. The parameter name...
### What happened? Parsing a `CheckRunEventPayload` for an Enterprise-owned app results in an `ArgumentException`. ```csharp SimpleJsonSerializer serializer = new(); var payload = serializer .Deserialize( json ); ``` ### Versions Octokit.net...
Resolves #2998 ---- ### Before the change? * Parsing CheckRunEventPayload for Enterprise-owned app results in an ArgumentException ### After the change? * Parsing CheckRunEventPayload for Enterprise-owned app is successful ###...