Skip to content

Commit 012b6a0

Browse files
authored
Updated slack channel id (#2048)
* Updated slack channel * Added changelog
1 parent 9dd90e4 commit 012b6a0

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: INTERNAL
2+
body: Updated slack channel id
3+
time: 2025-11-24T12:25:38.370696+05:30
4+
custom:
5+
Issue: "2048"
6+
Repository: terraform-ls

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
--environment=terraform-ls-oss \
4343
--org=hashicorp \
4444
--repo=terraform-ls \
45-
--slack-channel=C02AGQXCAF5 \
45+
--slack-channel=C09KW1G0B2R \
4646
--product-version=$VERSION \
4747
--sha=$SHA \
4848
--branch=$BRANCH \
@@ -70,7 +70,7 @@ jobs:
7070
--environment=terraform-ls-oss \
7171
--org=hashicorp \
7272
--repo=terraform-ls \
73-
--slack-channel=C02AGQXCAF5 \
73+
--slack-channel=C09KW1G0B2R \
7474
--product-version=$VERSION \
7575
--sha=$SHA \
7676
--branch=$BRANCH \

.release/ci.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ project "terraform-ls" {
88
// but is required to be non-empty by CRT orchestator
99
team = "_UNUSED_"
1010
slack {
11-
notification_channel = "C02AGQXCAF5" // # feed-tf-editor-experience
11+
notification_channel = "C09KW1G0B2R" // # feed-tf-editor-experience
1212
}
1313
github {
1414
organization = "hashicorp"

0 commit comments

Comments
 (0)