Skip to content

Commit

Permalink
Search Contract Library (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaEstes committed Nov 30, 2023
1 parent 32b6868 commit 3ee6557
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -236,6 +242,10 @@ variable "github_sonsofphp_labels" {
name = "Pager"
color = "5319e7"
},
Pager = {
name = "Search"
color = "5319e7"
},
}
}

Expand Down

0 comments on commit 3ee6557

Please sign in to comment.