Skip to content

Commit

Permalink
Adding "core-contract" read-only repo
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaEstes committed Oct 31, 2023
1 parent dccb006 commit 13ab6f1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ variable "github_readonly_repos" {
topics = list(string)
}))
default = {
core_contract = {
name = "core-contract"
description = "[read-only] Generic PHP Interfaces"
homepage_url = "https://docs.sonsofphp.com/contracts/core"
topics = ["sons-of-php", "php"]
},
bard = {
name = "bard"
description = "[read-only] Tool that helps manage monorepos"
Expand Down

0 comments on commit 13ab6f1

Please sign in to comment.