Skip to content

Commit

Permalink
Validator repos and label
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaEstes committed Dec 13, 2023
1 parent eb8fa5d commit 4b76b42
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 @@ -109,6 +109,12 @@ variable "github_readonly_repos" {
homepage_url = "https://docs.sonsofphp.com/components/user-agent"
topics = ["sonsofphp", "sons-of-php", "php", "useragent"]
},
validator-contract = {
name = "validator-contract"
description = "[read-only] Validator Contract"
homepage_url = "https://docs.sonsofphp.com/contracts/validator"
topics = ["sonsofphp", "sons-of-php", "php", "validator"]
},
version_contract = {
name = "version-contract"
description = "[read-only] Version Contacts"
Expand Down Expand Up @@ -302,6 +308,12 @@ variable "github_readonly_repos" {
homepage_url = "https://docs.sonsofphp.com/components/user-agent"
topics = ["sonsofphp", "sons-of-php", "php", "useragent", "user-agent"]
},
validator = {
name = "validator"
description = "[read-only] Validator"
homepage_url = "https://docs.sonsofphp.com/components/validator"
topics = ["sonsofphp", "sons-of-php", "php", "validator"]
}
version = {
name = "version"
description = "[read-only] Compare and manage versions using the semver standard"
Expand Down Expand Up @@ -359,6 +371,10 @@ variable "github_sonsofphp_labels" {
name = "UserAgent"
color = "5319e7"
},
Validator = {
name = "Validator"
color = "5319e7"
},
}
}

Expand Down

0 comments on commit 4b76b42

Please sign in to comment.