From 7eae6289a9b081080c0b167f00dcdcc6831012f0 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Mon, 11 May 2026 08:45:40 -0400 Subject: [PATCH] terraform/github: add .github repo --- terraform/github/github.tf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/terraform/github/github.tf b/terraform/github/github.tf index fe5406f9..e57eab40 100644 --- a/terraform/github/github.tf +++ b/terraform/github/github.tf @@ -232,6 +232,13 @@ locals { "pkg-committers", ] } + + ".github" = { + description = "Default files for the org" + teams = [ + "webmasters", + ] + } } }