Skip to content

Commit

Permalink
adding mailer component and contract repos; adding Mailer label
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaEstes committed Dec 7, 2023
1 parent 4f78f98 commit 53ceb5d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -299,6 +311,10 @@ variable "github_sonsofphp_labels" {
name = "Link"
color = "5319e7"
},
Mailer = {
name = "Mailer"
color = "5319e7"
},
Pager = {
name = "Pager"
color = "5319e7"
Expand Down

0 comments on commit 53ceb5d

Please sign in to comment.