You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reviewdog: failed to build repo base HTML URL: json: cannot unmarshal array into Go struct field Repository.custom_properties of type string
The problem seems to originate in https://github.com/google/go-github where custom_properties is expected to be a map of string values when it actually can contain string arrays as well.
Problem overview
We started using githubs custom properties recently and noticed that our reviewdog/action-actionlint checks started to fail with the following error:
The problem seems to originate in https://github.com/google/go-github where
custom_properties
is expected to be a map of string values when it actually can contain string arrays as well.I've also created an issue at go-github (google/go-github#3229).
The text was updated successfully, but these errors were encountered: