From 347a1e19231b83c3ae8ace1fd32a05d2f8f54905 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 8 Oct 2022 10:15:46 -0700 Subject: ref(tools/govanity): moved back to its own repository It's back at https://github.com/fcuny/govanity --- ops/github/repositories_private.tf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ops/github') diff --git a/ops/github/repositories_private.tf b/ops/github/repositories_private.tf index 721eff1..1dbc3a4 100644 --- a/ops/github/repositories_private.tf +++ b/ops/github/repositories_private.tf @@ -258,3 +258,17 @@ resource "github_repository" "notes-fcuny-net" { allow_rebase_merge = true vulnerability_alerts = true } + +resource "github_repository" "govanity" { + name = "govanity" + visibility = "private" + delete_branch_on_merge = true + has_downloads = false + has_issues = true + has_projects = false + has_wiki = false + allow_merge_commit = false + allow_squash_merge = true + allow_rebase_merge = true + vulnerability_alerts = true +} -- cgit 1.4.1