Skip to content

Commit

Permalink
Router repos and label
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaEstes committed Dec 13, 2023
1 parent 4b76b42 commit 66a43c0
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 @@ -91,6 +91,12 @@ variable "github_readonly_repos" {
homepage_url = "https://docs.sonsofphp.com/contracts/pager"
topics = ["sonsofphp", "sons-of-php", "php", "pager", "pagination"]
},
router-contract = {
name = "router-contract"
description = "[read-only] Router Contacts"
homepage_url = "https://docs.sonsofphp.com/contracts/router"
topics = ["sonsofphp", "sons-of-php", "php", "router"]
},
search-contract = {
name = "search-contract"
description = "[read-only] Search Contact"
Expand Down Expand Up @@ -290,6 +296,12 @@ variable "github_readonly_repos" {
homepage_url = "https://docs.sonsofphp.com/components/pager"
topics = ["sonsofphp", "sons-of-php", "php", "php-pager", "pager", "pagination"]
},
router = {
name = "router"
description = "[read-only] Router Component"
homepage_url = "https://docs.sonsofphp.com/components/router"
topics = ["sonsofphp", "sons-of-php", "php", "router"]
},
search = {
name = "search"
description = "[read-only] Search Component"
Expand Down Expand Up @@ -359,6 +371,10 @@ variable "github_sonsofphp_labels" {
name = "Pager"
color = "5319e7"
},
Router = {
name = "Router"
color = "5319e7"
},
Search = {
name = "Search"
color = "5319e7"
Expand Down

0 comments on commit 66a43c0

Please sign in to comment.