nenosrep
nenosrep
Hey all Made a PR today to fix the 'panic: interface conversion: interface {} is nil, not bool' issue. https://github.com/integrations/terraform-provider-github/pull/2667 That will also add the option to be usable on...
Made a PR to add this: https://github.com/integrations/terraform-provider-github/pull/2667 The implementation also fixes the panic which occurs when you define required checks in a version above 6.4.0 due to [respository_rules_utils.go](https://github.com/integrations/terraform-provider-github/blob/main/github/respository_rules_utils.go#L343) trying to...