fix: Fixed branch protection v3 status checks churn
Resolves #2493
Before the change?
- The
github_branch_protection_v3resource churned when when usingchecksorcontextsinrequired_status_checks
After the change?
- No churning on
github_branch_protection_v3resource
Pull request checklist
- [x] Tests for the changes have been added (for bug fixes / features)
- [x] Docs have been reviewed and added / updated if needed (for bug fixes / features)
Does this introduce a breaking change?
Please see our docs on breaking changes to help!
- [ ] Yes
- [x] No
Also seeing this behaviour, would be great to get this merged!
Bump!
Also hitting this. - maybe @kfcampbell can help?
@kfcampbell @nickfloyd could you take a look please? this is very important to us and we would like to see this change made
Bump 🙏🏼
@joaorpsoares you'd probably be better off switching over to rulesets as they (mostly) work and don't have this churn issue.
@nickfloyd this is a real pain point, albeit for a resource with a newer replacement. I could add a test to go with this, but I likely won't have time until the end of the week.
@stevehipwell Tests have been added here https://github.com/integrations/terraform-provider-github/pull/2799