From 53ceb5d2e372f7e61502f8a6da33db0f739d3e45 Mon Sep 17 00:00:00 2001 From: Joshua Estes Date: Thu, 7 Dec 2023 12:33:23 -0500 Subject: [PATCH] adding mailer component and contract repos; adding Mailer label --- main.tf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/main.tf b/main.tf index 7fdb90c..070cf4d 100644 --- a/main.tf +++ b/main.tf @@ -67,6 +67,12 @@ variable "github_readonly_repos" { homepage_url = "https://docs.sonsofphp.com/contracts/logger" topics = ["sonsofphp", "sons-of-php", "php", "logger"] }, + mailer-contract = { + name = "mailer-contract" + description = "[read-only] Mailer Contact" + homepage_url = "https://docs.sonsofphp.com/contracts/mailer" + topics = ["sonsofphp", "sons-of-php", "php", "mailer"] + }, money_contract = { name = "money-contract" description = "[read-only] Money Contacts" @@ -218,6 +224,12 @@ variable "github_readonly_repos" { homepage_url = "https://docs.sonsofphp.com/components/logger" topics = ["sonsofphp", "sons-of-php", "php", "psr-3", "logger"] }, + mailer = { + name = "mailer" + description = "[read-only] Mailer Component" + homepage_url = "https://docs.sonsofphp.com/components/mailer" + topics = ["sonsofphp", "sons-of-php", "php", "mailer"] + }, money = { name = "money" description = "[read-only] Use when dealing with Money in PHP" @@ -299,6 +311,10 @@ variable "github_sonsofphp_labels" { name = "Link" color = "5319e7" }, + Mailer = { + name = "Mailer" + color = "5319e7" + }, Pager = { name = "Pager" color = "5319e7"