diff --git a/terraform-scripts/quarkus-mailpit.tf b/terraform-scripts/quarkus-mailpit.tf index 8d50978..78866a9 100644 --- a/terraform-scripts/quarkus-mailpit.tf +++ b/terraform-scripts/quarkus-mailpit.tf @@ -1,14 +1,14 @@ # Create repository resource "github_repository" "quarkus_mailpit" { name = "quarkus-mailpit" - description = "An email and SMTP testing tool with API for developers" + description = "Email and SMTP testing tool with API for developers" homepage_url = "https://github.com/axllent/mailpit" 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", "email", "smtp-server"] } # Create team diff --git a/terraform-scripts/quarkus-openfga-client.tf b/terraform-scripts/quarkus-openfga-client.tf index 6fcd377..3fee1d7 100644 --- a/terraform-scripts/quarkus-openfga-client.tf +++ b/terraform-scripts/quarkus-openfga-client.tf @@ -3,6 +3,7 @@ resource "github_repository" "quarkus_openfga_client" { name = "quarkus-openfga-client" description = "Quarkus extension for OpenFGA support" homepage_url = "https://openfga.dev" + allow_update_branch = true archive_on_destroy = true delete_branch_on_merge = true has_issues = true