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", + ] + } } }