Skip to content

Commit

Permalink
adding new repos
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaEstes committed Sep 3, 2024
1 parent 757d5f7 commit 766a3c7
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,12 @@ variable "github_readonly_repos" {
homepage_url = "https://docs.sonsofphp.com/components/session"
topics = ["sonsofphp", "sons-of-php", "php", "session"]
},
state-machine = {
name = "state-machine"
description = "[read-only] State Machine Component"
homepage_url = "https://docs.sonsofphp.com/components/state-machine"
topics = ["sonsofphp", "sons-of-php", "php", "state-machine"]
},
user-agent = {
name = "user-agent"
description = "[read-only] User Agent"
Expand All @@ -267,7 +273,6 @@ variable "github_readonly_repos" {
homepage_url = "https://docs.sonsofphp.com/components/version"
topics = ["sonsofphp", "sons-of-php", "php", "semver", "version", "version-parser"]
},

# Contracts
attribute-contract = {
name = "attribute-contract"
Expand Down Expand Up @@ -365,6 +370,12 @@ variable "github_readonly_repos" {
homepage_url = "https://docs.sonsofphp.com/contracts/session"
topics = ["sonsofphp", "sons-of-php", "php", "session"]
},
state-machine-contract = {
name = "state-machine-contract"
description = "[read-only] State Machine Contact"
homepage_url = "https://docs.sonsofphp.com/contracts/state-machine"
topics = ["sonsofphp", "sons-of-php", "php", "state-machine"]
},
user-agent-contract = {
name = "user-agent-contract"
description = "[read-only] User Agent Contact"
Expand Down

0 comments on commit 766a3c7

Please sign in to comment.