Skip to content

Commit

Permalink
Allow Update Branch in quarkus-jackson-jq.tf (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi authored Oct 1, 2024
1 parent a44fc34 commit 0a10e6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform-scripts/quarkus-jackson-jq.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
resource "github_repository" "quarkus_jackson_jq" {
name = "quarkus-jackson-jq"
description = "Quarkus extension for the Jackson JQ library"
allow_update_branch = true
archive_on_destroy = true
delete_branch_on_merge = true
has_issues = true
Expand Down

0 comments on commit 0a10e6a

Please sign in to comment.