Skip to content

Commit

Permalink
User Agent repos and bug fix with labels
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaEstes committed Nov 30, 2023
1 parent 4ffd5ac commit 89f8d9d
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@ variable "github_readonly_repos" {
homepage_url = "https://docs.sonsofphp.com/contracts/search"
topics = ["sonsofphp", "sons-of-php", "php", "search"]
},
user-agent-contract = {
name = "user-agent-contract"
description = "[read-only] User Agent Contact"
homepage_url = "https://docs.sonsofphp.com/components/user-agent"
topics = ["sonsofphp", "sons-of-php", "php", "useragent"]
},
version_contract = {
name = "version-contract"
description = "[read-only] Version Contacts"
Expand Down Expand Up @@ -223,6 +229,12 @@ variable "github_readonly_repos" {
homepage_url = "https://docs.sonsofphp.com/components/search"
topics = ["sonsofphp", "sons-of-php", "php", "php-search"]
},
user-agent = {
name = "user-agent"
description = "[read-only] User Agent"
homepage_url = "https://docs.sonsofphp.com/components/user-agent"
topics = ["sonsofphp", "sons-of-php", "php", "useragent", "user-agent"]
},
version = {
name = "version"
description = "[read-only] Compare and manage versions using the semver standard"
Expand All @@ -248,10 +260,14 @@ variable "github_sonsofphp_labels" {
name = "Pager"
color = "5319e7"
},
Pager = {
Search = {
name = "Search"
color = "5319e7"
},
UserAgent = {
name = "UserAgent"
color = "5319e7"
},
}
}

Expand Down

0 comments on commit 89f8d9d

Please sign in to comment.