From 022499d32702ca92ed040cb61dede8f3d8496fc5 Mon Sep 17 00:00:00 2001 From: Connor O'Kane Date: Wed, 4 Sep 2024 10:36:07 +0100 Subject: [PATCH] removing code that tim pointed out is not reuired to have in terms of the rules for pr's and rules --- components/main.tf | 3 --- 1 file changed, 3 deletions(-) diff --git a/components/main.tf b/components/main.tf index f6d8eb13..9ffcbecd 100644 --- a/components/main.tf +++ b/components/main.tf @@ -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 } }