From 3ee65578e3bbe3765641c14688d5c509cc961b62 Mon Sep 17 00:00:00 2001 From: Joshua Estes Date: Thu, 30 Nov 2023 09:41:26 -0500 Subject: [PATCH] Search Contract Library (#15) --- main.tf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/main.tf b/main.tf index bfa7afc..d3db1e6 100644 --- a/main.tf +++ b/main.tf @@ -66,6 +66,12 @@ variable "github_readonly_repos" { homepage_url = "https://docs.sonsofphp.com/contracts/pager" topics = ["sonsofphp", "sons-of-php", "php", "pager", "pagination"] }, + search-contract = { + name = "search-contract" + description = "[read-only] Search Contact" + homepage_url = "https://docs.sonsofphp.com/contracts/search" + topics = ["sonsofphp", "sons-of-php", "php", "search"] + }, version_contract = { name = "version-contract" description = "[read-only] Version Contacts" @@ -236,6 +242,10 @@ variable "github_sonsofphp_labels" { name = "Pager" color = "5319e7" }, + Pager = { + name = "Search" + color = "5319e7" + }, } }