Skip to content

Commit

Permalink
Apply changes done externally (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi authored Sep 12, 2023
1 parent 7b15b58 commit 4d42697
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions terraform-scripts/quarkus-google-cloud-services.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
resource "github_repository" "quarkus_google_cloud_services" {
name = "quarkus-google-cloud-services"
description = "Google Cloud Services Quarkus Extensions"
allow_update_branch = true
archive_on_destroy = true
delete_branch_on_merge = true
has_issues = true
Expand Down
3 changes: 2 additions & 1 deletion terraform-scripts/quarkus-tika.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
resource "github_repository" "quarkus_tika" {
name = "quarkus-tika"
description = "Quarkus Tika extension"
homepage_url = "https://tika.apache.org/"
allow_update_branch = true
archive_on_destroy = true
delete_branch_on_merge = true
has_issues = true
vulnerability_alerts = true
topics = ["quarkus-extension"]
topics = ["quarkus-extension", "content-detection", "tika"]
}

# Create team
Expand Down

0 comments on commit 4d42697

Please sign in to comment.