From b5d569c9c7beb299b616c110cee2b447d9d0dd0b Mon Sep 17 00:00:00 2001 From: nourshoreibah Date: Sun, 8 Feb 2026 23:37:42 -0500 Subject: [PATCH] fix name --- infrastructure/github/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/github/variables.tf b/infrastructure/github/variables.tf index a74761d..d6da349 100644 --- a/infrastructure/github/variables.tf +++ b/infrastructure/github/variables.tf @@ -43,5 +43,5 @@ variable "review_bot_always_reviewer_slack" { variable "review_bot_slack_channel_id" { description = "Slack channel ID where review notifications are posted" type = string - default = "C09DGFG5JR4" + default = "C0ADQN0B6F8" }