From 726dba57d1157c3c0576ac9632fd529454edfd43 Mon Sep 17 00:00:00 2001 From: George Gastaldi Date: Fri, 26 Jan 2024 18:23:45 -0300 Subject: [PATCH] Sync quarkus-kiota.tf --- terraform-scripts/quarkus-kiota.tf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/terraform-scripts/quarkus-kiota.tf b/terraform-scripts/quarkus-kiota.tf index 62dafb1..3f8bbcd 100644 --- a/terraform-scripts/quarkus-kiota.tf +++ b/terraform-scripts/quarkus-kiota.tf @@ -4,6 +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 archive_on_destroy = true delete_branch_on_merge = true has_issues = true