Skip to content

Commit

Permalink
Adding Session repos and label
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaEstes committed Dec 12, 2023
1 parent 779a7bd commit eb8fa5d
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 @@ -97,6 +97,12 @@ variable "github_readonly_repos" {
homepage_url = "https://docs.sonsofphp.com/contracts/search"
topics = ["sonsofphp", "sons-of-php", "php", "search"]
},
session-contract = {
name = "session-contract"
description = "[read-only] Session Contact"
homepage_url = "https://docs.sonsofphp.com/contracts/session"
topics = ["sonsofphp", "sons-of-php", "php", "session"]
},
user-agent-contract = {
name = "user-agent-contract"
description = "[read-only] User Agent Contact"
Expand Down Expand Up @@ -284,6 +290,12 @@ variable "github_readonly_repos" {
homepage_url = "https://docs.sonsofphp.com/components/search"
topics = ["sonsofphp", "sons-of-php", "php", "php-search"]
},
session = {
name = "session"
description = "[read-only] Session Component"
homepage_url = "https://docs.sonsofphp.com/components/session"
topics = ["sonsofphp", "sons-of-php", "php", "session"]
},
user-agent = {
name = "user-agent"
description = "[read-only] User Agent"
Expand Down Expand Up @@ -339,6 +351,10 @@ variable "github_sonsofphp_labels" {
name = "Search"
color = "5319e7"
},
Session = {
name = "Session"
color = "5319e7"
},
UserAgent = {
name = "UserAgent"
color = "5319e7"
Expand Down

0 comments on commit eb8fa5d

Please sign in to comment.