Skip to content

Commit

Permalink
Gateway repos and label
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaEstes committed Dec 8, 2023
1 parent 53ceb5d commit 779a7bd
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 @@ -55,6 +55,12 @@ variable "github_readonly_repos" {
homepage_url = "https://docs.sonsofphp.com/contracts/filesystem"
topics = ["sonsofphp", "sons-of-php", "php", "virtual-filesystem"]
},
gateway-contract = {
name = "gateway-contract"
description = "[read-only] Gateway Contract"
homepage_url = "https://docs.sonsofphp.com/contracts/gateway"
topics = ["sonsofphp", "sons-of-php", "php", "gateway", "payment-processing"]
},
http-handler-contract = {
name = "http-handler-contract"
description = "[read-only] Http Handler Contacts"
Expand Down Expand Up @@ -182,6 +188,12 @@ variable "github_readonly_repos" {
homepage_url = "https://docs.sonsofphp.com/components/filesystem"
topics = ["sonsofphp", "sons-of-php", "php", "php-library", "filesystem", "virtual-filesystem"]
},
gateway = {
name = "gateway"
description = "[read-only] Gateway"
homepage_url = "https://docs.sonsofphp.com/components/gateway"
topics = ["sonsofphp", "sons-of-php", "php", "php-library", "gateway", "payment-processing"]
},
http_client = {
name = "http-client"
description = "[read-only] http-client component"
Expand Down Expand Up @@ -303,6 +315,10 @@ variable "github_sonsofphp_labels" {
name = "Cookie"
color = "5319e7"
},
Gateway = {
name = "Gateway"
color = "5319e7"
},
HttpHandler = {
name = "HttpHandler"
color = "5319e7"
Expand Down

0 comments on commit 779a7bd

Please sign in to comment.