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