Skip to content

Commit

Permalink
Update quarkus-kiota.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi authored Jan 26, 2024
1 parent 726dba5 commit 7514f5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform-scripts/quarkus-kiota.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7514f5b

Please sign in to comment.