Skip to content

v1.3.0

Choose a tag to compare

@cloudposse-releaser cloudposse-releaser released this 14 Apr 17:47
· 7 commits to main since this release
feat: support for copilot_code_review thejrose1984 (#21) ## what
  • Added copilot_code_review to the rules object in var.rulesets, with two optional boolean attributes: review_on_push (default: false) and review_draft_pull_requests (default: false)
  • Added a dynamic "copilot_code_review" block in main.tf to wire the new variable into the github_repository_ruleset resource
  • Bumped the minimum required GitHub provider version from >= 6.9.0 to >= 6.10.0, which is the version that introduced copilot_code_review support

why

  • Configuring Copilot code review via a repository ruleset caused perpetual drift when the setting was applied manually, because the Terraform module had no way to express it
  • GitHub Enterprise users need automated Copilot peer review on PRs without relying on org-level rulesets

references