Skip to content

Commit 9b40e7d

Browse files
authored
Remove webhook filter from deployed config (#489)
Allow webhook to respond to all orgs.
1 parent 0ffa08e commit 9b40e7d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

iac/main.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,4 @@ module "app" {
6666
github_app_id = var.github_app_id
6767
github_app_key_version = 1
6868
notification_channels = local.notification_channels
69-
// Testing out behavior, will remove once we confirm things are working.
70-
github_webhook_organization_filter = "octo-sts,chainguard-dev"
7169
}

0 commit comments

Comments
 (0)