Skip to content

Commit

Permalink
removing code that tim pointed out is not reuired to have in terms of…
Browse files Browse the repository at this point in the history
… the rules for pr's and rules
  • Loading branch information
ConnorOKane-Kainos committed Sep 4, 2024
1 parent 5fc0a34 commit 022499d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,8 @@ resource "github_organization_ruleset" "default_ruleset" {
required_linear_history = true

pull_request {
dismiss_stale_reviews_on_push = true
require_code_owner_review = false
required_approving_review_count = 1
require_last_push_approval = true
required_review_thread_resolution = true
}
}

Expand Down

0 comments on commit 022499d

Please sign in to comment.