From 75fa5ee76fd355e130decd736b7fe89aaa317fd9 Mon Sep 17 00:00:00 2001 From: Billy Lynch Date: Wed, 4 Sep 2024 10:36:04 -0400 Subject: [PATCH] Remove webhook filter. Allow webhook to respond to all orgs. --- iac/main.tf | 2 -- 1 file changed, 2 deletions(-) diff --git a/iac/main.tf b/iac/main.tf index 7852beb..767d2db 100644 --- a/iac/main.tf +++ b/iac/main.tf @@ -66,6 +66,4 @@ module "app" { github_app_id = var.github_app_id github_app_key_version = 1 notification_channels = local.notification_channels - // Testing out behavior, will remove once we confirm things are working. - github_webhook_organization_filter = "octo-sts,chainguard-dev" }