From 13ab6f1977464c31921c982bb3140d4b2b831f87 Mon Sep 17 00:00:00 2001 From: Joshua Estes Date: Tue, 31 Oct 2023 17:18:33 -0400 Subject: [PATCH] Adding "core-contract" read-only repo --- main.tf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/main.tf b/main.tf index 50b9648..e7de234 100644 --- a/main.tf +++ b/main.tf @@ -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"