cake-build / website

:earth_americas: The Cake website: https://cakebuild.net
https://cakebuild.net
MIT License
43 stars 229 forks source link

Update Cake.Git.yml #2897

Closed cake-contrib-bot closed 4 months ago

cake-contrib-bot commented 4 months ago

The Cake.AddinDiscoverer tool has discovered discrepancies between Cake.Git.yaml on Cake's web site and the metadata in the packages discovered on NuGet.org.

Cake.Git.yaml must be updated.

pascalberger commented 4 months ago

@Jericho Shouldn't addin discoverer create an PR for this?

Or is it confused with the newly added Cake.Frosting.Git NuGet package?

pascalberger commented 4 months ago

Seems like the build had an exception: https://ci.appveyor.com/project/cakecontrib/cake-addindiscoverer#L351

Jericho commented 4 months ago

The PR failed to be created because of this exception:

***** AN EXCEPTION HAS OCCURED *****
***** Synchronize yml files on the Cake web site *****
System.OverflowException: Value was either too large or too small for an Int32.

I'm at the dentist this morning. Will research when I get back home.

Jericho commented 4 months ago

Weird thing is: someone raised an issue in the GRM repo a few hours ago with the exact same exception.

Could there be an issue with the Github API?

pascalberger commented 4 months ago

You might need to update Octokit to https://github.com/octokit/octokit.net/releases/tag/v10.0.0 because of https://github.com/octokit/octokit.net/pull/2890

Jericho commented 4 months ago

AddinDisco version 5.13 being published. Closing this issue so a new one can be raised with a corresponding PR.