From 7514f5bde8ddb3933dc55e932ff1c30c39b4f749 Mon Sep 17 00:00:00 2001 From: George Gastaldi Date: Fri, 26 Jan 2024 18:27:15 -0300 Subject: [PATCH] Update quarkus-kiota.tf --- terraform-scripts/quarkus-kiota.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terraform-scripts/quarkus-kiota.tf b/terraform-scripts/quarkus-kiota.tf index 3f8bbcd..c30c62c 100644 --- a/terraform-scripts/quarkus-kiota.tf +++ b/terraform-scripts/quarkus-kiota.tf @@ -4,8 +4,8 @@ resource "github_repository" "quarkus_kiota" { description = "Generate client SDKs using Kiota from OpenAPI descriptions" homepage_url = "https://github.com/microsoft/kiota" allow_update_branch = true - allow_merge_commit = true - allow_rebase_merge = true + allow_merge_commit = false + allow_rebase_merge = false archive_on_destroy = true delete_branch_on_merge = true has_issues = true