Skip to content

Commit 4ae5ce8

Browse files
authored
Sync with quarkus-operator-sdk repo settings (#363)
* Sync with quarkus-operator-sdk repo settings * Update quarkus-operator-sdk.tf
1 parent d6bf2a6 commit 4ae5ce8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

terraform-scripts/quarkus-operator-sdk.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ resource "github_repository" "quarkus_operator_sdk" {
33
name = "quarkus-operator-sdk"
44
description = "Quarkus Extension to create Kubernetes Operators in Java using the Java Operator SDK (https://github.com/java-operator-sdk/java-operator-sdk) project"
55
allow_update_branch = true
6+
allow_merge_commit = false
67
archive_on_destroy = true
78
delete_branch_on_merge = true
89
has_issues = true

0 commit comments

Comments
 (0)