Skip to content

Commit

Permalink
adding cookie repos and related
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaEstes committed Dec 1, 2023
1 parent 89f8d9d commit 30fe7b3
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 @@ -18,6 +18,12 @@ variable "github_readonly_repos" {
topics = ["sonsofphp", "sons-of-php", "bard-php", "monorepo", "php", "php8"]
},
# Contracts
cookie-contract = {
name = "cookie-contract"
description = "[read-only] Cookie Contract"
homepage_url = "https://docs.sonsofphp.com/contracts/cookie"
topics = ["sonsofphp", "sons-of-php", "php", "cookie"]
},
common_contract = {
name = "common-contract"
description = "[read-only] Generic PHP Interfaces"
Expand Down Expand Up @@ -97,6 +103,12 @@ variable "github_readonly_repos" {
homepage_url = "https://docs.sonsofphp.com/components/clock"
topics = ["sonsofphp", "sons-of-php", "clock", "date", "datetime", "php", "php-clock", "php-library", "psr-20", "time"]
},
cookie = {
name = "cookie"
description = "[read-only] Cookie Component"
homepage_url = "https://docs.sonsofphp.com/components/cookie"
topics = ["sonsofphp", "sons-of-php", "php", "cookie"]
},
cqrs = {
name = "cqrs"
description = "[read-only] CQRS to help get you up and running quickly"
Expand Down Expand Up @@ -252,6 +264,10 @@ variable "github_sonsofphp_labels" {
}))

default = {
Cookie = {
name = "Cookie"
color = "5319e7"
},
Link = {
name = "Link"
color = "5319e7"
Expand Down

0 comments on commit 30fe7b3

Please sign in to comment.