From cd0506039be9945e6b9ec596228759ef21ecc755 Mon Sep 17 00:00:00 2001 From: Maxwell Brown Date: Wed, 1 Jan 2025 17:38:54 -0500 Subject: [PATCH] add meetups repo --- terraform/github/terraform.tfvars | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/terraform/github/terraform.tfvars b/terraform/github/terraform.tfvars index 0440a20a4..81c02752b 100755 --- a/terraform/github/terraform.tfvars +++ b/terraform/github/terraform.tfvars @@ -110,6 +110,10 @@ repositories = { homepage_url = "https://effect.website" is_archived = true } + meetups = { + description = "Effect Meetup Group. Submit a talk proposal as an issue." + enable_changesets = false + } monaco-editor = { description = "A custom fork of Monaco Editor maintained for the Effect Playground" }