Uh oh!
There was an error while loading. Please reload this page.
There was an error while loading. Please reload this page.
GetDefaultCodeSecurityConfigurations returns []*CodeSecurityConfiguration but should return []*CodeSecurityConfigurationWithDefaultForNewRepos #3744
The return type of
GetDefaultCodeSecurityConfigurationsshould return[]*CodeSecurityConfigurationWithDefaultForNewReposto align with the API response schema: https://docs.github.com/en/rest/code-security/configurations?apiVersion=2022-11-28#get-default-code-security-configurationsI can create a PR for this if you agree with the problem, this would also be a breaking change I guess.